Use this page to discuss script 1026 visualmark: visual mark, similar to UltraEdit's bookmark
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Comments[]
If you get the message E197: Cannot set language to en_US
, replace
exec ":lan mes en_US"
with
exec ":lan mes en_US.UTF-8"
--Ersh, November 23, 2012