From 5ae2c7d1e067074aa1ffe76e80e7090196f3bfe8 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 31 Oct 2021 15:42:38 +0800 Subject: remove redundant fold marks --- core/globals.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'core/globals.vim') diff --git a/core/globals.vim b/core/globals.vim index 430bc6a..fcb301a 100644 --- a/core/globals.vim +++ b/core/globals.vim @@ -1,5 +1,4 @@ "{ Global Variable - "{{ Custom variables let g:is_win = (has('win32') || has('win64')) ? v:true : v:false let g:is_linux = (has('unix') && !has('macunix')) ? v:true : v:false -- cgit v1.2.3