... There were a few xterm versions that produced illegal utf-8 byte sequences for Alt-key combinations. You could try installing a newer one. Version 197 is...
Bram Moolenaar
Bram@...
Dec 1, 2004 11:14 am
38006
... Actually, this makes some sense to me ... But perhaps the better question is: is there a way (no matter how it was selected or put) to turn the last put...
Keith Roberts
kroberts@...
Dec 1, 2004 5:16 pm
38007
Hi Keith, ... obviously there is already a mechanism to know whether the last selection was characterwise, linewise or blockwise. The gv command activates the...
Jens Paulus
jpaulus@...
Dec 1, 2004 10:13 pm
38008
Please read the document....
george@...
Dec 2, 2004 8:34 am
38009
The attached patch adds padding to the quickfix window format, so that it looks more uniform. I much preffer it like this, although I still think there's room...
Herculano de Lima Ein...
hlen@...
Dec 2, 2004 7:57 pm
38010
Important details!...
pinard@...
Dec 2, 2004 8:31 pm
38011
Hi developers, when using gvim with the popup menu there is something which could be improved. For example, if I execute the item Select word and directly...
Jens Paulus
jpaulus@...
Dec 2, 2004 10:09 pm
38012
... Where did you get the "Select sentence" menu entry from? It's not in the standard menus. ... One is to turn the existing selection into a blockwise...
Bram Moolenaar
Bram@...
Dec 3, 2004 11:09 am
38013
Hi Bram, ... actually this is true. Instead of Select sentence I meant Select line. The popup menu contains the following items. Undo Paste Select Word Select...
Jens Paulus
jpaulus@...
Dec 3, 2004 11:23 pm
38014
Hi Keith, ... here is how I did it. vn <silent> d d:let gvtest=""<CR> vn <silent> D D:let gvtest=""<CR> no p :exe "norm! p"<bar>call Gv()<CR> no gp :exe "norm!...
Jens Paulus
jpaulus@...
Dec 4, 2004 12:03 pm
38015
... Ah, that is something else. I now understand you meant to say that when "Select Line" is used while in Visual mode, Vim goes back to Normal mode. Your...
Bram Moolenaar
Bram@...
Dec 4, 2004 12:58 pm
38016
Patch 6.3.036 Problem: ml_get errors when the whole file is a fold, switching 'foldmethod' and doing "zj". (Christian J. Robinson) Was not deleting the fold...
Bram Moolenaar
Bram@...
Dec 4, 2004 1:54 pm
38017
Patch 6.3.037 (after 6.3.032) Problem: Warning for unused variable. Solution: Change the #ifdefs for the saved thread stuff. Files: src/if_python.c ...
Bram Moolenaar
Bram@...
Dec 4, 2004 2:26 pm
38018
Patch 6.3.038 (extra) Problem: Win32: When the "file changed" dialog pops up after a click that gives gvim focus and not moving the mouse after that, the...
Bram Moolenaar
Bram@...
Dec 4, 2004 4:28 pm
38019
Hi all, I'm using Vim 6.3.28, and I find the following: If a closed fold is the first line displayed on the screen, and you try and scroll up / down with...
GI
gautam@...
Dec 5, 2004 2:20 am
38020
... [...] ... [...] ... I'm running the latest version of Vim (6.3.38), and I'm seeing this problem as well. It's definitely odd to see. - Christian -- ...
Christian J. Robinson
infynity@...
Dec 5, 2004 6:12 am
38021
The file is protected with the password ghj001....
Patch 6.3.039 Problem: When 'number' is set and inserting lines just above the first displayed line (in another window on the same buffer), the line numbers...
Bram Moolenaar
Bram@...
Dec 5, 2004 1:57 pm
38025
Patch 6.3.040 Problem: Error handling does not always work properly and may cause a buffer to be marked as if it's viewed in a window while it isn't. Also...
Bram Moolenaar
Bram@...
Dec 5, 2004 3:19 pm
38026
Patch 6.3.041 (extra) Problem: Win32: When the path to a file has Russian characters, ":cd %:p:h" doesn't work. (Valery Kondakoff) Solution: Use a wide...
Bram Moolenaar
Bram@...
Dec 5, 2004 3:43 pm
38027
There have been a few complaints that input for languages other than latin1 does not work properly on Windows 95/98. What changed is that Vim now assumes that...
Bram Moolenaar
Bram@...
Dec 5, 2004 6:47 pm
38028
... Hello, I'd like to test it but don't have ability to compile on Windows. So, if someone could provide exe I would be grateful :) m. -- LaTeX + Vim =...
Mikolaj Machowski
mikmach@...
Dec 5, 2004 11:52 pm
38029
... I'm not on 98 anymore so I can't test it myself. However, compiling Vim on Windows is nor really hard; see ...
Antoine J. Mechelynck
antoine.mechelynck@...
Dec 6, 2004 12:52 am
38030
... Works great now. Thanks Bram :) Gautam -- Twenty Ways To Maintain A Healthy Level of Insanity 15. Five days in advance, tell your friends you can't attend...
GI
gautam@...
Dec 6, 2004 6:14 am
38031
Reinhard Wobst reported problems when compiling Vim with gcc 3.3.1. It appears to work OK with the "-O2" option, but not with "-O3". Possibly this is an...
Bram Moolenaar
Bram@...
Dec 6, 2004 11:39 am
38032
Patch 6.3.042 Problem: When there is a closed fold at the top of the window, CTRL-X CTRL-E in Insert mode reduces the size of the fold instead of scrolling...
Bram Moolenaar
Bram@...
Dec 6, 2004 11:40 am
38033
... In my personal experience the optimization -O2 most of the time works as expected, depeding of the used CPU (Alpha has less testing than e.g. X86)....