Async run typo

This commit is contained in:
doyle 2020-10-20 14:12:54 +11:00
parent 5e774cdd00
commit 95f96f2503

View File

@ -256,4 +256,4 @@ let g:fzf_tags_command = 'ctags -R --c++-kinds=+p --fields=+iaS'
noremap <f11> <esc>:call libcallnr('gvim_fullscreen.dll', 'ToggleFullscreen', 0)<cr> noremap <f11> <esc>:call libcallnr('gvim_fullscreen.dll', 'ToggleFullscreen', 0)<cr>
" Asyncrun open quickfix window up to 10 lines " Asyncrun open quickfix window up to 10 lines
let g:asycnrun_open = 10 let g:asyncrun_open = 10