From 63dfd0031c37dbb88d0a11e449e7c0a02abef4e9 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 30 Sep 2020 15:51:29 +0800 Subject: change custom variable location --- variables.vim | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'variables.vim') diff --git a/variables.vim b/variables.vim index c6af956..a6254c7 100644 --- a/variables.vim +++ b/variables.vim @@ -1,4 +1,11 @@ "{ Global Variable + +"{{ Custom variables +let g:is_win = has('win32') || has('win64') +let g:is_linux = has('unix') && !has('macunix') +let g:is_mac = has('macunix') +"}} + "{{ Builtin variables " Disable Python2 support let g:loaded_python_provider=0 -- cgit v1.2.3