With a bit of searching in vim man
I’ve found this, which looks much better that the original:
:function! SomeCheck()
: if filereadable("SpecificFile")
: echo "SpecificFile exists"
: endif
:endfunction
With a bit of searching in vim man
I’ve found this, which looks much better that the original:
:function! SomeCheck()
: if filereadable("SpecificFile")
: echo "SpecificFile exists"
: endif
:endfunction