... 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@...
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@...
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@...
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@...
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@...
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@...
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^=unnamedplus39; 2. iLorem ipsum...
68185
Charles Campbell
Charles.E.Campbell@...
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@...
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@...
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@...
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@...
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@...
Feb 12, 2013 6:01 pm
On 12/02/13 13:59, Christian Brabandt wrote: [...] ... maybe tweak it using the 'synmaxcol39; option, which stops syntax highlighting when the cursor abscissa...
68191
Lech Lorens
lech.lorens@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Feb 13, 2013 11:24 am
Patch 7.3.807 Problem: Popup menu does not work properly with the preview window, folds and 'cursorcolumn39;. Solution: Redraw the popup menu after...
68201
Cesar Romani
cesar.romani@...
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@...
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...