Re: "zz" vs ":echo"

2018-04-10 Thread ds
Thanks a lot, Jason! On Tuesday, April 10, 2018 at 4:05:55 PM UTC+1, Jason Felice wrote: > zz centers the cursor in the window *vertically* by scrolling the window.  > This is why the window is scrolling.  When the cursor is above the 1/2 the > screen height, zz doesn't scroll because there's

Re: "zz" vs ":echo"

2018-04-10 Thread Jason Felice
zz centers the cursor in the window *vertically* by scrolling the window. This is why the window is scrolling. When the cursor is above the 1/2 the screen height, zz doesn't scroll because there's no more file to display. Once below that point, it will keep the cursor in the middle row. There is

howto ignore temporary git files on the jump list

2018-04-10 Thread Oliver Graute
Hello list, I use vim to edit my git commits and for git merges and rebasing. Because of this I get these kind of temporary files in my jump list: .git/rebase-merge/git-rebase-todo .git/MERGE_MSG .git/COMMIT_EDITMSG Is there any way to prevent them from being registered? Best regards, Oliver

"zz" vs ":echo"

2018-04-10 Thread ds
Hi! I noticed quite a strange situation when centering text somehow suppresses the echo output. Since it all sounds rather weird, I created a reproducible example here: https://pastebin.com/F08V77Av – you can download the file, open it with vim -u NONE, source it then, go to line number 13,

Why GVim FocusGain at updatetime (default 4 seconds)

2018-04-10 Thread Ni Va
Hi, I use event in a script to monitor Gvim activity. As I have click out from gvim interface, why GVim gain Focus at updatetime (default 4seconds) ? gvim 8.0.1678 64 bits under windows 10 64bits. Thank you NiVa -- -- You received this message from the "vim_use" maillist. Do not