[Vim-latex-devel] IMAP_Jumpfunc()
Brought to you by:
srinathava,
tmaas
From: Benji F. <be...@me...> - 2003-01-07 19:21:30
|
I have already exeeded my time quota for vim coding today, so maybe someone else can have a loko at this. I have a few requests for IMAP_Jumpfunc(): 1. Document the arguments: I think one is passes to search() and the other is some sort of inclusive/exclusive flag. 2. Think about what happens when the <+place holders+> include a line break. I think that '<+.\{-}+>' works well for strings variables, but when searching in the buffer, we should use '<+\_.\{-}+>'. --Benji |