aboutsummaryrefslogtreecommitdiff
path: root/core/globals.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-31 15:42:38 +0800
committerjdhao <jdhao@hotmail.com>2021-10-31 15:42:38 +0800
commit5ae2c7d1e067074aa1ffe76e80e7090196f3bfe8 (patch)
tree21aebc405cde600b382825a38ed27e17fd94b11b /core/globals.vim
parent05c0ef1d60bda2a8914ec316e5d48c4d25f0a6c1 (diff)
remove redundant fold marks
Diffstat (limited to 'core/globals.vim')
-rw-r--r--core/globals.vim1
1 files changed, 0 insertions, 1 deletions
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