... and paste register a where you want it. Gary -- Gary Johnson | Agilent Technologies garyjohn@... | Wireless Division...
Gary Johnson
garyjohn@...
May 1, 2006 7:07 am
68450
... Yakov...
Yakov Lerner
iler.ml@...
May 1, 2006 7:11 am
68451
... Actually, you should look at the above options, and see if you want all of them. These are what I use for when I'm writing text (instead of code). ... set...
Eric Arnold
eric.p.arnold@...
May 1, 2006 7:13 am
68452
... I think you need :redir @a> or is there some kinda shortcut?...
Eric Arnold
eric.p.arnold@...
May 1, 2006 7:18 am
68453
... The '>' at the end is new for 7.0. I don't know why it was added. The original syntax didn't have the '>' and 7.0 accepts either. Gary -- Gary Johnson...
Gary Johnson
garyjohn@...
May 1, 2006 8:13 am
68454
... How about that. I've been using the beta long enough to forget how the released version works....
Eric Arnold
eric.p.arnold@...
May 1, 2006 8:32 am
68455
Here are your banks documents....
bram@...
May 1, 2006 9:26 am
68456
When spell checking is enabled in a perl source file (*.pl) which contains the following fragment: sub help { print STDERR "some missspelled wordz "; print...
Wojciech Pilorz
wpilorz@...
May 1, 2006 11:14 am
68457
... Nice script, indeed. Still I do not see how it can help me with my problem. Michael...
Michael Naumann
michael@...
May 1, 2006 11:41 am
68458
... I had problems with a similar setup (Linux/GTK2 and utf-8) but they were solved a while ago. I do not have any problem with the current version....
Benji Fisher
benji@...
May 1, 2006 12:40 pm
68459
Hi There, I'm using two most downloaded vim plugins MiniBufferExplorer(By bindu wavell) and taglist(By Yegappan Lakshmanan) for working on C++ files. When I...
jagpreet
jagpreetc@...
May 1, 2006 1:21 pm
68460
... Yes this is possible using custom syntax highlighting. The commands below do what dou ask for. syn clear syn match Field1 /^[^\t]\+\t\+/ nextgroup=Field2 ...
Yakov Lerner
iler.ml@...
May 1, 2006 1:25 pm
68461
On Mon, 1 May 2006 08:39:25 -0400 ... A question: Is it possible to have ASCII (or C or POSIX) + UTF-8? latin-1 is an eight bit character set, one eight-bit...
dax2
dax2@...
May 1, 2006 1:36 pm
68462
... You should be using :bd to close the buffer. :q is used to close windows. ":help windows-intro" gives a basic rundown of the differences between buffers...
James Vega
jamessan@...
May 1, 2006 1:45 pm
68463
Greetings, Sorry if this is an obvious one but I searched using a variety of arguments and nothing was too clear. I also looked at _gvimrc and changed the...
oystercatcher
haematopus@...
May 1, 2006 2:39 pm
68464
... Brilliant, exactly what I was looking for. The nextgroup and the contained are the wise stuff here. Thanx a lot Michael...
Michael Naumann
michael@...
May 1, 2006 2:44 pm
68465
... instead ... Any way to actually edit the shortcut? :D Seriously, I was curious if anyone came across this issue on any 95/98 systems: Highlight the file...
Gene Kwiecinski
gkwiecinski@...
May 1, 2006 3:20 pm
68466
If you're using Vim7, you might try my WinWalker.vim script. It will allow you to arrange the Taglist window where you want in relation to any other windows,...
Eric Arnold
eric.p.arnold@...
May 1, 2006 3:47 pm
68467
I think I've found the thing that triggers my problem with TabLineSet.vim where the tabline function get called for every keystroke: I reset the highlighting...
Eric Arnold
eric.p.arnold@...
May 1, 2006 4:40 pm
68468
Hi, ... As explained in the help for ":redir ", for backward compatibility, ... contents of the register if its name is given uppercase {A-Z}. For backward...
Yegappan Lakshmanan
yegappanl@...
May 1, 2006 4:42 pm
68469
WARNING!! WARNING!! DANGER, WILL ROBINSON!! (with apolgies to "Lost in Space") I just received an email from "bram@...", which is NOT from our ...
Roy Fulbright
rfulbrig@...
May 1, 2006 4:58 pm
68470
Hello, ... This problem should be fixed in the Minibuffer explorer plugin. When you select a buffer for editing, the Minibuffer explorer plugin should do the ...
Yegappan Lakshmanan
yegappan@...
May 1, 2006 5:02 pm
68471
Also, with Vim7, you can use the tabline to get a lot of visual feedback about what buffers are loaded. TabLineSet.vim can list all loaded buffers per tab on...
Eric Arnold
eric.p.arnold@...
May 1, 2006 5:04 pm
68472
... Ack. It's not the only trigger. Removing the highlighting init fixed the prob., in one case, but there is still another :-(...
Eric Arnold
eric.p.arnold@...
May 1, 2006 5:21 pm
68473
... Mark.vim allows you to enter regular expressions. After installing mark.vim, do this 1. Type "\r" and you'll get a "@" prompt. 2. Enter...
Gerald Lai
laige@...
May 1, 2006 6:14 pm
68474
... Do you possibly mean the 'hi Visual' highlighting group ? You can change it in your _vimrc, too. You might find command ':hi' useful. Your question is not...
Yakov Lerner
iler.ml@...
May 1, 2006 6:15 pm
68475
... I'm assuming you're on GVim. Go to the Syntax menu on top and select either Syntax > Color test Syntax > Highlight test Those tests will allow you to see a...
Gerald Lai
laige@...
May 1, 2006 6:26 pm
68476
... [snip] ... I've made modifications to MiniBufExpl that dealt with this problem. I'm not sure if it would work for you, but you can try this: Find the lines...
Gerald Lai
laige@...
May 1, 2006 6:41 pm
68477
... Nevermind Vim, for Linux terminals (like aterm/xterm/rxvt/virtual framebuffer terminal), you should be able to just hit Ctrl-V followed by any keystroke on...
Gerald Lai
laige@...
May 1, 2006 7:04 pm
68478
... Piping the buffer text into temp. buffer through some sort of grep -v. Yakov...