Archive for the ‘build’ Category

vim automatic upward search for make and scons build scripts

Monday, October 8th, 2007

If you happen to have your vim configured to change the current directory to the one where the edited file is stored(e.g. “autocmd BufEnter * :cd %:p:h”) you might find the following vim script handy.
(more…)