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 68184 - 68213 of 69727   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
68184 Dimitar DIMITROV
mitkofr@... Send Email
Feb 12, 2013
2:38 pm
Hi Ingo, You did explain the help for 'unnamedplus but there is still the problem I described: 1. gvim -NX -u NONE -c 'se cb^=unnamedplus&#39; 2. iLorem ipsum...
68185 Charles Campbell
Charles.E.Campbell@... Send Email
Feb 12, 2013
2:44 pm
... I've tried sudo yum-builddep vim-gnome; that results in: No such package(s): vim-gnome I then tried: sudo yum-builddep vim This command actually did...
68186 Charles Campbell
Charles.E.Campbell@... Send Email
Feb 12, 2013
2:52 pm
... I used yum to install yum -y install glib.x86_64 yum -y install glib-devel.x86_64 (there was no glib2). Still, making distclean and making vim still ...
68187 James McCoy
jamessan@... Send Email
Feb 12, 2013
3:30 pm
On Feb 12, 2013 9:44 AM, "Charles Campbell" <Charles.E.Campbell@...> ... package(s): vim-gnome ... The vim package doesn't provide a GUI-enabled Vim, so...
68188 Ben Fritz
fritzophrenic@... Send Email
Feb 12, 2013
4:21 pm
... I use Windows gvim, where the -X flag does nothing according to the help, so I started with: gvim -N -u NONE -i NONE ... Without clipboard equal to...
68189 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 12, 2013
5:07 pm
What about the following new binary operator? expr-a in expr-b The result would be boolean (i.e. integer with value 0 or 1). If expr-b is a List, then the...
68190 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 12, 2013
6:01 pm
On 12/02/13 13:59, Christian Brabandt wrote: [...] ... maybe tweak it using the 'synmaxcol&#39; option, which stops syntax highlighting when the cursor abscissa...
68191 Lech Lorens
lech.lorens@... Send Email
Feb 12, 2013
6:49 pm
... It's about code indenting, not highlighting. -- Cheers, Lech Lorens -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your...
68192 Tony Mechelynck
antoine.mechelynck@... Send Email
Feb 12, 2013
7:20 pm
... I know; but it's also about long lines. Best regards, Tony. -- Parallel lines never meet, unless you bend one or both of them. -- -- You received this...
68193 Dimitar DIMITROV
mitkofr@... Send Email
Feb 12, 2013
9:37 pm
... Thanks Ben, all my bad, you are right, when not using -X it works according to the docs. Not sure why you are having the issue you describe. Thanks for...
68194 Christian Brabandt
cblists@... Send Email
Feb 12, 2013
9:37 pm
... Ben, Benjamin, can you check, whether this patch fixes the problem for you? diff -r ba8835947b8b src/screen.c ... +++ b/src/screen.c Tue Feb 12...
68195 Christian Brabandt
cblists@... Send Email
Feb 12, 2013
9:40 pm
Hi Dimitar! ... Seems to work for me with the latest patch level (with either vim or gvim). I am not sure, why you are using -X here. This might be your issue....
68196 Bram Moolenaar
Bram@... Send Email
Feb 12, 2013
10:08 pm
... Thanks. Despite the obvious name it appears no other file type uses this, thus it should be fine. -- Violators can be fined, arrested or jailed for making...
68197 Benjamin Fritz
fritzophrenic@... Send Email
Feb 13, 2013
5:25 am
... Yes, this patch works, at least for my toy test case! Thanks! I don't run self-compiled Vim at work on Windows (at least not yet). But it certainly acts...
68198 clime
clime7@... Send Email
Feb 13, 2013
9:03 am
With respect to this thread on so: http://stackoverflow.com/questions/14842987/vim-wildmenu-move-into-subdirectory-with-a-different-key-than-down It seems like...
68199 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
11:16 am
... It's a bit of a brute force solution but I suppose it should be OK. ... Not much. I'll remove those remarks and await someone reporting a problem again,...
68200 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
11:24 am
Patch 7.3.807 Problem: Popup menu does not work properly with the preview window, folds and 'cursorcolumn&#39;. Solution: Redraw the popup menu after...
68201 Cesar Romani
cesar.romani@... Send Email
Feb 13, 2013
11:59 am
If I compile vim with MSVC, Racket 4.2.5 and MZSCHEME=c:&#92;plt MZSCHEME_VER=3m_6ncd1k DYNAMIC_MZSCHEME=yes and with the command line: nmake -f Make_mvc.mak I...
68202 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
12:03 pm
... There are several other one-character matches. Do they not cause a problem? ... Not a nice solution. ... Yeah, this pattern is a problem. It matches...
68203 Ken Takata
kentkt@... Send Email
Feb 13, 2013
12:44 pm
Hi, ... No one has reported about my patch :-( BTW, I wrote tests for the patches 7.3.691, 698 and 768. I found that the patch 7.3.768 breaks 7.3.691. I also...
68204 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
1:17 pm
Patch 7.3.808 Problem: Python threads still do not work properly. Solution: Fix both Python 2 and 3. Add tests. (Ken Takata) Files: src/if_python.c,...
68205 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
1:17 pm
... Thanks. I verified the test breaks without including your patch of two weeks ago. I'll send it out now. -- "Software is like sex... it's better when it's...
68206 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
1:37 pm
Patch 7.3.809 Problem: The dosinst.c program has a buffer overflow. (Thomas Gwae) Solution: Ignore $VIMRUNTIME if it is too long. Files: src/dosinst.c...
68207 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
2:53 pm
Patch 7.3.811 Problem: Useless termresponse parsing for SGR mouse. Solution: Skip the parsing. (Hayaki Saito) Files: src/term.c ... *************** ...
68208 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
2:59 pm
Patch 7.3.810 Problem: 'relativenumber is reset unexpectedly. (François Ingelrest) Solution: After an option was reset also reset the global value. Add a...
68209 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
3:11 pm
Patch 7.3.812 Problem: When 'indentexpr&#39; moves the cursor "curswant"; not restored. Solution: Restore "curswant";. (Sung Pae) Files: src/misc1.c ... ...
68210 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
3:31 pm
Patch 7.3.813 Problem: The CompleteDone event is not triggered when there are no pattern matches. (Jianjun Mao) Solution: Trigger the event. (Christian...
68211 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
3:50 pm
Patch 7.3.814 Problem: Can't input multibyte characters on Win32 console if 'encoding&#39; is different from current codepage. Solution: Use...
68212 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
4:06 pm
Patch 7.3.815 Problem: Building with Cygwin and Ruby doesn't work. Solution: Copy some things from the MingW build file. (Ken Takata) Files:...
68213 Bram Moolenaar
Bram@... Send Email
Feb 13, 2013
4:36 pm
Patch 7.3.816 Problem: Can't compute a hash. Solution: Add the sha256() function. (Tyru, Hirohito Higashi) Files: runtime/doc/eval.txt, src/eval.c,...
Messages 68184 - 68213 of 69727   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