Re: [Vim-latex-cvs] vimfiles/ftplugin/latex-suite packages.vim,1.16,1.16.2.1
Brought to you by:
srinathava,
tmaas
|
From: Srinath A. <sr...@fa...> - 2002-12-22 11:08:12
|
Hello Mikolaj,
Sorry for starting a branch on packages.vim before consulting you first.
Note that this is on a side branch, so if you want, I am willing to
completeley ignore this branch and never get it into the main trunk.
Having said that, I would like it if packages.vim was simplified in
places and cleaned up. As of now, whenever I look at packages.vim, I can
hardly understand it. There are many places which look like we are doing
the wrong thing, but I am not sure since its not commented...
In any case, let me know what you think. If you want, we can give up on
this branch.
Srinath
On Sun, 22 Dec 2002 sri...@us... wrote:
> Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite
> In directory sc8-pr-cvs1:/tmp/cvs-serv11026
>
> Modified Files:
> Tag: b-newpackages
> packages.vim
> Log Message:
> . This is a reworking of most of packages.vim in an attempt to simplify it.
> I noticed that there was a lot of duplicated effort in a lot of functions
> adn that the placeholder settings were not respected in a lot of places
> by using things such as
> normal! 'i\usepackage{...
> instead of
> return IMAP_PutText...
>
|