Search the web
Sign In
New User? Sign Up
vim · Vim (Vi IMproved) text editor users list
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 103893 - 103922 of 109151   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
103893
... Thanks! I didn't know about copyindent option. In retrospect, I should haved grepped the vim help files before asking. -Yozo ...
Y. Hida
eigensolver@...
Send Email
May 1, 2009
7:01 am
103894
Hi, my cscope and ctag don't working with php. use C-] don't jump any function or var.Have one error:don't have this tags. ctag -R and cscope -R I test this...
SamPeng
sampeng87@...
Send Email
May 1, 2009
7:38 am
103895
... If you want to make sure to go to the first match from the top of the file, I think you can use (untested) vim +0;/pattern/ somefile.txt From an...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 1, 2009
7:53 am
103896
... Notify author of the plugin. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more...
Yakov
iler.ml@...
Send Email
May 1, 2009
8:03 am
103897
... Hm, yes; or else, cat message.eml >> /var/mail/root sending an "internal email" from any user to the sysadmin; though a mail-server daemon might be...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 1, 2009
10:22 am
103898
... What OS are you running this on? I usually do the following: cd /root/dir/where/php/is dir /s/b *.php > cscope.files (Windows) find -name *.php >...
David Fishburn
dfishburn.vim@...
Send Email
May 1, 2009
12:26 pm
103899
When I insert 'a' or 'i' from Normal Mode to Insert Mode, If there is only one match, autocomplpop always auto complete the line, and no display a menu...
lsyx
abbypan@...
Send Email
May 1, 2009
12:48 pm
103900
I have the following function: function! AppendModeline() let save_cursor = getpos('.') let append = ' vim: set et ts='.&tabstop.' sw='.&shiftwidth.' ...
Robert Hicks
sigzero@...
Send Email
May 1, 2009
1:01 pm
103901
... Thanks for reporthing this. It's fixed now. -- Q: What's orange and sounds like a parrot? A: A carrot /// Bram Moolenaar -- Bram@... --...
Bram Moolenaar
Bram@...
Send Email
May 1, 2009
1:57 pm
103902
Hi Bram! ... This problem has been reported on the vimonline bug tracker <http://sourceforge.net/tracker/?atid=391887&group_id=27891&func=browse> some time...
Dennis Benzinger
Dennis.Benzinger@...
Send Email
May 1, 2009
4:37 pm
103903
... Check for .Xresources/.Xdefaults for any keybindings/translations that might be interfering. Also, xterm normally captures Shift-PageUp/PageDown/Up/Down...
Will
graywh@...
Send Email
May 1, 2009
5:01 pm
103904
That just means the ftplugins for those filetypes aren't setting commentstring to what it should be. It's easy enough to fix the ones you care about for...
graywh
graywh@...
Send Email
May 1, 2009
5:04 pm
103905
... Interesting...I have Fedora10 with Vim7.2 installed and there is no tcl.vim in the global ftplugins directory. Robert ...
Robert H
sigzero@...
Send Email
May 1, 2009
5:36 pm
103906
hi guys, in my vimrc i have lines that look like source $HOME/.vim/key_bindings.vim this works fine in unix, but fails in windows.... I know that i can change...
Nicolas Aggelidis
n.aggelidis@...
Send Email
May 1, 2009
6:33 pm
103907
... ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit...
Matt Wozniski
mjw@...
Send Email
May 1, 2009
6:36 pm
103908
... This should work perfectly fine, both / and \ are recognized as path separators on windows. ... Are you sure that the file exists? $HOME/.vim isn't...
Matt Wozniski
mjw@...
Send Email
May 1, 2009
6:39 pm
103909
Hi lsyx, ... I'm using version 2.6 of autocomplpop here on my machine and I cannot confirm this behaviour. Autocomplpop still shows a window if there is only...
Andreas Klein
vim@...
Send Email
May 1, 2009
6:46 pm
103910
... Your source $HOME/.vim/key_bindings.vim should work fine in Windows. Vim automatically converts forward slashes in path names to backslashes before...
Gary Johnson
garyjohn@...
Send Email
May 1, 2009
7:40 pm
103911
... you were right! i had renamed .vim file to _vim so this was the problem... --~--~---------~--~----~------------~-------~--~----~ You received this message...
Nicolas Aggelidis
n.aggelidis@...
Send Email
May 1, 2009
7:52 pm
103912
... I never look there. I'm not even a member of that project. Let me send a copy to Scott Johnston. -- TALL KNIGHT: Firstly. You must get us another...
Bram Moolenaar
Bram@...
Send Email
May 1, 2009
8:13 pm
103913
... Thanks, but it doesn't seem too useful for me. For example, (again ____ are tabs and . are spaces): void foo(int a, .........int b, .........int c) and...
Y. Hida
eigensolver@...
Send Email
May 1, 2009
8:31 pm
103914
... So my understanding of this is: if you've found a bug with the vim.sf.net site (ie. vim online), use the bugs link above. I think Manfred Lotz's bug...
Charles Campbell
Charles.E.Campbell@...
Send Email
May 1, 2009
8:33 pm
103915
Oh~! Thank you this detail help.they are many helpful for me. yes.I solve this question..I to google this quesstion has 2 days.Thank you help me saving many...
SamPeng
sampeng87@...
Send Email
May 1, 2009
8:34 pm
103916
... [...] Well, actually, <A-S-Left> is different from <A-Left>, and <A-S-Right> is different from <A-Right> but I don't think it's relevant here. What I think...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 1, 2009
9:15 pm
103917
Hi, I cannot figure out how to get the eol char from showing while still keeping tabs showing. here is my config. set list set listchars=tab:>-,eol: How do you...
ball
chezball@...
Send Email
May 1, 2009
11:27 pm
103918
When autoindenting C comments, I'd like the left most character of the end comment to be aligned with the left most character of the begin comment: /* */. With...
Asddfs Adf
nospam2222@...
Send Email
May 1, 2009
11:28 pm
103919
... Just leave out the 'eol'. See: http://vim.wikia.com/wiki/Highlight_unwanted_spaces John --~--~---------~--~----~------------~-------~--~----~ You received...
John Beckett
johnb.beckett@...
Send Email
May 1, 2009
11:32 pm
103920
... That won't work, it will use the default, which is a dollar sign. The idea is to replace the eol by a space, but for that, you must remember that in the...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 2, 2009
1:55 am
103921
... Are you sure that's true for current Vim? I rarely use listchars, but the following seems to show tabs and nothing ... John ...
John Beckett
johnb.beckett@...
Send Email
May 2, 2009
2:33 am
103922
... I tried, and you're right. Then I checked the help, and it's documented the way you say it. What's more, in 6.0.0 it was already documented the way you say...
Tony Mechelynck
antoine.mechelynck@...
Send Email
May 2, 2009
3:40 am
Messages 103893 - 103922 of 109151   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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