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@...
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@...
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@...
Apr 2, 2005 6:48 pm
On Sat, 2 Apr 2005 20:23:46 +0200 ... Hello, Thank you for your reply. I tried /[#$@*<>{},\s]\@<=[-+]\?\d92;+\|\d92;+/ (\s instead of [ \t\s]) but if I have: dst:...
57831
Kevin Coyner
kevin@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
Apr 4, 2005 1:30 am
... Oops -- I forgot a backslash before the { -- see ":help /multi" Best regards, Tony....
57840
Alejandro Pulver
alejandro@...
Apr 4, 2005 1:36 am
... Hello, Thank you. Best Regards, Ale...
57841
coralline algae
corallina@...
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@...
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@...
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@...
Apr 4, 2005 6:37 am
Partial message is available....
57845
Alexei Alexandrov
alexei.alexandrov@...
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@...
Apr 4, 2005 8:26 am
Alexei, ... 'fileencoding39; should work in a modeline -- as stated by ... Are you sure that 'fileencoding39; does work outside the modeline? Note that...
57847
A. J. Mechelynck
antoine.mechelynck@...
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@...
Apr 4, 2005 8:53 am
... As far as I know, this is NOT true, the 'encoding39; does not have to be 'utf-839; in order that 'fileencoding39; work. My 'encoding39; is 'cp93639; in most cases,...
57849
panshizhu@...
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@...
Apr 4, 2005 9:11 am
bug fix for codecompletion,, bug fix for syntax like: try { } catch(...} { } --...
57851
Mikolaj Machowski
mikmach@...
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@...
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@...
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@...
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@...
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@...
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...