Friday, June 23, 2017

Re: Vim-script: How to produce an error if there is semicolon in buffer?

Christian,
thanks a lot for you help. It works excellent. I just replaced the "echo" part to get an error in red color.

if search(';', 'nw') > 0
echohl Error
echomsg "Warning. Semicolon in file."
echohl None
finish
endif

--
--
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: