How can you open the following PATH by ctrl-w-f to a new window?
Path
/usr/masi/codes/11
The PATH refers to a file 11.tex.
I need to use 11 instead of 11.tex
because my LaTeX or pdflatex does not understand PATHs with tex
when I input/include the file.
Possible solutions are
- to add something to .vimrc
- to use perhaps differently
pdflatex
In Vim 7.2, you can set the suffixesadd to .txt as below:
see
:help suffixesadd