[Vim-latex-devel] (bug?) Abbreviation clashes
Brought to you by:
srinathava,
tmaas
From: Cristian R. <cr...@li...> - 2006-03-06 08:34:25
|
Hi, I've got several abbreviations in my .vimrc such as ia zzz Whatever If in latex-suite I type "z " (a single "z" followed by a space), vim print= s the RHS of my abbreviation (i.e. "Whatever")! Some notes: - The problem arises also when I type z' z' z? z=3D z^ z* z[ (and maybe oth= er "z+special character" combinations) - The problem arises also if the LHS of my abbreviation is "zzzz", or "zz" - If I have many "similar" abbreviations in .vimrc, such as: =20 ia zzz1 First one ia zzz2 Second one ia zzz Whatever when I type "z ", I get the following output: Whatever i zzz2 Second one i zzz1 First one (i.e. the expansion of the last abbreviation, and the _definition_ of the previous ones!) The order of the definitions in .vimrc is relevant, since if I have =20 ia zzz Whatever ia zzz1 Another one ia zzz2 The last one I only get "Whatever", without the other definitions. - The problem stays if I change the UNIX locale - The problem disappears if I let g:Imap_FreezeImap=3D1 I'm using the latest tar.gz package on vim 6.4 (Debian unstable). If you need any help to figure this out just let me know. Cri --=20 GPG/PGP Key-Id 0x943A5F0E - http://www.linux.it/~cri/cri.asc |