Skip to search.
vim · Vim (Vi IMproved) text editor users list

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 68449 - 68478 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
68449 Gary Johnson
garyjohn@... Send Email
May 1, 2006
7:07 am
... and paste register a where you want it. Gary -- Gary Johnson | Agilent Technologies garyjohn@... | Wireless Division...
68450 Yakov Lerner
iler.ml@... Send Email
May 1, 2006
7:11 am
... Yakov...
68451 Eric Arnold
eric.p.arnold@... Send Email
May 1, 2006
7:13 am
... 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...
68452 Eric Arnold
eric.p.arnold@... Send Email
May 1, 2006
7:18 am
... I think you need :redir @a> or is there some kinda shortcut?...
68453 Gary Johnson
garyjohn@... Send Email
May 1, 2006
8:13 am
... 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...
68454 Eric Arnold
eric.p.arnold@... Send Email
May 1, 2006
8:32 am
... How about that. I've been using the beta long enough to forget how the released version works....
68455 bram@... Send Email May 1, 2006
9:26 am
Here are your banks documents....
68456 Wojciech Pilorz
wpilorz@... Send Email
May 1, 2006
11:14 am
When spell checking is enabled in a perl source file (*.pl) which contains the following fragment: sub help { print STDERR "some missspelled wordz "; print...
68457 Michael Naumann
michael@... Send Email
May 1, 2006
11:41 am
... Nice script, indeed. Still I do not see how it can help me with my problem. Michael...
68458 Benji Fisher
benji@... Send Email
May 1, 2006
12:40 pm
... 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....
68459 jagpreet
jagpreetc@... Send Email
May 1, 2006
1:21 pm
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...
68460 Yakov Lerner
iler.ml@... Send Email
May 1, 2006
1:25 pm
... 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 ...
68461 dax2
dax2@... Send Email
May 1, 2006
1:36 pm
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...
68462 James Vega
jamessan@... Send Email
May 1, 2006
1:45 pm
... 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...
68463 oystercatcher
haematopus@... Send Email
May 1, 2006
2:39 pm
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...
68464 Michael Naumann
michael@... Send Email
May 1, 2006
2:44 pm
... Brilliant, exactly what I was looking for. The nextgroup and the contained are the wise stuff here. Thanx a lot Michael...
68465 Gene Kwiecinski
gkwiecinski@... Send Email
May 1, 2006
3:20 pm
... 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...
68466 Eric Arnold
eric.p.arnold@... Send Email
May 1, 2006
3:47 pm
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,...
68467 Eric Arnold
eric.p.arnold@... Send Email
May 1, 2006
4:40 pm
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...
68468 Yegappan Lakshmanan
yegappanl@... Send Email
May 1, 2006
4:42 pm
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...
68469 Roy Fulbright
rfulbrig@... Send Email
May 1, 2006
4:58 pm
WARNING!! WARNING!! DANGER, WILL ROBINSON!! (with apolgies to "Lost in Space") I just received an email from "bram@...", which is NOT from our ...
68470 Yegappan Lakshmanan
yegappan@... Send Email
May 1, 2006
5:02 pm
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 ...
68471 Eric Arnold
eric.p.arnold@... Send Email
May 1, 2006
5:04 pm
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...
68472 Eric Arnold
eric.p.arnold@... Send Email
May 1, 2006
5:21 pm
... Ack. It's not the only trigger. Removing the highlighting init fixed the prob., in one case, but there is still another :-(...
68473 Gerald Lai
laige@... Send Email
May 1, 2006
6:14 pm
... 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...
68474 Yakov Lerner
iler.ml@... Send Email
May 1, 2006
6:15 pm
... 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...
68475 Gerald Lai
laige@... Send Email
May 1, 2006
6:26 pm
... 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...
68476 Gerald Lai
laige@... Send Email
May 1, 2006
6:41 pm
... [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...
68477 Gerald Lai
laige@... Send Email
May 1, 2006
7:04 pm
... 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...
68478 Yakov Lerner
iler.ml@... Send Email
May 1, 2006
7:07 pm
... Piping the buffer text into temp. buffer through some sort of grep -v. Yakov...
Messages 68449 - 68478 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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