Commit b0b63ea2 authored by Murukesh Mohanan's avatar Murukesh Mohanan

removed exception for missing files lookup

parent 2f1af8d7
...@@ -153,9 +153,9 @@ endif ...@@ -153,9 +153,9 @@ endif
" From http://vi.stackexchange.com/questions/2009/ " From http://vi.stackexchange.com/questions/2009/
function! FindInPath(name) function! FindInPath(name)
" Force creation of new file for paths beginning with ./ " Force creation of new file for paths beginning with ./
if a:name =~ './*' "if expand('%') =~ '^\./'
return 0 " return 0
endif "endif
let path=&path let path=&path
" Add any extra directories to the normal search path " Add any extra directories to the normal search path
set path+=~,~/.vim,/etc 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