Tony Mechelynck

Results 7 comments of Tony Mechelynck

1. Start Vim or gvim. 2. ":help startup" is the chapter about what Vim does at startup. It is a rather long chapter, you may have to scroll to read...

Does it work in gvim? If it does, then my guess is that your terminal somehow grabs and/or modifies the Meta-Shift-2 keystroke before it reaches Vim. In gvim there is...

To avoid the delay, I recommend setting the four "timeout" options to nonstandard values, as follows: * `'timeout'` (boolean) on * '`ttimeout'` (boolean) (doesn't matter when `'timeout'` is on) *...

Well, difabor, 100 _enabled_ add-ons are considered to be very, very, very many. From what I hear, most people have less than 10. I have 58 (at the moment) in...

I confirm the problem, but only if the cursor is in a comment or string, not in the code itself. I tried creating a file with the name `test.html` and...

Hmm… "Got X error". Sounds like a bug in X11. Do you still get the same crash when starting gvim with the --sync command-line switch (to make X11 calls synchronous)?...

Linux gvim (which is of course always built with `+x11`) can be started in console mode by invoking it as `gvim -v` or by softlinking a `vim` executable (earlier in...