From 82b58486763ee3b807ac7a4a43d5233e63fcf93e Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Thu, 19 Sep 2013 19:29:25 +0400 Subject: [PATCH] just for test commited almost same change which was pulled --- vim/cf5-compiler.vim | 1 - 1 file changed, 1 deletion(-) 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