Re: [Vim-latex-devel] German quotation marks and `
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-15 04:35:04
|
On Tue, 14 Jan 2003, Bernhard Walle wrote: > Hello, > > in german.sty the correct quotation marks are "` and "' (instead of `` > and ''). But if I type "`gut"' for example it's expanded to > "\gammaut. Is there any solution for this? > Hello Bernhard, I've fixed this problem in the latest version. Also, in the present version, if \usepackage{german} is detected, then " expands to "` or '" depending on whether its opening or closing. As of now, editing both german and english files in the same vim session is not supported, but that will come soon... Note that `g will still expand to \gamma (and similarly for other english alphabets) if its not preceded by ", ` or \. This is for typing greek letters. You cannot completeley disable this feature with an option right now. In the future, I'll make this an option... If you really want to disable such expansions, you'll need to comment out lines 96-131 of ftplugin/latex-suite/main.vim Thanks, Srinath |