diff --git a/vim/cf5-compiler.vim b/vim/cf5-compiler.vim index 1357af4..5fb47f4 100755 --- a/vim/cf5-compiler.vim +++ b/vim/cf5-compiler.vim @@ -160,7 +160,6 @@ function! s:initDefaults() let g:ldflags="" let g:wldflags="" let g:ldlibpath="" - let g:cf5run=false endfunction " " Load compile instructions and call window or linux compiler. {{{1