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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 64883 - 64912 of 71383   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
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 ...
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...
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...
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 ... ...
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...
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...
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...
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...
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...
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.....
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...
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'...
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...
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 ... +++...
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...
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...
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...
64895 vim@... Send Email Apr 23, 2012
10:33 am
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 63 by daddyez...@...: sed: RE error: illegal byte sequence ...
64894 Sergey Vakulenko
svakulenko.a@... Send Email
Apr 23, 2012
10:02 am
Hi I would like to propose this theme for GVim future feature (new options for "set clipboard") For someone who know very well gvim source code, its simple to...
64893 Tony Mechelynck
antoine.mechelynck@... Send Email
Apr 23, 2012
3:16 am
... AFAIK buffer numbers are not meant to persist between sessions, even efter ":mksession&quot; ":quit" "vim -S" — if you've used :bwipeout there are "holes" in...
64892 Bram Moolenaar
Bram@... Send Email
Apr 22, 2012
4:51 pm
... Thanks, I'll include it soon. -- TALL KNIGHT: When you have found the shrubbery, then you must cut down the mightiest tree in the forest ... with a...
64891 David Pope
d.e.pope@... Send Email
Apr 22, 2012
3:34 pm
Hi Bram, ... test11 itself breaks starting with patch 124; it works on patch 123 and previous. The break doesn't show up as a nonzero diff result. Instead it...
64890 ZyX
zyx.vim@... Send Email
Apr 22, 2012
1:23 pm
Attached patch adds luaeval() documentation to doc/eval.txt. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below...
64889 ZyX
zyx.vim@... Send Email
Apr 22, 2012
12:54 pm
... Forgot the patch itself, sorry. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying...
64888 ZyX
zyx.vim@... Send Email
Apr 22, 2012
12:49 pm
... New version: 1. It is now possible to pyeval() recursive python objects, like this: py l=[]; l.append(l) let l=pyeval('l') echo l is l[0] " True 2. It now...
64887 Bram Moolenaar
Bram@... Send Email
Apr 22, 2012
11:43 am
... Well, we better find out why w_s gets another value without using ... memory, if we know the cause of the problem we might see a better solution. In gdb...
64886 Christian Brabandt
cblists@... Send Email
Apr 21, 2012
12:28 pm
Hi Bram! ... Shouldn't curwin->w_s point to the same value as curwin->w_buffer->b_s? In this case it didn't and since I didn't use :ownsyntax, I figured they ...
64885 Bram Moolenaar
Bram@... Send Email
Apr 21, 2012
12:13 pm
... I don't quite understand the solution. How is it possible that curwin->w_s gets a wrong value? It was moved aside thus it should not change. And what if...
64884 Christian Brabandt
cblists@... Send Email
Apr 20, 2012
9:21 pm
Bram, When working on my plugin SudoEdit[1], I noticed a crash in certain circumstances, which I can reproduce currently. ... [change something] ... at this...
64883 Daan van Rossum
d.r.vanrossum@... Send Email
Apr 20, 2012
8:42 pm
Hi all, Description: Vim's restore session mechanism doesn't restore the buffer numbers properly. Buffer #1 is skipped and the buffers in Session.vim are...
Messages 64883 - 64912 of 71383   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help