[Vim-latex-devel] insert package shortcut does not work as expected
Brought to you by:
srinathava,
tmaas
From: Fabio L. <fab...@we...> - 2008-11-02 14:10:42
|
Hello everybody, I have a problem regarding the insert \usepackage{} shortcut, defaulting to the F5 key. Packages such as 'float' or 'array' are working as expected. However, when the package offers optional arguments, e.g. 'amsmath' or 'babel', then latex-suite inserts this ugly string: <++>]{amsmath}"`usepackage[X instead of the expected \usepackage[]{amsmath}<++> typing the command :TPackage works great (i.e. \usepackage[]{amsmath}<++>). Info: This command, as opposed to the F5 key, prompts me for pressing return before inserting the correct string. Is this a familiar bug? Did I miss some config? Can someone point me in the right direction? Thanks in advance! --FL |