aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2022-01-30 11:58:50 +0800
committerjdhao <jdhao@hotmail.com>2022-01-30 11:58:50 +0800
commit9555052f9476e92b7fcc14d9b12451c85b0393dc (patch)
tree4307a2c7f7c9b4c47c3e48e9c795550930227d22 /core
parentb84d57ccec95f3daa6aa48e83da2063e99e0c44f (diff)
use debug mode
Diffstat (limited to 'core')
-rw-r--r--core/globals.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/globals.vim b/core/globals.vim
index 47e6468..0b97344 100644
--- a/core/globals.vim
+++ b/core/globals.vim
@@ -3,7 +3,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 = 'info'
+let g:logging_level = 'debug'
"}}
"{{ Builtin variables