Search the web
Sign In
New User? Sign Up
vimdev · Vim (Vi IMproved) text editor developers list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 53934 - 53963 of 55364   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
53934
... In principle, the 'guifont' option can be a comma-separated list of several fonts, and the first (leftmost) of them which is found will be used. However,...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 1, 2009
8:31 am
53935
I have some problems with indentation when there is some brace in comment like in the two examples where we get this indentation : int main(){ //} int a=0; ...
setog3@...
Send Email
Apr 1, 2009
7:04 pm
53936
":echo" apparently erases only part of the command-line in some circumstances. After defining the following function function TestForX() let @+ = " " let x =...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 2, 2009
12:52 am
53937
Le Wed, 1 Apr 2009 11:58:56 -0700 (PDT), setog3@... a écrit dans le message ... -- Patrick Texier --~--~---------~--~----~------------~-------~--~----~ ...
Patrick Texier
p.texier@...
Send Email
Apr 2, 2009
5:38 am
53938
I am currently working on three OSes at the same time: Win32, Linux and Mac OS/X - and I am using the same vimrc settings on all three. Mostly the same,...
Ron Aaron
rambamist@...
Send Email
Apr 2, 2009
6:23 am
53939
... If you had Courier:h12 in one window and Monaco:h15 in another, how would you reconcile the two grids? On a related note, it would be nice if it were...
George V. Reilly
george@...
Send Email
Apr 2, 2009
7:03 am
53940
guifont already does exactly this - see 'help guifont'. I've got gfn set to something like what you list already. Why do you need to reconcile two grids? Have...
Ron Aaron
rambamist@...
Send Email
Apr 2, 2009
7:07 am
53941
... But :h13 is only supported for win32, right? And what about the X11-motif gui, the photon gui, the athena gui? ... This wouldn't even be possible without...
Matt Wozniski
mjw@...
Send Email
Apr 2, 2009
7:14 am
53942
... Right - no change there, I said just Win32, Mac and GTK since they are similar in how they work. ... I don't understand why it would be a problem. On...
Ron Aaron
rambamist@...
Send Email
Apr 2, 2009
7:22 am
53943
... I think the assumption that the entire canvas is a grid of same-sized character cells is baked deep into Vim. (I'm using "window" in the Vim sense, as in...
George V. Reilly
george@...
Send Email
Apr 2, 2009
7:26 am
53944
... vim is a veritable treasure-trove ;) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more...
Ron Aaron
rambamist@...
Send Email
Apr 2, 2009
9:00 am
53945
... Maybe it would be possible to have guifont local to a tab? There aren't currently any tab-local options, but maybe there should be :-) This might not be...
Ben Fritz
fritzophrenic@...
Send Email
Apr 2, 2009
3:40 pm
53946
... Are you sure you have the latest version of todo.txt ? In the version dated 2009 Mar 21 that line corresponds to ":help 'autosave'". Best regards, Tony. --...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 2, 2009
8:10 pm
53947
... It's line 3027 in the todo.txt that shipped with 7.2. It's line 3271 in the latest todo.txt on the ftp site. -- James GPG Key: 1024D/61326D40 2003-09-02...
James Vega
jamessan@...
Send Email
Apr 2, 2009
8:36 pm
53948
... The todo.txt which shipped with 7.2.0 is now obsolete. If you haven't yet updated your runtime files since then, you should. If you have a version of rsync...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 2, 2009
9:23 pm
53949
... [...] ... The difference between Vim and HTML/CSS is that in Vim the list search is global (the list will be searched once when you set the option, and the...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 2, 2009
10:21 pm
53950
Hi, I complied vim v7.2.148 on Red Hat Enterprise Linux v5.3, but when I try to run with the gui (GTK2), I get the following error: ./vim: symbol lookup error:...
Mun Johl
Mun.Johl@...
Send Email
Apr 3, 2009
10:16 pm
53951
... What's your gcc version? (as shown either by "gcc --version", or by the appropriate line in the output of "rpm -qa |grep gcc") I'm on openSUSE 11.1 with...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 4, 2009
12:28 am
53952
... I see the problem. When redirecting silently the message column is still advanced and it's never reset. Not avancing the column causes trouble for some...
Bram Moolenaar
Bram@...
Send Email
Apr 4, 2009
11:11 am
53953
I suggest the attached help patch about "editing" the cmdline-window. Best regards, Tony. -- "But don't you worry, its for a cause -- feeding global...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 4, 2009
5:22 pm
53954
If vimscript functions had remark "Added in vim7.1.129", it would be useful. For example, if you want to know how portable the script is. ...
Yakov Lerner
iler.ml@...
Send Email
Apr 4, 2009
7:18 pm
53955
... Probably not exactly what you're looking for, but I keep copies of vim 6.4.10 and 7.0.0 around just so that I can look at older runtimefiles and docs and...
Matt Wozniski
mjw@...
Send Email
Apr 4, 2009
8:22 pm
53956
... I keep old Vim versions (since 6.0), too, and grep the docs for the first occurrence of a built-in function name. (But I also use these old Vims for ...
Ingo Karkat
swdev@...
Send Email
Apr 4, 2009
8:54 pm
53957
... oops, I didn't scroll far enough. Forget it (or maybe not, if it's worth adding the same warning about one screen height or so upward of where it already...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 5, 2009
12:00 am
53958
... The docs are there, it just may be a little esoteric to find them. ... or maybe, to narrow down the search, ... will search, in the former case the text of...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 5, 2009
12:32 am
53959
On Sat, Apr 4, 2009 at 5:31 PM, Tony Mechelynck ... VimL scripting was introduced in Vim 5.0, eleven years ago, according to...
George V. Reilly
george@...
Send Email
Apr 5, 2009
2:34 am
53960
Hi Tony, Thanks very much for your reply. Please see my comments below. On Fri, Apr 03, 2009 at 05:23 PM PDT, Tony Mechelynck wrote: TM> On 04/04/09 00:14, Mun...
Mun Johl
Mun.Johl@...
Send Email
Apr 5, 2009
6:25 am
53961
... Didn't legacy Vi have exrc files? And how were they written if it wasn't in what could be recognizably seen as what evolved to become vimscript? ... Yeah,...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 5, 2009
9:39 am
53962
... [...] ... Vim has been using GTK2 for quite some time, so even a year-and-a half old version ought to work with it. If I were you, I would try to compile ...
Tony Mechelynck
antoine.mechelynck@...
Send Email
Apr 5, 2009
9:56 am
53963
... It has a nice idea, but I think there are quite a few situations where it doesn't work well. If the Visual selection doesn't fit in the window, doesn't...
Bram Moolenaar
Bram@...
Send Email
Apr 5, 2009
12:36 pm
Messages 53934 - 53963 of 55364   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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