Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim · Vim (Vi IMproved) text editor users list

The Yahoo! Groups Product Blog

Check it out!

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

Advanced
Messages Help
Messages 57827 - 57856 of 138244   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
57827 Kevin Coyner
kevin@... Send Email
Apr 2, 2005
6:02 pm
I've got the latest taglist plugin installed on a debian box along with exuberant-ctags and vim 6.3. For a typical source code file, when :Tlist is invoked,...
57828 Yegappan Lakshmanan
yegappanl@... Send Email
Apr 2, 2005
6:12 pm
Hi, ... Did you try the steps mentioned in the following page? http://www.geocities.com/yegappan/taglist/faq.html - Yegappan...
57829 Mikolaj Machowski
mikmach@... Send Email
Apr 2, 2005
6:38 pm
... \s matches any white-space character including tabs, so [ \s\t] can be replaced by just \s. m....
57830 Alejandro Pulver
alejandro@... Send Email
Apr 2, 2005
6:48 pm
On Sat, 2 Apr 2005 20:23:46 +0200 ... Hello, Thank you for your reply. I tried /[#$@*<>{},\s]\@<=[-+]\?\d&#92;+\|\d&#92;+/ (\s instead of [ \t\s]) but if I have: dst:...
57831 Kevin Coyner
kevin@... Send Email
Apr 2, 2005
6:56 pm
On Sat, Apr 02, 2005 at 10:12:18AM -0800, Yegappan Lakshmanan wrote...... ... Thanks. Yes, I started there. That's where I found the ctags command listed ...
57832 Mikolaj Machowski
mikmach@... Send Email
Apr 2, 2005
10:32 pm
... You cannot use \s (or any other class) inside of [] ... Here catches operator rule. [] is always one char. Try /\([#$@*<>{},]\s*\)\@<=[-+]\?&#92;d\+\|&#92;d\+/ ......
57833 John R. Culleton
john@... Send Email
Apr 3, 2005
12:43 am
I have been using Ispell from the command line for some time now. Today I put in the vimspell plugin. Now I need to learn how to use it. For example when I...
57834 Brett Kelly
inkedmn@... Send Email
Apr 3, 2005
3:26 am
... Not sure about the vimspell thing, but to unfold all the folds in a file, do zR Godspeed, Brett -- Brett Kelly inkedmn@... http://inkedmn.com:8000 ...
57835 A. J. Mechelynck
antoine.mechelynck@... Send Email
Apr 3, 2005
12:36 pm
... I may be wrong, but I believe it's not possible. IIUC, Vim's editing "strategy"; is to read the whole file into memory, then display it and allow the user...
57836 Michael Naumann
michael@... Send Email
Apr 3, 2005
1:57 pm
... Though your statement is essentially true (to my knowledge) you do not have to manually kill your vim in such a case. You can also ^C to terminate the...
57837 V.Chandrasekaran
chandrasekaran_v@... Send Email
Apr 4, 2005
12:24 am
Hi, I have a bunch of lines like below completely misaligned: abc def ghi I want to quickly align the starting position of these 3 lines at say, column number...
57838 A. J. Mechelynck
antoine.mechelynck@... Send Email
Apr 4, 2005
1:09 am
... You can do it with a substitute command, as follows: 1. visually select the lines you want to change (move the cursor to the first one, hit Shift-v, move...
57839 A. J. Mechelynck
antoine.mechelynck@... Send Email
Apr 4, 2005
1:30 am
... Oops -- I forgot a backslash before the { -- see ":help /multi" Best regards, Tony....
57840 Alejandro Pulver
alejandro@... Send Email
Apr 4, 2005
1:36 am
... Hello, Thank you. Best Regards, Ale...
57841 coralline algae
corallina@... Send Email
Apr 4, 2005
4:12 am
I am using gvim on winxp and today experienced a new problem After editing a file and entering the usual esc ZZ I would get a prompt WARNING: The file has...
57842 A. J. Mechelynck
antoine.mechelynck@... Send Email
Apr 4, 2005
4:31 am
... There is a known problem on some OSs about that "file chnged" message appearing spuriously on the day of change between summer time and winter time. Search...
57843 wangfc
wangfc@... Send Email
Apr 4, 2005
5:05 am
Add Refactor support. Add Override and implements. See http://vim.sourceforge.net/scripts/script.php?script_id=1213 -- ... www.6868.com.cn...
57844 eljay@... Send Email Apr 4, 2005
6:37 am
Partial message is available....
57845 Alexei Alexandrov
alexei.alexandrov@... Send Email
Apr 4, 2005
7:48 am
Hi, does anyone know why using fileencoding option in modeline doesn't work? What I want is to inform vim about the file encoding so it can convert it ...
57846 Mathias Michaelis
michaelis@... Send Email
Apr 4, 2005
8:26 am
Alexei, ... 'fileencoding&#39; should work in a modeline -- as stated by ... Are you sure that 'fileencoding&#39; does work outside the modeline? Note that...
57847 A. J. Mechelynck
antoine.mechelynck@... Send Email
Apr 4, 2005
8:45 am
... The problem with modelines is that the file must already be read before the modeline can be acted upon; and once the file is read it is too late to set the...
57848 panshizhu@... Send Email Apr 4, 2005
8:53 am
... As far as I know, this is NOT true, the 'encoding&#39; does not have to be 'utf-8&#39; in order that 'fileencoding&#39; work. My 'encoding&#39; is 'cp936&#39; in most cases,...
57849 panshizhu@... Send Email Apr 4, 2005
8:57 am
"A. J. Mechelynck" <antoine.mechelynck@...> wrote on 2005-04-04 ... May I ask a question? when the file is already read, we can still use the command...
57850 wangfc
wangfc@... Send Email
Apr 4, 2005
9:11 am
bug fix for codecompletion,, bug fix for syntax like: try { } catch(...} { } --...
57851 Mikolaj Machowski
mikmach@... Send Email
Apr 4, 2005
9:50 am
... Modeline is executed after reading the file when it is too late for 'fenc' to take effect. m. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ ...
57852 adah@... Send Email Apr 4, 2005
10:15 am
Imagine the case as follows: - encoding=utf-8 - fileencodings=ucs-bom,utf-8,chinese - open a file with "vim:ts=12:fileencoding=big5:" Vim will open the file,...
57853 Ernst de Haan
ernst.dehaan@... Send Email
Apr 4, 2005
12:29 pm
Recently I've upgraded to vim 6.3, patch level 68, from 6.2. Since then, vim behaves in unexpected ways. For example, previously if I :set textwidth=78 in my...
57854 jamessan@... Send Email Apr 4, 2005
12:42 pm
... It's set fine here. ... James -- GPG Key: 1024D/61326D40 2003-09-02 James Vega <jamessan@...>...
57855 Ernst de Haan
ernst.dehaan@... Send Email
Apr 4, 2005
12:51 pm
... Then I get: textwidth=78 Last set from /home/ernst/.vimrc In fact I knew this but I forgot to include it in the original e-mail I sent. This is the weird...
57856 jamessan@... Send Email Apr 4, 2005
1:06 pm
... Sounds like your system-wide vimrc may have changed in the upgrade. I'm not sure what would cause the textwidth setting to be ignored, though. As for the...
Messages 57827 - 57856 of 138244   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