Comment #1 on issue 63 by vega.james@...: sed: RE error: illegal byte sequence http://code.google.com/p/vim/issues/detail?id=63 efm_perl.pl is encoded as...
64897
ZyX
zyx.vim@...
Apr 23, 2012 5:13 pm
... (G)Vim is already able to "copy" selected text to primary register (referenced inside Vim as *), to synchronize it with clipboard register use things like...
64898
William E. Skeith III
wes_zilla@...
Apr 23, 2012 7:45 pm
... I've tested out the new patch, and it seems to work just right, without causing a regression for multiple monitors. -WES -- You received this message from...
64899
Christian Brabandt
cblists@...
Apr 23, 2012 9:12 pm
Hi Gary! ... That should probably be documented. Here is a doc patch: diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt ... +++...
64900
Christian Brabandt
cblists@...
Apr 23, 2012 9:13 pm
Hi Sergey! ... What is the problem with yanking the selection first? ... It is not. Simply yank the selection and with 'cb' set to unnamedplus, you'll have the...
64901
Gary Johnson
garyjohn@...
Apr 23, 2012 9:48 pm
... Hi Christian, Because the presence of "unnamedplus" trumps "unnamed", I think it would be more clear if the options were described in this order. if 'cb'...
64902
Daan van Rossum
d.r.vanrossum@...
Apr 23, 2012 10:52 pm
... You're right. But still: Using buffer numbers (B#s) is a very convenient way to work on many files. It's so good to know where you left stuff, without...
64903
smu johnson
smujohnson@...
Apr 23, 2012 10:52 pm
Hi, As the subject suggestions, I can't get the search highlight to work from inside a function. If I run it myself using the colon command and typing it in.....
64904
Christian J. Robinson
heptite@...
Apr 23, 2012 11:00 pm
... Adding a "redraw" line after the "set hlsearch" line in the function fixes the issue for me. - Christian -- Not to be taken internally, literally or...
64905
smu johnson
smujohnson@...
Apr 23, 2012 11:17 pm
Thanks for the reply. I have good news, and bad news: The redraw thing only works if the search query (in my example, "Change") is on the same page. If you...
64906
sc
toothpik@...
Apr 24, 2012 12:19 am
... right -- it won't -- take it out (see below) ... I see you've already got something that works, but if you want alternatives, here's one. Your...
64907
mattn
mattn.jp@...
Apr 24, 2012 1:36 am
What the problem do you have? ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying...
64908
William E. Skeith III
wes_zilla@...
Apr 24, 2012 2:19 am
... ?? There's no problem- I think the patch works perfectly. (Perhaps you skimmed over the word "without" in my last message?) : ) -WES -- You received...
... Some good ideas are here: http://vim.wikia.com/wiki/Highlight_all_search_pattern_matches John -- You received this message from the "vim_dev" maillist. Do...
64911
mattn
mattn.jp@...
Apr 24, 2012 4:59 am
Cool. ... 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...
64912
Sektor van Skijlen
ethouris@...
Apr 24, 2012 9:59 am
Probably 4th attempt, wish me luck. It can be visible when you type something like: fn( a, [](int x) { // indent by +2 &sw, ok empty // indent by +1 &sw, ok ...
64913
Charles Campbell
Charles.E.Campbell@...
Apr 24, 2012 3:28 pm
... Do these replies to the bugtracker issues actually get back to the originator? Regards, Chip Campbell -- You received this message from the "vim_dev"...
64914
Sergey Vakulenko
ppdlive@...
Apr 24, 2012 3:30 pm
Hi Christian ... I think this is particular side of vim philosophy: You have many features, and you make your own choice, what to use (useful for you), and...
Patch 7.3.504 Problem: Commands in help files are not highlighted. Solution: Allow for commands in backticks. Adjust CTRL-] to remove the backticks. ...
64917
Bram Moolenaar
Bram@...
Apr 25, 2012 2:50 pm
Patch 7.3.505 Problem: Test 11 fails on MS-Windows in some versions. Solution: Fix #ifdefs for whether filtering through a pipe is possible. Move setting...
64918
Bram Moolenaar
Bram@...
Apr 25, 2012 3:10 pm
Patch 7.3.506 Problem: GTK gives an error when selecting a non-existent file. Solution: Add a handler to avoid the error. (Christian Brabandt) Files:...
64919
Bram Moolenaar
Bram@...
Apr 25, 2012 3:32 pm
Patch 7.3.507 Problem: When exiting with unsaved changes, selecting an existing file in the file dialog, there is no dialog to ask whether the existing file...
64920
James McCoy
jamessan@...
Apr 25, 2012 3:56 pm
... args=<optimized out>) at if_py_both.h:82 ... It looks like this was caused by http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53084. -- You received this...
64921
Bram Moolenaar
Bram@...
Apr 25, 2012 4:24 pm
Patch 7.3.508 Problem: Default for v:register is not set. Solution: Init v:register in eval_init(). Correct for 'clipboard39; before the main loop. (Ingo...
64922
Bram Moolenaar
Bram@...
Apr 25, 2012 4:57 pm
... Running out of stack space usually causes a nasty crash. Can't even save the swap file then, unless the system supports a signal stack. Therefore Vim...
64923
Ben Fritz
fritzophrenic@...
Apr 25, 2012 5:21 pm
... As I mentioned, the patch uses the existing method of dynamically allocating MAXPATHL bytes instead of putting it on the stack; I decided it was probably...
64924
Ben Fritz
fritzophrenic@...
Apr 25, 2012 5:27 pm
... I just saw patch 509, never mind my premature question :-) -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below...
64925
Bram Moolenaar
Bram@...
Apr 25, 2012 7:19 pm
Patch 7.3.509 Problem: ":vimgrep" fails when 'autochdir39; is set. Solution: A more generic solution for changing directory. (Ben Fritz) Files:...