Michael Henry schrieb:
> All,
>
> I'd like to advocate the deprecation of the use of :vmap command
> in most places it is currently being used, for the following reasons.
>
> Lately I've been running into problems caused by the use of
> :vmap in plugins. Despite the 'v' in the name, :vmap is not
> just for Visual-mode mapping; instead, it creates a mapping for
> both Visual and Select modes. This leads to unintended
> interference with Select mode's defined behavior, which is
> especially noticeable with "snippets" plugins (such as
> UltiSnips) that use select mode extensively.
The same applies for the :map command which also covers
Select mode.
Mappings in question should be followed by the :sunmap command:
:map {lhs} {rhs}
:sunmap {lhs}
--
Andy
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---