mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
Fix language
This commit is contained in:
parent
bd3b7e01ef
commit
8baf6793cc
@ -10,7 +10,7 @@ let s:LOGGER = SpaceVim#api#import('logger')
|
||||
|
||||
call s:LOGGER.set_name('SpaceVim')
|
||||
call s:LOGGER.set_level(1)
|
||||
call s:LOGGER.set_silent(0)
|
||||
call s:LOGGER.set_silent(1)
|
||||
call s:LOGGER.set_verbose(1)
|
||||
|
||||
function! SpaceVim#logger#info(msg) abort
|
||||
@ -31,7 +31,7 @@ function! SpaceVim#logger#error(msg) abort
|
||||
|
||||
endfunction
|
||||
|
||||
function! SpaceVim#logger#viewRuntimeLog()
|
||||
function! SpaceVim#logger#viewRuntimeLog() abort
|
||||
let info = "### SpaceVim runtime log :\n\n"
|
||||
let info .= "```log\n"
|
||||
|
||||
|
@ -35,7 +35,7 @@ try
|
||||
silent exec 'lan en_US.UTF-8'
|
||||
else
|
||||
" in linux-terminal
|
||||
silent exec 'lan en_US.utf8'
|
||||
silent exec 'lan en_US.UTF-8'
|
||||
endif
|
||||
endif
|
||||
catch /^Vim\%((\a\+)\)\=:E197/
|
||||
|
Loading…
Reference in New Issue
Block a user