>> On Linux, I'm able to place my cursor over the file names between
>> brackets and navigate to them using the `gf` command.  On Windows,
>> however, I get the following error:
>>
>>     E447: Can't find file "[./inboxes/Shopping-Errands.txt]" in path
>>
>> `gf` works without the brackets on Windows, so I guess I need to find a
>> way to filter out the brackets when I use that command.  Does anyone
>> have a clue as to how I can do this?  Or would this be considered a bug?
>
> have a look at
>
>   :help 'isfname'
>
> This options determines which characters are valid in a file name. To
> remove the brackets execute
>
>   :set isfname-=[
>   :set isfname-=]

Sweet!  I added those lines to my _vimrc and now everything works like I
want it to.  Thanks a ton!

Tom Purl

Reply via email to