... [...] Registers are saved in the viminfo file. See ... HTH, Tony....
55192
Joe Koenig
jko@...
Nov 30, 2004 8:37 pm
... Ah, OK, that makes sense ;-) Yeah, well, "register" is already the right keyword. Just do ... and you'll see all the registers, currently occupied. So "q...
55191
Henrik Johansson
vim@...
Nov 30, 2004 8:13 pm
On 2004-11-30, at 04.11, Gary Johnson wrote: <snip> ... Ok, appart from the function folding bug i can get it to work now, i think that enabling syntaxfolding...
55190
José Alves de Castro
jac@...
Nov 30, 2004 8:00 pm
... Oops... wrong word, sorry :-| I believe the correct one is "register", but now I'm not so sure... I type something like "qq" (without the quotes) to start...
55189
Bram Moolenaar
Bram@...
Nov 30, 2004 7:58 pm
A few weeks ago I have visited Vim's charityware project in Uganda. You can find my report with a few pictures here: http://iccf-holland.org/news.html A dutch...
Hi, guys :-) I noticed that if I set a buffer (with q), I can exit vim, get in again, and the buffer is still defined. Here are my questions: 1) How strong is...
55187
Gary Johnson
garyjohn@...
Nov 30, 2004 5:23 pm
... That indeed fixed it. Thanks very much! Regards, Gary -- Gary Johnson | Agilent Technologies garyjohn@... | Wireless...
55186
Mikolaj Machowski
mikmach@...
Nov 30, 2004 3:25 pm
... You can try with executable() if executable(39;/path/on/solaris39;) set path to cscope on Solaris else set path to cscope on Linux endif m. -- LaTeX + Vim =...
55185
Sonic_Wind
sonic_wind@...
Nov 30, 2004 2:59 pm
Hello Gary, I've already sent a letter with suggestion how to fix it. But now I have to correct myself. The bug was not there. 4 lines below: line 334: syn...
55184
Vlad Ghitulescu
Vlad.Linux@...
Nov 30, 2004 2:59 pm
... Regards, Vlad ... -- NEU +++ DSL Komplett von GMX +++ http://www.gmx.net/de/go/dsl GMX DSL-Netzanschluss + Tarif zum supergünstigen Komplett-Preis!...
55183
slimzhao9527
slimzhao9527@...
Nov 30, 2004 2:13 pm
winxp also has a sort util %!sort /+16 or, if you se cygwin's sort, do it in unix way: %!sort -t, -k2 ... From: "Vlad Ghitulescu" <Vlad.Linux@...> To:...
55182
Tim Chase
vim@...
Nov 30, 2004 2:11 pm
... [cut] ... Well, from within Win2k/XP, the Dos "sort" command should do the trick...they added a "/+n" option to start sorting from a particular character...
55181
drchip@...
Nov 30, 2004 2:04 pm
... See http://vim.sourceforge.net/tips/tip.php?tip_id=588, "How to sort using visual blocks". Regards, Charles Campbell...
55180
Vlad Ghitulescu
Vlad.Linux@...
Nov 30, 2004 1:53 pm
Hello! I have a big(about 300.000 lines) CSV-file that looks something like this: "ABINB2EK7SF1","78","998079","100723047","008","0",... ...
55179
Antoine J. Mechelynck
antoine.mechelynck@...
Nov 30, 2004 12:53 pm
... It is set during Vim initialization (see ":help $VIMRUNTIME"). Normally you should _not_ set it yourself, Vim sets it correctly. If, for instance, the...
55178
Antony Scriven
adscriven@...
Nov 30, 2004 11:25 am
... Vim works it out. See :help $VIMRUNTIME. You can set it yourself anywhere you like, e.g. your shell login script or you vimrc. Antony...
55177
R. shankar
shankar@...
Nov 30, 2004 11:12 am
Got it. It is declared in .cshrc and I could get it. Thanks. Shankar...
55176
R. shankar
shankar@...
Nov 30, 2004 10:45 am
I am using vim-6.3 In Linux, In which file Where is the VIMRUNTIME path set by default ? Is it set during compilation time ?? How do I change it to point to a...
55175
Antony Scriven
adscriven@...
Nov 30, 2004 10:07 am
... You could set an environment variable or use something like ... useful (if cscope is in your path). Antony...
55174
Gary Johnson
garyjohn@...
Nov 30, 2004 9:53 am
... Here's what I have in my .vimrc for handling exceptions for certain flavors of Unix: let os = substitute(system('uname39;), "\n", "", "") if os == "SunOS" ...
55173
R. shankar
shankar@...
Nov 30, 2004 9:24 am
There is v:ver which gives me information about the compilation. How do I get what is the OS I am working on - Solaris or Linux. My problem - I need to have 2...
55172
mikmach@...
Nov 30, 2004 9:18 am
Important details!...
55171
Sanjeev Sapre
SanjeevS@...
Nov 30, 2004 8:53 am
Sorry for that. Actually it is a wrapping issue by mail client. My cursor was in between the two lines. In other words it was on its own line which is blank. ...
55170
R. shankar
shankar@...
Nov 30, 2004 6:16 am
I use foldmethod=syntax and Language used is C++ I have a c code structure like this - class ABC { struct a { ..... } struct b { ..... } struct c { ..... } ...
55169
Gary Johnson
garyjohn@...
Nov 30, 2004 3:11 am
... I can't get this to work, either. More precisely, the folding of "here" documents works fine but the folding of functions does not. I tried to isolate the...
55168
Joe Koenig
jko@...
Nov 30, 2004 2:57 am
... syn region foldregion start="{" end="}.*" transparent fold set fen fdm=syntax " fdc=3...
55167
Tim Chase
vim@...
Nov 29, 2004 9:40 pm
[posting back on-list in the hopes that others may benefit] ... Thus my second "pure vim" solution :) ... [cut] ... It makes use of several things: the match()...
55166
Tim Chase
vim@...
Nov 29, 2004 8:05 pm
I got this one in my personal mail rather than mailed to the list...sorry it's taken so long, as I was out on vacation until recently. I'll try and take a...
55165
drchip@...
Nov 29, 2004 6:31 pm
... As a minor footnote, I haven't heard from Lennart Schultz for years. The <sh.vim> has changed radically since he was the maintainer, and certainly folding...
55164
Alexandru Tudor Const...
constant@...
Nov 29, 2004 6:28 pm
Hello vim gurus! I have a problem and don't know how to go about: I am trying to make a script which would a) permute letters and b) change them in pairs. [I...