Re: using filereadable function

2006-08-17 Thread A.J.Mechelynck
Jürgen Krämer wrote: Hi, SHANKAR R-R66203 wrote: I am trying to use the filereadable function. My code looks like given below (This code is part of a function) - if (!filereadable(a:dataFile) ^ ^ remove the quotes. let @/ = rs_searchString keepjumps

using filereadable function

2006-08-16 Thread SHANKAR R-R66203
Hi All, I am trying to use the filereadable function. My code looks like given below (This code is part of a function) - if (!filereadable(a:dataFile) let @/ = rs_searchString keepjumps exec rs_ori_lineNum echohl Todo echomsg a:dataFile Cannot open file for reading echohl

Re: using filereadable function

2006-08-16 Thread Jürgen Krämer
Hi, SHANKAR R-R66203 wrote: I am trying to use the filereadable function. My code looks like given below (This code is part of a function) - if (!filereadable(a:dataFile) ^ ^ remove the quotes. let @/ = rs_searchString keepjumps exec