aboutsummaryrefslogtreecommitdiff
path: root/core/globals.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-23 01:24:32 +0800
committerjdhao <jdhao@hotmail.com>2021-10-23 01:24:32 +0800
commit2e69db655178fdb0d669348138e18ffafd921497 (patch)
tree3f0dcdf9e8af7d99aa48d5fe357ca3a57d966a7b /core/globals.vim
parente2a8687e486dadf6d1dc745bc683363560a6dcb5 (diff)
add global variable logging_level
Diffstat (limited to 'core/globals.vim')
-rw-r--r--core/globals.vim1
1 files changed, 1 insertions, 0 deletions
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