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...
68203
Ken Takata
kentkt@...
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@...
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@...
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@...
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@...
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@...
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@...
Feb 13, 2013 3:11 pm
Patch 7.3.812 Problem: When 'indentexpr39; moves the cursor "curswant" not restored. Solution: Restore "curswant". (Sung Pae) Files: src/misc1.c ... ...
68210
Bram Moolenaar
Bram@...
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@...
Feb 13, 2013 3:50 pm
Patch 7.3.814 Problem: Can't input multibyte characters on Win32 console if 'encoding39; is different from current codepage. Solution: Use...
68212
Bram Moolenaar
Bram@...
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@...
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,...