From 2e69db655178fdb0d669348138e18ffafd921497 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 23 Oct 2021 01:24:32 +0800 Subject: add global variable logging_level --- core/globals.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'core/globals.vim') diff --git a/core/globals.vim b/core/globals.vim index a89fad6..e6d4665 100644 --- a/core/globals.vim +++ b/core/globals.vim @@ -4,6 +4,7 @@ let g:is_win = (has('win32') || has('win64')) ? v:true : v:false let g:is_linux = (has('unix') && !has('macunix')) ? v:true : v:false let g:is_mac = has('macunix') ? v:true : v:false +let g:logging_level = 'debug' "}} "{{ Builtin variables -- cgit v1.2.3