Monday, October 17, 2016

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

Hi,
I have found out a solution without while loop. So in indent.vim replace all from "execute" to the EOF with:

:silent g/(SELECT\c/normal! v%2>

Problem solved.

P.S. It would still be nice to have some reference to documentation how to handle the error codes.
Regards

--
--
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, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: