Re: [Vim-latex-devel] Invalid arguments for function substitute, etc
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2006-02-01 09:13:00
|
On 1/31/06, Gregor Berginc <gre...@gm...> wrote: > Dear Srinath, > > I attached the file, produced by the above procedure. Hopefully, it > will help you see what the problem might be. > Interesting... Can you do a quick check... Run the command :echo substitute("12a\nb\<CR>c d", '\([^[:alnum:]]\)', '\=3D"_".char2nr(submatch(1))."_"', 'g') and see if you get any errors. You should get the string: 12a_10_b_13_c_32_d If this is not causing errors, it might be some tricky i18n issue... If this is causing errors, it might be that vim is not compiled with expression support or something similar. Srinath |