diff --git a/vim/cf5-compiler.vim b/vim/cf5-compiler.vim index 0bc5f64..1e35626 100755 --- a/vim/cf5-compiler.vim +++ b/vim/cf5-compiler.vim @@ -109,7 +109,8 @@ function! s:CompileGCC(run) "{{{2 call s:appendOutput(cout) " run it if a:run == 1 - let cmdline="LD_LIBRARY_PATH=".g:ldlibpath.":".$LD_LIBRARY_PATH." ".exename." ".g:argv + let $LD_LIBRARY_PATH="LD_LIBRARY_PATH=".g:ldlibpath.":".$LD_LIBRARY_PATH + let cmdline=exename." ".g:argv call s:appendOutput(cmdline) let eout = system( cmdline ) call s:appendOutput(eout) diff --git a/vim/vahagn_black_terminal.vim b/vim/colors/vahagn_black_terminal.vim similarity index 100% rename from vim/vahagn_black_terminal.vim rename to vim/colors/vahagn_black_terminal.vim