Fix notation for windows batch build

This commit is contained in:
doyle 2023-10-15 20:50:46 +11:00
parent 2cd1dea577
commit 1c559ffc3e

View File

@ -407,7 +407,7 @@ nnoremap <A-k> :cp<CR>
" Vim Dispatch ===================================================================================== " Vim Dispatch =====================================================================================
let s:running_windows = has("win16") || has("win32") || has("win64") let s:running_windows = has("win16") || has("win32") || has("win64")
if s:running_windows if s:running_windows
set makeprg=./build.bat set makeprg=build.bat
else else
" Set vim terminal to enter normal mode using escape like normal vim behaviour " Set vim terminal to enter normal mode using escape like normal vim behaviour
tnoremap <Esc> <C-\><C-n> tnoremap <Esc> <C-\><C-n>