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 63257 - 63286 of 71407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
63257 tyru
tyru.exe@... Send Email
Dec 1, 2011
1:43 pm
Hi list. I wrote a patch to add {dict} argument to getcharmod(). `getcharmod(1)` returns Dictionary. It is a hassle to see the modifier keys pressed because...
63258 tyru
tyru.exe@... Send Email
Dec 1, 2011
1:50 pm
oops, sorry. forgot to fix getcharmod()'s return value. should be "Number or Dictionary", not "Number". ... -- You received this message from the "vim_dev"...
63259 tyru
tyru.exe@... Send Email
Dec 1, 2011
2:04 pm
Hi list. I found a small small doc bugs. * maparg() can return Dictionary when {dict} was given. so return value should be "String or Number" *...
63260 tyru
tyru.exe@... Send Email
Dec 1, 2011
2:11 pm
oops... forgot to attach the patch... ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
63261 Ivan Krasilnikov
infnty@... Send Email
Dec 1, 2011
2:47 pm
vim --help after patch 7.3.315 in gtk-enabled vim started to print the following message at the end of help: E852: The child process failed to start the GUI ...
63262 tyru
tyru.exe@... Send Email
Dec 1, 2011
3:08 pm
Yukihiro Nakadaira has told me that each value does not become 1 or 0. fixed in attached patch. ... -- You received this message from the "vim_dev" maillist. ...
63263 Ivan Krasilnikov
infnty@... Send Email
Dec 1, 2011
3:21 pm
Proposed patch - setting gui.dofork to FALSE at the end of usage(), where it says "Gnome gives extra messages for --help if we continue", seems to solve this...
63264 Peter Odding
peter@... Send Email
Dec 1, 2011
6:08 pm
Hi all, ... This seems to be dependent on some set of (as of yet unidentified) preconditions because I don't have any problems with uploading scripts to...
63265 John Marriott
basilisk@... Send Email
Dec 1, 2011
6:33 pm
Hi all, After applying this patch vim fails to compile on file term.c under HP-UX complaining of undefined symbols ttym_flags and TTYM_URXVT. The attached...
63266 Bram Moolenaar
Bram@... Send Email
Dec 1, 2011
8:00 pm
Patch 7.3.364 (after 7.3.353) Problem: Can't compile on HP-UX. (John Marriott) Solution: Only use TTYM_URXVT when it is defined. Files: src/term.c ......
63267 Bram Moolenaar
Bram@... Send Email
Dec 1, 2011
8:00 pm
... Do you mean this: ... *************** ... #ifdef FEAT_GUI_GNOME /* Gnome gives extra messages for --help if we continue, but not for -h. */ if...
63268 Bram Moolenaar
Bram@... Send Email
Dec 1, 2011
8:00 pm
... Thanks. I'll fix it with an #ifdef TTYM_URXVT, more straightforward. -- If evolution theories are correct, humans will soon grow a third hand for...
63269 Ivan Krasilnikov
infnty@... Send Email
Dec 1, 2011
8:18 pm
... Yes. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information,...
63270 Bram Moolenaar
Bram@... Send Email
Dec 1, 2011
8:49 pm
... I'll fix that. ... To be consistent it should be [{at_exit}]. But with [{atexit}] the highlighting works better. -- hundred-and-one symptoms of being an...
63271 Bram Moolenaar
Bram@... Send Email
Dec 1, 2011
8:49 pm
... I don't like the function returning a different type depending on an argument. Can we use a getcharmoddict() function instead? Another solution would be...
63272 Walt Elam
wrelam@... Send Email
Dec 1, 2011
11:17 pm
Vim Devs, I have been using Vim for some time now and would like to start giving back to it now that I am capable. However, I am a bit lost on how to start ...
63273 Taylor Hedberg
tmhedberg@... Send Email
Dec 2, 2011
12:17 am
I'm not really a Vim dev per se, having only made a few minor contributions, but all you need to do to create a patch is to check out the latest copy of the...
63274 Yukihiro Nakadaira
yukihiro.nakadaira@... Send Email
Dec 2, 2011
9:41 am
`:help getcharmod()` is not correct. Result was changed by v7-0055. And mouse double, triple and quadruple do not have individual bit. Actual result is 2...
63275 Mislav Marohnić
mislav.marohnic@... Send Email
Dec 2, 2011
2:21 pm
... This hasn't got enough attention. Can anyone please just check on their linux-/windows-compiled vim if they can reproduce it? The issue is that macros...
63276 Jürgen Krämer
jottkaerr@... Send Email
Dec 2, 2011
2:48 pm
Hi, ... confirmed for GVim 7.3.363 on Windows 7. Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe...
63277 Andy Wokula
anwoku@... Send Email
Dec 2, 2011
3:46 pm
... (same here with gVim on win32) I'm not sure what the reason is. But macro recording is a special case, you can't do it from a mapping ... or from...
63278 Ben Fritz
fritzophrenic@... Send Email
Dec 2, 2011
4:13 pm
... Also try the mq extension to Mercurial if you want to keep your changes around and easily apply them to the main line until Bram does not merge in your...
63279 Bram Moolenaar
Bram@... Send Email
Dec 2, 2011
9:20 pm
... Thanks for the correction! ... Yep. -- hundred-and-one symptoms of being an internet addict: 235. You start naming your kids Pascal, COBOL, Algol and...
63280 tyru
tyru.exe@... Send Email
Dec 3, 2011
4:07 am
On Fri, Dec 2, 2011 at 6:40 PM, Yukihiro Nakadaira < ... oh, I don't think about that code... maybe this patch becomes useless. but that code should be on...
63281 Fuzzier
gauchyler@... Send Email
Dec 3, 2011
5:24 pm
Hello! I'm trying to input a Chinese character "æ–‡" (U+6587) in vim. However, it seems vim refuses to accept the character. I changed the encoding from the...
63282 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 3, 2011
5:53 pm
... Hm, strange. Does it work if you disable the IME and use "pure Vim" input techniques? e.g. Ctrl-V u 6587 (without the spaces) — replace Ctrl-V by Ctrl-Q...
63283 Zhidong Zhu
cockhen@... Send Email
Dec 4, 2011
2:22 am
Hello, Have you input a half width "i" to make INPUT MODE before input chinese characters? It seems not in INPUT MODE according to screenshot 2, so i'm asking ...
63284 lilydjwg
lilydjwg@... Send Email
Dec 4, 2011
6:10 am
... I can confirm this on Windows XP 32bit with my self-build Vim 7.3.346. Inputing ¤å(cp936 0xcec4) as the code by C-v u cec4 works. Also, inputing °A ...
63285 Fuzzier Tang
gauchyler@... Send Email
Dec 4, 2011
2:50 pm
Yes, I did press "i" to make INPUT MODE before input Chinese characters. When IME is activated, the bottom part of VIM window is replaced by IME charactor/word...
63286 Fuzzier Tang
gauchyler@... Send Email
Dec 5, 2011
1:21 am
I installed Vim 7.3.363 (32-bit). After I start Vim (not gVim) as vim.exe -N -u NORC, the reply to :set enc tenc is ... -- 阿弥陀佛 -- You received this...
Messages 63257 - 63286 of 71407   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