[Vim-latex-cvs] vimfiles/ftplugin/latex-suite ChangeLog,1.10,1.11
Brought to you by:
srinathava,
tmaas
From: <mi...@us...> - 2003-09-28 22:54:23
|
Update of /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite In directory sc8-pr-cvs1:/tmp/cvs-serv20151 Modified Files: ChangeLog Log Message: update Index: ChangeLog =================================================================== RCS file: /cvsroot/vim-latex/vimfiles/ftplugin/latex-suite/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** ChangeLog 11 Aug 2003 01:08:37 -0000 1.10 --- ChangeLog 28 Sep 2003 22:54:07 -0000 1.11 *************** *** 1,2 **** --- 1,23 ---- + 29 Sep 2003 + Changes + * custommacros.vim: + :TMacroNew command now requires name of new macro. It simplifies code + and make clearly visible where this buffer is. (MM) + Features + * custommacros.vim, templates.vim: + :TMacro family of commands and :TTemplate use custom completion. It + works only for Vim 6.2 or later. (MM) + * main.vim, texrc: + Support for taglist.vim plugin. (MM) + * compiler.vim, texrc: + Make jumping to warning/error configurable. (Preben Randhol, MM) + * packages.vim, templates.vim, custommacros.vim, main.vim: + New function, Tex_FileInRtp makes possible to use files from + system-wide directories and local. Appropriate changes in pluginable + features - packages, directories, templates, macros. (MM) + * packages directory: + Add to all package files preamble which allows to treat them like any + other plugin (order of sourcing and respectful treating). (MM) + After 6 Jun 2003 |