From 1c559ffc3e0684d3a788cdd237c61bc52953cdf2 Mon Sep 17 00:00:00 2001 From: doyle Date: Sun, 15 Oct 2023 20:50:46 +1100 Subject: [PATCH] Fix notation for windows batch build --- Internal/os_nvim_init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Internal/os_nvim_init.vim b/Internal/os_nvim_init.vim index 8c21470..d691d72 100644 --- a/Internal/os_nvim_init.vim +++ b/Internal/os_nvim_init.vim @@ -407,7 +407,7 @@ nnoremap :cp " Vim Dispatch ===================================================================================== let s:running_windows = has("win16") || has("win32") || has("win64") if s:running_windows - set makeprg=./build.bat + set makeprg=build.bat else " Set vim terminal to enter normal mode using escape like normal vim behaviour tnoremap