[Vim-latex-devel] smart qoutes problem

2008-04-02 Thread Stefan Söffing
Hi all, I'm using vim latexsuite for german text. The smart qoute feature is quite nice, since it replaces a " automatically with the "` or "' keys for german double qoutes. Unfortunately when opening a file in a new tab / split window, the " keypress is replaced by `` or '' which yields english q

Re: [Vim-latex-devel] smart qoutes problem

2008-04-02 Thread Ted Pavlic
Stefan -- I *think* that Vim-LaTeX looks for \usepackage{german} in your TeX and, if found, runs the ~/.vim/ftplugin/latex-suite/packages/german file. That file has in it: let b:Tex_SmartQuoteOpen = '"`' let b:Tex_SmartQuoteClose = "\"'" which sets everything up. I'm guessing that

Re: [Vim-latex-devel] smart qoutes problem

2008-04-02 Thread Ted Pavlic
I haven't combed through how Vim-LaTeX works, but I have a feeling that when it loads main.tex, it does some special things to other files loaded in other buffers. However, it gets confused when they get opened in other tabs or split windows. In fact, it might suspend some of its rules in these