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 135311 - 135340 of 137804   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
135311 Aaron Davies
aaron.davies@... Send Email
Jan 3, 2013
5:57 pm
How can I print hardcopy double-spaced? I'm printing syntax-highlighted source code on a color postscript printer, with line numbers turned on. The goal is to...
135312 Alexandre Provencio
alexandreprovencio@... Send Email
Jan 3, 2013
5:59 pm
... Another worth approach for android in a near future (I hope) is Ubuntu's phone solutions, like this one http://www.ubuntu.com/devices/android, so you can...
135313 Ben Fritz
fritzophrenic@... Send Email
Jan 3, 2013
11:38 pm
... I don't know of a good way to do this. I was going to suggest the 'linespace&#39; option but I am pretty sure it *only* affects the Vim display, and not the...
135314 Eric Weir
eeweir@... Send Email
Jan 4, 2013
2:09 am
... Very interesting. With a tablet and a keypad you'd be set. ... Eric Weir Decatur, GA eeweir@... "The problem with the world is that the...
135315 Tony Mechelynck
antoine.mechelynck@... Send Email
Jan 4, 2013
3:04 am
... Have the following (in that order) in your vimrc. "indent" is optional, you may leave it out if you don't want filetype-related indenting. filetype plugin...
135316 Tony Mechelynck
antoine.mechelynck@... Send Email
Jan 4, 2013
3:17 am
... This is actually documented. If you look carefully under :help letter (or :help a4), you'll see that "ledger" is defined as 17 inch wide by 11 inch tall....
135317 Peng Yu
pengyu.ut@... Send Email
Jan 4, 2013
1:23 pm
Hi, I have the following f90 program indented as such in vim. program hello print *, "Hello World!" end program hello However, it might be better to have the...
135318 Peng Yu
pengyu.ut@... Send Email
Jan 4, 2013
2:27 pm
Hi, I have the following files. /tmp/**$ cat.sh ../\!/main.txt main.txt ==> ../!/main.txt <== in a ==> main.txt <== main.txt When I open main.txt, then press...
135319 Eric Weir
eeweir@... Send Email
Jan 4, 2013
3:23 pm
I changed the subject heading to focus the discussion of Vim on the iPad more specifically on the Vim app for the iPad. I hesitate in posting my musings on...
135320 Alexandre Provencio
alexandreprovencio@... Send Email
Jan 4, 2013
3:33 pm
Hello guys, I'm a happy swiftkey user on android, and using the "rapid" setting of it has made me very fast. I don't even need to type accents for the words of...
135321 Tony Mechelynck
antoine.mechelynck@... Send Email
Jan 4, 2013
4:09 pm
... What is your current directory inside Vim, as seen in reply to ":pwd" (without the quotes)? In particular, is 'autochdir&#39; set? ... see ... Best regards, ...
135322 Eric Weir
eeweir@... Send Email
Jan 4, 2013
4:09 pm
Discussion of Vim on the iPad on the vim_use list led me to post the following about the existing Vim app for the iPad. I'm forwarding it hear in case anyone...
135323 Ben Fritz
fritzophrenic@... Send Email
Jan 4, 2013
4:14 pm
... If you don't need this very often, and if I'm right that Vim is using the current directory as wildcards instead of as a literal path, Vim probably also...
135324 rudra
bnrj.rudra@... Send Email
Jan 5, 2013
5:52 am
Dear friends, I am using a colorscheme (based on slate). This scheme is working well with gvim, but not with vim/vi. I tried both putting it in .vimrc and in...
135325 rudra
bnrj.rudra@... Send Email
Jan 5, 2013
11:48 am
... Hi, use fortran code complete. This will solve your problem -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply...
135326 David Halter
davidhalter88@... Send Email
Jan 5, 2013
12:53 pm
Next one (says the problem has vanished after recompiling VIM with the latest source): VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Oct 27 2010 17:59:02) ...
135327 Rgg
R.onald@... Send Email
Jan 5, 2013
1:15 pm
Thanks to Andy. Knowing this, I don't need the function any more. It's enough to modify the 2 lines from <code> let bracepos = match(line, '[(){}&#92;[\]]', ... ...
135328 Tony Mechelynck
antoine.mechelynck@... Send Email
Jan 5, 2013
2:51 pm
... This one is long-obsolete 7.3.046 32-bit Windows version from Bram's site. The other was apparently 7.3.000 64-bit Windows version (so from an even more...
135329 Peng Yu
pengyu.ut@... Send Email
Jan 5, 2013
6:41 pm
... Hi, I don't understand what you mean by "fortran code complete". Would you please help elaborate a little more? Thanks! -- Regards, Peng -- You received...
135330 stosss
stosss@... Send Email
Jan 5, 2013
6:43 pm
... I think he means a plugin for Vim called "fortran code complete". -- You received this message from the "vim_use" maillist. Do not top-post! Type your...
135331 Peng Yu
pengyu.ut@... Send Email
Jan 5, 2013
6:48 pm
... /private/tmp/** (This is on mac, /tmp is a symbolic link to /private/ tmp) ... noautochdir -- You received this message from the "vim_use" maillist. Do not...
135332 Peng Yu
pengyu.ut@... Send Email
Jan 5, 2013
6:53 pm
... I'm not sure why you used "If". Isn't it for sure vim use '**' as wildcard? I have to use wildcard in directory names for some reasons. The meaning of '**'...
135333 Joe Gain
joe.gain@... Send Email
Jan 5, 2013
6:55 pm
Hi Peng, if you google "vim fortran codecomplete" you should find a few links, such as: http://www.vim.org/scripts/script.php?script_id=2487 "This script...
135334 Peng Yu
pengyu.ut@... Send Email
Jan 5, 2013
7:00 pm
... <F7> is already taken on my vim. I use the following for indentation. Is there a way to change the shortcut from <F7> to --. Also, I disabled my <F7>...
135335 rudra
bnrj.rudra@... Send Email
Jan 5, 2013
8:51 pm
<F7> with code complete completes the blocks. But, if you do not want to complete the block and want to write all, i.e. disabling <F7>, still for me, it...
135336 rudra
bnrj.rudra@... Send Email
Jan 5, 2013
8:55 pm
I have recently checked that the colorscheme "slate" itself, on which my scheme is built do not work with vim. -- You received this message from the "vim_use"...
135337 Peng Yu
pengyu.ut@... Send Email
Jan 5, 2013
9:33 pm
... program hello print *, "Hello World!" end program hello <F7> indeed can complete a block. But it won't indent the above code like the following. program...
135338 UncleSam
david19kerrigan@... Send Email
Jan 5, 2013
11:06 pm
How can I do this, like in netbeans where you run your program and it tells you what errors you made. -- You received this message from the "vim_use" maillist....
135339 skyworld
chenyong20000@... Send Email
Jan 6, 2013
1:33 am
Hi, I'm reading someone's code and at the end of the file I found some code like this: # ...
135340 Tim Chase
vim@... Send Email
Jan 6, 2013
1:42 am
... You want to read at ... It allows you to set various options for the file, in case the file/project happens to override your default settings. In your ...
Messages 135311 - 135340 of 137804   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