Re: [Vim-latex-cvs] vimfiles/plugin remoteOpen.vim,1.1,1.2
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@ee...> - 2003-07-01 00:27:15
|
On Tue, 1 Jul 2003, Mikolaj Machowski wrote: > > Modified Files: > > remoteOpen.vim > > Log Message: > > Change: Previously, if a file was not opened in any other session, then it > > would open it in a new session. But for projects with lots of > > files, this can become painful. Therefore, instead of opening in > > new sessions each time, open files in the same session we used the > > first time we had to create a session. > > Why in plugin directory? It means it will be sourced everytime Vim run, > not only with LaTeX files. > Because if you double-click on a dvi file when gvim is not already open, it will not work with this file being an ftplugin... basically a command like gvim -c ":RemoteOpen something" something will succeed only if :RemoteOpen is available as soon as vim starts up. Srinath |