On Fri, Jul 22, 2016 at 5:40 PM, Dmitri Vereshchagin
<[email protected]> wrote:
> For some reason this PR[1] was not forwarded to the list. It replaces
> `lang` in `-- INSERT (lang) --` mode indicator with keymap name. It was
> in todo for so long. Diff is here[2].
>
> 1. https://github.com/vim/vim/pull/933
> 2. https://patch-diff.githubusercontent.com/raw/vim/vim/pull/933.diff
>
> --
> Dmitri Vereshchagin
FWIW, the %k statusline item displays the keymap name when 'iminsert'
== 1. For instance my vimrc uses
if has('statusline')
set statusline=%<%f\
%h%m%r%=%k[%{(&fenc==''?&enc:&fenc)}%{(&bomb?',BOM':'')}][U+%04B]\
%-12.(%l,%c%V%)\ %P
endif
(i.e. 3 lines, one long line between two short ones)
Best regards,
Tony.
--
--
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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.