From 95f96f2503c2677662ad3f61f9824bb6a30623f3 Mon Sep 17 00:00:00 2001 From: doyle Date: Tue, 20 Oct 2020 14:12:54 +1100 Subject: [PATCH] Async run typo --- Installer/_vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installer/_vimrc b/Installer/_vimrc index 8cb7aea..e4cb69d 100644 --- a/Installer/_vimrc +++ b/Installer/_vimrc @@ -256,4 +256,4 @@ let g:fzf_tags_command = 'ctags -R --c++-kinds=+p --fields=+iaS' noremap :call libcallnr('gvim_fullscreen.dll', 'ToggleFullscreen', 0) " Asyncrun open quickfix window up to 10 lines -let g:asycnrun_open = 10 +let g:asyncrun_open = 10