Patch 7.3.098 Problem: Function that ignores error still causes called_emsg to be set. E.g. when expand() fails the status line is disabled. Solution:...
60079
Jean Johner
jean.johner@...
Jan 4, 2011 7:12 pm
Hello, I don't know if somebody is interested in problems related to vim in the Cygwin environment. If yes, please do the following: - Copy the following...
60080
Peter Odding
peter@...
Jan 4, 2011 8:22 pm
... I encountered this bug* while trying to map ' and " to insert smart quotes for my notes.vim plug-in. Fortunately I found a simple workaround (for my use...
60081
Benjamin R. Haskell
vim@...
Jan 4, 2011 8:34 pm
... Easier way to reproduce (and omits settings that don't affect the bug): seq 1 200 | vi -u NONE -N +'se im' +'inoremap <C-Down> <C-O>10<C-E>39; - seq 1 200...
60082
Jean Johner
jean.johner@...
Jan 4, 2011 10:29 pm
... Hi Ben, I am released to see that some expert is interested in the problem. Very detailed analysis of the bug. Thank you. Do you think you have a chance to...
60083
SungHyun Nam
goweol@...
Jan 5, 2011 1:06 am
... To me, vim opens an empty buffer is somewhat annoying. User who runs ':make39; would know there occurs an error though vim does not open empty buffer I...
60084
H Xu
xusubsc@...
Jan 5, 2011 11:37 am
... Hello Charles Campbell, v141i works fine. Thanks! Regards, Hong Xu 01/05/2011 -- You received this message from the "vim_dev" maillist. Do not top-post!...
60085
Yukihiro Nakadaira
yukihiro.nakadaira@...
Jan 5, 2011 1:04 pm
... See :help :map-<expr> and search CSI. This applies to 0x80 byte, too. map.txt: Note that there are some tricks to make special keys work and escape CSI...
60086
Jean Johner
jean.johner@...
Jan 5, 2011 2:17 pm
Hello, Another interesting feature of the above problem. Replace inoremap <C-Down> <C-O>10<C-E> with inoremap <F1> <C-O>10<C-E> in the above .vimrc Launch...
60087
Ben Fritz
fritzophrenic@...
Jan 5, 2011 5:58 pm
... You can use CursorHold and CursorHoldI (and other events like the CursorMoved, etc. if needed) and check the b:changedtick variable against an earlier...
60088
Bram Moolenaar
Bram@...
Jan 5, 2011 8:54 pm
... Sometimes the file name is OK but the path is wrong, then it's still useful to have the error parsed. Especially when it's one line in a very long output....
60089
baumann Pan
baumann.pan@...
Jan 6, 2011 3:20 am
Hi All, I found an problem with omni completion. net-snmp has 3 structs like 1) typedef struct XXXXXTable_data_s { u_long z; } XXXXXTable_data; 2) typedef...
60090
ZNV
mejedi@...
Jan 6, 2011 10:11 am
Hello, It would be nice to have a robust mouse tracking in vim when running in a terminal emulator window wider than 223 character cells. The maximum reported...
60091
ZyX
zyx.vim@...
Jan 6, 2011 10:38 am
Reply to message «Why does ':normal39; ignore the 'count39; prefix for mapped keys?», sent 08:00:58 06 January 2011, Thursday by Douglas A. Augusto: It looks...
60092
Yukihiro Nakadaira
yukihiro.nakadaira@...
Jan 6, 2011 11:23 am
... This problem occurred when using multi monitor and screen height is larger than maximized window height. For example, when using vertical layout. ...
60093
Ingo Karkat
swdev@...
Jan 6, 2011 1:04 pm
... I encountered this, too, and it severely impacts automated testing of Vim plugins. (I was hit by this recently, sorry that I didn't yet report it; I'm glad...
60094
baumann Pan
baumann.pan@...
Jan 6, 2011 3:48 pm
Hi All, I found an problem with omni completion. net-snmp has 3 structs like 1) typedef struct XXXXXTable_data_s { u_long z; } XXXXXTable_data; 2) ...
Hello, Consider the following _vimrc (for Windows vim 7.3) set nocompatible set lines=47 set cmdheight=2 set number Open a file Add the pattern "foobar" at...
60097
Ingo Karkat
swdev@...
Jan 6, 2011 6:13 pm
... Wow, I hoped it would be simple, but I didn't imagine it THAT simple :-) Any insights whether the implementation of passing FALSE was deliberate? I can at...
60098
Douglas A. Augusto
daaugusto@...
Jan 6, 2011 8:10 pm
... Hi, I can also confirm that the solution proposed by Bram fixes the issue. I've created a Vim script that remaps normal mode commands to provide some sort...
60099
Bram Moolenaar
Bram@...
Jan 6, 2011 8:17 pm
... Please try out this patch. Resizing has always been a problem with GTK, this needs to be tried out in various configurations. I don't have a vertical...
60100
Yukihiro Nakadaira
yukihiro.nakadaira@...
Jan 7, 2011 1:33 am
This also occur with horizontal layout with different size (e.g. notebook + additional monitor). And vim window is on smaller one. +----------+----------+ ......
60101
Yukihiro Nakadaira
yukihiro.nakadaira@...
Jan 7, 2011 7:25 am
I noticed that the problem can be reproduced with single monitor when there is two gnome panel on top and bottom. +--------------+ ... +--------------+ -- ...
60102
Adrien "Axioplas...
axioplase+vimdev@...
Jan 7, 2011 7:59 am
Hello, I happen to use :digraphs quite a lot to insert mathematical symbols in documents. However, finding the characters and their input sequence is *very* ...
60103
Nikolai Weibull
now@...
Jan 7, 2011 8:05 am
... Wouldn’t it be better to use proper headers for each group? Color is seldom the answer. -- You received this message from the "vim_dev" maillist. Do not...
60104
Arnaud Lacombe
lacombar@...
Jan 7, 2011 9:42 am
Hi, The following patch add support for setting a maximum fold level when `foldmethod=marker'. AFAICS, it is not currently possible to do that, so I just ...
60105
baumann@pan
baumann.pan@...
Jan 7, 2011 11:49 am
Hi All, I found an problem with omni completion. net-snmp has 3 structs like 1) typedef struct XXXXXTable_data_s { u_long z; } XXXXXTable_data; 2) typedef...
60106
Roy Jamison
xteejyx@...
Jan 7, 2011 1:47 pm
... I believe this would be the setup the reporter is using. I will attach the diff to our bug report. Thank you guys. -- You received this message from the...
60107
Charles Campbell
Charles.E.Campbell@...
Jan 7, 2011 3:24 pm
... Perhaps you'd find the math plugin helpful... The math plugin makes entry of many math symbols simple via a keymap and via a menu. You may get the plugin...