Commit b0b63ea2 authored by Murukesh Mohanan's avatar Murukesh Mohanan

removed exception for missing files lookup

parent 2f1af8d7
......@@ -153,9 +153,9 @@ endif
" From http://vi.stackexchange.com/questions/2009/
function! FindInPath(name)
" Force creation of new file for paths beginning with ./
if a:name =~ './*'
return 0
endif
"if expand('%') =~ '^\./'
" return 0
"endif
let path=&path
" Add any extra directories to the normal search path
set path+=~,~/.vim,/etc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment