How to add keymap scripts to main vim distribution?

2008-03-25 Fir de Conversatie cris
Hi guys. I've created two dvorak oriented keympa-files for russian and ukrainian peoples. These scripts have common value and can be used by anyone who utilize english dvorak layout with keymap options for russian and ukrainian languages. I've upload it to files-section of this

Re: How to add keymap scripts to main vim distribution?

2008-03-25 Fir de Conversatie Tony Mechelynck
cris wrote: Hi guys. I've created two dvorak oriented keympa-files for russian and ukrainian peoples. These scripts have common value and can be used by anyone who utilize english dvorak layout with keymap options for russian and ukrainian languages. I've upload it to files-section of this

Re: How to add keymap scripts to main vim distribution?

2008-03-25 Fir de Conversatie cris
Send them to Bram [EMAIL PROTECTED] and, if he thinks they are good enough, he may include them in the runtime files. Thanks, already done this. --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit

Vim script line continuation?

2008-03-25 Fir de Conversatie Dasn
Well, it seems the new line continuation can be placed weirdly, which will make the vim script syntax file even messy when considering the line continuation. Any comments? $ cat test.vim e \c \h \o \ l \e \n(hello) q $ ex -Nu NONE -S test.vim 5 -- Dasn

Re: Vim script line continuation?

2008-03-25 Fir de Conversatie Ben Schmidt
Tony Mechelynck wrote: Dasn wrote: Well, it seems the new line continuation can be placed weirdly, which will make the vim script syntax file even messy when considering the line continuation. Any comments? $ cat test.vim e \c \h \o \ l \e \n(hello) q $ ex -Nu NONE -S test.vim 5