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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 64896 - 64925 of 70018   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
64896 vim@... Send Email Apr 23, 2012
11:48 am
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Apr 23, 2012
9:48 pm
... Hi Christian, Because the presence of "unnamedplus&quot; 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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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...
64909 John Little
John.B.Little@... Send Email
Apr 24, 2012
3:22 am
There's a copyright notice: # Copyright (©) 2001 by Jörg Ziefle <joerg.ziefle@...> The © and the ö are encoded in ISO 8859-1, aka latin1 ... ...
64910 John Beckett
johnb.beckett@... Send Email
Apr 24, 2012
3:31 am
... 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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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...
64915 Bram Moolenaar
Bram@... Send Email
Apr 25, 2012
10:28 am
Patch 7.3.503 (after 7.3.501) Problem: Warning for unused argument. Solution: Add UNUSED. Files: src/if_ruby.c ... *************** *** 1238,1244 **** ...
64916 Bram Moolenaar
Bram@... Send Email
Apr 25, 2012
10:58 am
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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 'clipboard&#39; before the main loop. (Ingo...
64922 Bram Moolenaar
Bram@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Apr 25, 2012
7:19 pm
Patch 7.3.509 Problem: ":vimgrep"; fails when 'autochdir&#39; is set. Solution: A more generic solution for changing directory. (Ben Fritz) Files:...
Messages 64896 - 64925 of 70018   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