[Vim-latex-devel] What to do about removed files?
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2004-03-08 01:04:18
|
Hello, I am wondering if there is a good way of dealing with files in vim-latex which have moved from one directory to another during some recent changes. To be more precise, in one of the recent changes, the file ftplugin/tex/texviewer.vim was moved to ftplugin/latex-suite/texviewer.vim If we create a .zip file with the latest file locations, then if a user downloads and unzips that file, then he will have both the files on disk. How to get around this? In the worst case, we could instruct the user to manually remove tex/texviewer.vim and tex/brackets.vim and then proceed to unzip the latest vim-latex archive. But I am wondering if there is a way in which the deletion can be made to occur automatically? This issue is presently holding up making the next release. Srinath |