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 68173 - 68202 of 69737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
68173 vim@... Send Email Feb 11, 2013
8:37 pm
Comment #1 on issue 105 by drc...@...: netrw (v146) plugin broken in latest Vim-7.3.782 http://code.google.com/p/vim/issues/detail?id=105 This...
68174 vim@... Send Email Feb 11, 2013
8:39 pm
Updates: Status: Fixed Comment #2 on issue 105 by drc...@...: netrw (v146) plugin broken in latest Vim-7.3.782 ...
68175 vim@... Send Email Feb 11, 2013
8:42 pm
Updates: Status: WontFix Comment #4 on issue 93 by drc...@...: Mr. Campbell, please maintain netrw, zip, Man, and vimball in Vim's Mercurial...
68176 vim@... Send Email Feb 11, 2013
8:55 pm
Updates: Status: Fixed Comment #4 on issue 62 by drc...@...: Netrw v145: '/' character in 'is keyword' leaks into new buffers ...
68177 vim@... Send Email Feb 11, 2013
8:58 pm
Comment #5 on issue 59 by drc...@...: netrw breaks scripts.vim http://code.google.com/p/vim/issues/detail?id=59 No, I don't have such a...
68178 Dominique Pellé
dominique.pelle@... Send Email
Feb 11, 2013
9:52 pm
... I'm not able to reproduce the bug with Vim-7.3.806 on Linux. But you're using an old version of Vim, so perhaps the bug has been already fixed. Can you try...
68179 Bram Moolenaar
Bram@... Send Email
Feb 11, 2013
10:41 pm
... Thanks, I'll probably include it soon. How do we detect a mallard file? Would be nice to add a line in $VIMRUNTIME/filetype.vim. -- So when I saw the post...
68180 Jaromir Hradilek
jhradilek@... Send Email
Feb 12, 2013
1:23 am
... Thank you very much, Bram. Mallard uses .page as a filename extension, so adding the following line to the $VIMRUNTIME/filetype.vim file should be...
68181 oldcapecod
ewodarz@... Send Email
Feb 12, 2013
2:44 am
Thanks Dominique. I've narrowed it down a bit more. I built from source on ubuntu and it appears that a .vimrc with ... source $VIMRUNTIME/vimrc_example.vim ...
68182 oldcapecod
ewodarz@... Send Email
Feb 12, 2013
3:05 am
OK, all that's needed is ... filetype plugin indent on in the .vimrc file. Thanks! -- -- You received this message from the "vim_dev" maillist. Do not...
68183 Christian Brabandt
cblists@... Send Email
Feb 12, 2013
1:00 pm
Hi oldcapecod! (CC'ing HTML indent maintainer) ... The indent html file causes this. There are actually two problems there. First the indent-expression already...
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...
Messages 68173 - 68202 of 69737   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