Re: [Vim-latex-devel] [PATCH] cwd change on file open
Brought to you by:
srinathava,
tmaas
From: Till M. <ope...@ti...> - 2009-08-13 08:07:06
|
On Thu, Aug 13, 2009 at 07:41:51AM +0100, Daniele Avitabile wrote: > would it be possible to know how to obtain, install, and eventually patch > the new snapshots? Installation and download instructions are available on the website: http://vim-latex.sourceforge.net/index.php?subject=download&title=Download I don't know what you want to patch, but if you have a patch, you can apply it with the patch command: patch -pX < foo.patch X has to be substituted with the number of directories that have to be stripped from the path in the patch file to access the files to be patched, if you are in the directory that contains ftplugin, for a patch with the following header, you need to use 0. If you are already in the directory, where the texproject.vim file is, you need to use 2: --- ftplugin/latex-suite/texproject.vim 2009-08-12 02:05:56 +0200 Regards Till |