On Fri, 23 Mar 2012, Dominique Pellé wrote:
Bram Moolenaar wrote:
Patch 7.3.477
[ snip ]
map <F7> :call MySpellLang()<CR>
imap <F7> <C-o>:call MySpellLang()<CR>
[ snip ]
But after applying patch 7.3.477, pressing <F7> now scrolls the
screen one line upward and prints *2* lines at the bottom of the
screen saying:
:call MySpellLang()
language: en_us
I don't think that this change was intended or am I missing
something?
The new behavior is probably what is actually intended. If you don't
want to see the :call command, use the <silent> operator for the :map
commands. See ":help map-silent".
- Christian
--
It's easy to love people in China.
It's tougher to love the person living next door.
Christian J. Robinson <[email protected]> http://christianrobinson.name/
--
You received this message from the "vim_dev" 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