Hi Paolo! On Fr, 03 Okt 2014, Paolo Bolzoni wrote: > It is quite strange, in my vimrc I setup showcmd because I like > to see the keys I typed to reduce the "something random happened" > effect when I mistype. > > However for some reason, when I change buffer via minibufexpl the > setting get reset. > > Here is an example: > I open two documents that appear in two minibufexpl buffers. > > - I type --:set showcmd?-- and noshowcmd appears. > - So I type --:set showcmd-- and I press --gg-- to see if it works; > it does. > - Now I press <C-w><C-j> to go the filenames bar and I open the > other buffer. > - I type --:set showcmd?-- again and noshowcmd appears. > > From what I understand showcmd get reset each time I change the > buffer. > > I am quite confused, how can I delve into the issue?
Try :verbose set showcmd? to see which script resets your setting. Perhaps a plugin does unset it. In that case, you should take that to the plugins author. Best, Christian -- Wie man sein Kind nicht nennen sollte: B. Scheuert -- -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
