diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/globals.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/globals.vim b/core/globals.vim index e6d4665..430bc6a 100644 --- a/core/globals.vim +++ b/core/globals.vim @@ -4,7 +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' +let g:logging_level = 'info' "}} "{{ Builtin variables |
