How to omit the "E385: search hit BOTTOM without match for" error message produced by vim script file?

2016-10-16 Thread Igor Forca
Hi, I am a beginner on vim script... I have written some simple vim script to indent whole "(SELECT" to ")" block o text. The attached data.sql file is the file with data I would like to indent. The attached indent.vim file is vim script to indent data. I did: 1. :e data.sql 2. :source indent.v

Re: How to omit the "E385: search hit BOTTOM without match for" error message produced by vim script file?

2016-10-16 Thread Igor Forca
Ahhh my mistake. Attached data.sql above is AFTER indent.vim is already applied. Original data.sql is attached in this post. Sorry for confusion. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information

Re: How to report localization's translation bugs in vim?

2016-10-16 Thread Igor Forca
I have found out how to do this. I downloaded source code and searched/replaced the sting and reported a bug at https://github.com/vim/vim/issues/1176 with instructions how to fix the bug. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the t