[Vim-latex-devel] [ vim-latex-Bugs-822510 ] texrc doc inconsistency
Brought to you by:
srinathava,
tmaas
From: SourceForge.net <no...@so...> - 2003-10-13 05:03:09
|
Bugs item #822510, was opened at 2003-10-13 05:03 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=822510&group_id=52322 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Ari Pollak (sourceo) Assigned to: Nobody/Anonymous (nobody) Summary: texrc doc inconsistency Initial Comment: two different files say two totally different things about customizing vim-latex settings. The sample texrc included is correct, the instructions included with latex-suite.txt are not. The instructions in latex-suite.txt should be corrected. ~/.vim/ftplugin/latex-suite/texrc says: " NOTE: Do NOT be edit this file directly: " this file will be over-written each time you install a new copy " of latex-suite. " " You can do one of the following: " 1. Copy this file into $VIMFILES/ftplugin/tex/texrc " and edit the values in that file. " $VIMFILES is ~/.vim for UNIX systems and ~/vimfiles for " WINDOWS systems. " " 2. Just set values of each setting individually in your " $VIMFILES/ftplugin/tex.vim file. (See above for what " $VIMFILES is). You will need to use :let instead of :TexLet " in this case. latex-suite.txt says: Customizing Latex-Suite is done by defining certain global variables in $VIM/ftplugin/tex/texrc.vim, where $VIM corresponds to ~/.vim for *nix machines and ~/vimfiles for windows machines. This file is not part of the Latex-Suite distribution. You will need to create this file if you need to change any default settinngs. Since this file is not included as part of the Latex-Suite distribution, it will not be over-written in subsequent updates. NOTE: It is also possible to define any customization in the $VIM/ftplugin/tex.vim file, but for the sake of clarity, you might want to use the texrc.vim file described above ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=466456&aid=822510&group_id=52322 |