... In principle, the 'guifont39; option can be a comma-separated list of several fonts, and the first (leftmost) of them which is found will be used. However,...
53935
setog3@...
Apr 1, 2009 7:04 pm
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; ...
53936
Tony Mechelynck
antoine.mechelynck@...
Apr 2, 2009 12:52 am
":echo" apparently erases only part of the command-line in some circumstances. After defining the following function function TestForX() let @+ = " " let x =...
53937
Patrick Texier
p.texier@...
Apr 2, 2009 5:38 am
Le Wed, 1 Apr 2009 11:58:56 -0700 (PDT), setog3@... a écrit dans le message ... -- Patrick Texier --~--~---------~--~----~------------~-------~--~----~ ...
53938
Ron Aaron
rambamist@...
Apr 2, 2009 6:23 am
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,...
53939
George V. Reilly
george@...
Apr 2, 2009 7:03 am
... 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...
53940
Ron Aaron
rambamist@...
Apr 2, 2009 7:07 am
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...
53941
Matt Wozniski
mjw@...
Apr 2, 2009 7:14 am
... 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...
53942
Ron Aaron
rambamist@...
Apr 2, 2009 7:22 am
... 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...
53943
George V. Reilly
george@...
Apr 2, 2009 7:26 am
... 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...
53944
Ron Aaron
rambamist@...
Apr 2, 2009 9:00 am
... vim is a veritable treasure-trove ;) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more...
53945
Ben Fritz
fritzophrenic@...
Apr 2, 2009 3:40 pm
... 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...
53946
Tony Mechelynck
antoine.mechelynck@...
Apr 2, 2009 8:10 pm
... Are you sure you have the latest version of todo.txt ? In the version dated 2009 Mar 21 that line corresponds to ":help 'autosave39;". Best regards, Tony. --...
53947
James Vega
jamessan@...
Apr 2, 2009 8:36 pm
... 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...
53948
Tony Mechelynck
antoine.mechelynck@...
Apr 2, 2009 9:23 pm
... 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...
53949
Tony Mechelynck
antoine.mechelynck@...
Apr 2, 2009 10:21 pm
... [...] ... 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...
53950
Mun Johl
Mun.Johl@...
Apr 3, 2009 10:16 pm
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:...
53951
Tony Mechelynck
antoine.mechelynck@...
Apr 4, 2009 12:28 am
... 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...
53952
Bram Moolenaar
Bram@...
Apr 4, 2009 11:11 am
... 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...
53953
Tony Mechelynck
antoine.mechelynck@...
Apr 4, 2009 5:22 pm
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...
53954
Yakov Lerner
iler.ml@...
Apr 4, 2009 7:18 pm
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. ...
53955
Matt Wozniski
mjw@...
Apr 4, 2009 8:22 pm
... 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...
53956
Ingo Karkat
swdev@...
Apr 4, 2009 8:54 pm
... 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 ...
53957
Tony Mechelynck
antoine.mechelynck@...
Apr 5, 2009 12:00 am
... 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...
53958
Tony Mechelynck
antoine.mechelynck@...
Apr 5, 2009 12:32 am
... 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...
53959
George V. Reilly
george@...
Apr 5, 2009 2:34 am
On Sat, Apr 4, 2009 at 5:31 PM, Tony Mechelynck ... VimL scripting was introduced in Vim 5.0, eleven years ago, according to...
53960
Mun Johl
Mun.Johl@...
Apr 5, 2009 6:25 am
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...
53961
Tony Mechelynck
antoine.mechelynck@...
Apr 5, 2009 9:39 am
... 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,...
53962
Tony Mechelynck
antoine.mechelynck@...
Apr 5, 2009 9:56 am
... [...] ... 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 ...
53963
Bram Moolenaar
Bram@...
Apr 5, 2009 12:36 pm
... 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...