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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 25670 - 25699 of 131319   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
25670 KONTRA Gergely
kgergely@... Send Email
Feb 1, 2002
12:19 pm
... I use the "official way" set list lcs=tab:>-,trail:- Gergo +-[Kontra, Gergely @ Budapest University of Technology and Economics]-+ ... +-------"Olyan...
25671 KONTRA Gergely
kgergely@... Send Email
Feb 1, 2002
12:51 pm
Hi! Is there a command/script/anything, which helps you automagically create modelines for your files? Thx Gergo +-[Kontra, Gergely @ Budapest University of...
25672 Douglas L . Potts
pottsdl@... Send Email
Feb 1, 2002
12:57 pm
... [--- snip ---] <plug> I've also tried to enhance Benji's Mark() function, allowing you to use it similarly to regular :marks. See VirMark at: ...
25673 Benji Fisher
benji@... Send Email
Feb 1, 2002
1:02 pm
... AFAIK there is no way to adjust this behavior. I'll bring up a possible solution on vim-dev. --Benji Fisher...
25674 Benji Fisher
benji@... Send Email
Feb 1, 2002
1:05 pm
... I have a function that reads custom modelines and extracts information from them. See the GetModelines() function in foo.vim, ...
25675 KONTRA Gergely
kgergely@... Send Email
Feb 1, 2002
2:07 pm
... I mean the other way. A script, which writes modelines. (of course, you must specify which options to write) Gergo +-[Kontra, Gergely @ Budapest University...
25676 Bernard El-Hagin
elhber1@... Send Email
Feb 1, 2002
2:10 pm
Hello, I just downloaded the GTK+ widget interface from vim.sourceforge and I'm not quite sure if I understand what it is supposed to be exactly. Does it allow...
25677 KONTRA Gergely
kgergely@... Send Email
Feb 1, 2002
2:10 pm
... You mean you send a patch? +-[Kontra, Gergely @ Budapest University of Technology and Economics]-+ ... +-------"Olyan langesz vagyok, hogy poroltoval...
25678 Prashant Nukala
prashrn@... Send Email
Feb 1, 2002
2:25 pm
Hi , In the course of a vim funtion , i want the cursor to jump to a particular column .(say 40 ) In the command mode i say "40|" (40 followed by a pipe ) ....
25679 KONTRA Gergely
kgergely@... Send Email
Feb 1, 2002
3:27 pm
... norm 40| +-[Kontra, Gergely @ Budapest University of Technology and Economics]-+ ... +-------"Olyan langesz vagyok, hogy poroltoval kellene...
25680 Christian J. Robinson
infynity@... Send Email
Feb 1, 2002
3:42 pm
... Hash: SHA1 ... That's usually called "normal mode". The :help calls it both command mode and normal mode, but I've observed that most people use the term ...
25681 Alexander Wagner
a.wagner@... Send Email
Feb 1, 2002
3:57 pm
Hi! Maybe it's simple, but I don't see it... I've a nice efm for parsing LaTeX's output. However it includes all warnings and errors. In some cases (working on...
25682 Xiangjiang Ma
maxiangjiang@... Send Email
Feb 1, 2002
5:32 pm
Hi, Any quick way to write a register content to a file? Currently, I have to go through (eg for @a) o<C-R>a<Esc>:.,']w myfile_for_register_a<CR> Thanks. -- ...
25683 Thomas S. Urban
scottu@... Send Email
Feb 1, 2002
5:39 pm
... I don't know if it's quicker, but you could use ... -- You will be Told about it Tomorrow. Go Home and Prepare Thyself....
25684 Petr Baudis
pasky@... Send Email
Feb 1, 2002
5:47 pm
Dear diary, on Sat, Jan 26, 2002 at 08:52:41PM CET, I got a letter, where Roman Neuhauser <neuhauser@...> told me, that... ... I did, it looks relatively...
25685 Stefan Roemer
roemer@... Send Email
Feb 1, 2002
6:19 pm
... It's already documented - see ':help latex' and watch out for the '-' prefix. ... How about a mapping like nn <Leader>tl :silent call Toggle_LaTeX()<cr> fu...
25686 Benji Fisher
fisherbb@... Send Email
Feb 1, 2002
8:04 pm
... I have not tried this, but I think another method is to write two ... HTH --Benji Fisher...
25687 Vim User
vim_power@... Send Email
Feb 1, 2002
8:17 pm
How do i highlight the current cursor line ? thanks __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo!...
25688 Dan Sharp
dwsharp@... Send Email
Feb 1, 2002
8:31 pm
... A recent thread on this topic generated two different methods. Each has advantages and disadvantages. Try them and see which you like best. Notes: 1) To...
25689 David Coppit
vim@... Send Email
Feb 1, 2002
10:36 pm
Hi all, I'm using WinManager, and I guess BufExplorer indirectly. I believe this is a BufExplorer question: When I double-click a file in the file list, the...
25690 Tim Chase
gumnos@... Send Email
Feb 1, 2002
10:50 pm
... yes--it's as simple as ":set (no)hidden" , with "nohidden" being the default in the build i just downloaded--6.0 gvim for win32 i've got enough screen real...
25691 Nick Wilson
nick@... Send Email
Feb 1, 2002
11:20 pm
... Hash: SHA1 hi sorry for the faq. I really need a quick fix. :-) If I've pressed 'u' how can I undo my undo? Much thanks - -- Nick Wilson Tel: +45 3325 0688...
25692 Scott LaBounty
slabounty@... Send Email
Feb 1, 2002
11:21 pm
... From: Nick Wilson [mailto:nick@...] Sent: Friday, February 01, 2002 3:23 PM To: Vim users Subject: undo undo ... Hash: SHA1 hi sorry for the...
25693 Scott LaBounty
slabounty@... Send Email
Feb 1, 2002
11:23 pm
I think I may have sent one inadvertantly. Sorry about that. Try CNTL-R. ... Scott LaBounty Netaphor Software, Inc. ... From: Nick Wilson...
25694 Andrew Nikitin
andrewnikitin@... Send Email
Feb 1, 2002
11:33 pm
Hi, How I can find string that does not match the pattern? Specifically, how do I find string that does not start with '00'? Andrew ...
25695 Thomas S. Urban
scottu@... Send Email
Feb 1, 2002
11:39 pm
... In general, assuming vim6, :help /zero-width 00foo 0foo foo foo00 asdf ssfoo Or depending on what you're doing you maybe able to do something character...
25696 Thomas S. Urban
scottu@... Send Email
Feb 1, 2002
11:46 pm
On Fri, Feb 01, 2002 at 03:39:28PM -0800, Thomas S. Urban wrote: <snip> ... please disregard this line ;) <snip> -- travel, n.: Something that makes you feel...
25697 yahoogroups@... Send Email Feb 2, 2002
1:29 am
Suppose I have a file containing very long words like 'verylongword' and I want to replace it with 'short' ... I tire of typing the 'verylongword'. Is there a...
25698 Thomas S. Urban
scottu@... Send Email
Feb 2, 2002
1:51 am
... You could go to the command-line edit window and do it there where ... -- Stop searching forever. Happiness is just next to you....
25699 Lubomir Host
8host@... Send Email
Feb 2, 2002
2:53 am
Hello, I will report one little bug in plugin netrw.vim version 2.15. If I will edit file like '^http://www.vim.org$', regular expression "httpurm = ...
Messages 25670 - 25699 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