Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 60078 - 60107 of 69994   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
60078 Bram Moolenaar
Bram@... Send Email
Jan 4, 2011
6:26 pm
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Jan 5, 2011
1:06 am
... To me, vim opens an empty buffer is somewhat annoying. User who runs ':make&#39; would know there occurs an error though vim does not open empty buffer I...
60084 H Xu
xusubsc@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Jan 6, 2011
10:38 am
Reply to message «Why does ':normal&#39; ignore the 'count&#39; prefix for mapped keys?», sent 08:00:58 06 January 2011, Thursday by Douglas A. Augusto: It looks...
60092 Yukihiro Nakadaira
yukihiro.nakadaira@... Send Email
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@... Send Email
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@... Send Email
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) ...
60095 Bram Moolenaar
Bram@... Send Email
Jan 6, 2011
4:31 pm
... +++ ex_docmd.c 2011-01-06 17:23:43.000000000 +0100 @@ -9310,7 +9310,7 @@ && !got_int) { update_topline_cursor(); - normal_cmd(&oa, FALSE); /* execute a...
60096 Jean Johner
jean.johner@... Send Email
Jan 6, 2011
5:05 pm
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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...
Messages 60078 - 60107 of 69994   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help