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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 121240 - 121269 of 137837   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
121240 Bram Moolenaar
Bram@... Send Email
Feb 27, 2011
11:59 am
... I vagueally recall doing something for this. In Dutch it's slightly different. This may require a flag in the .aff file to tell the spell checker what...
121241 Jean Johner
jean.johner@... Send Email
Feb 27, 2011
8:34 pm
Hello, Suppose the .f extension has been allocated to gvim. In Windows, double clicking on the "file1.f" file sitting in the "test_vim"; directory results in...
121242 Robert
sigzero@... Send Email
Feb 27, 2011
9:40 pm
... http://vim.wikia.com/wiki/Set_working_directory_to_the_current_file -- Robert -- You received this message from the "vim_use" maillist. Do not top-post!...
121243 Jean Johner
jean.johner@... Send Email
Feb 27, 2011
9:41 pm
Hello, Please open a file1. Open a file file2 in a new tab. Use the File/Close menu to close file2 tab. The tab is not closed, instead an empty buffer with...
121244 Chris Jones
cjns1989@... Send Email
Feb 27, 2011
10:12 pm
I'm having a bit of trouble displaying two help windows side by side. Here'as a typical scenario: I am reading the help file for a given topic such as ‘:help...
121245 Ben Schmidt
mail_ben_schmidt@... Send Email
Feb 27, 2011
11:01 pm
... This is a little more complicated, but I'm sure you can :map or :command ... It basically does a vertical split and avoids reusing an existing help window...
121246 howard Schwartz
howardb21@... Send Email
Feb 27, 2011
11:11 pm
... Bad or portable media is not the culpret. My friend logs into a powerful networked computer system at Univesity of New York at Buffalo, where he is a ...
121247 Ben Schmidt
mail_ben_schmidt@... Send Email
Feb 27, 2011
11:36 pm
... I think this is what is baffling us. I'm not sure anyone else has experienced or reported such a problem. Our viminfo files are written and read just fine...
121248 Marco
netuse@... Send Email
Feb 27, 2011
11:43 pm
... I have the same problem with Gnome/Nautilus. But the suggestion »autochdir« does not not really solve the problem. It always changes the working...
121249 lylez
lyle.ziegelmiller@... Send Email
Feb 27, 2011
11:54 pm
I've tried pretty much everything that's been suggested. Has anyone confirmed that they are able to do a mapping, as part of a mapping? That seems to be the...
121250 Ben Schmidt
mail_ben_schmidt@... Send Email
Feb 28, 2011
12:33 am
... Yes. I quickly tested what I suggested, and it worked for me. I can even ... If you type 'a' then 's' and 'd' are mapped, and after having done so, 's'...
121251 Benjamin R. Haskell
vim@... Send Email
Feb 28, 2011
4:55 am
... Why do you want to do this? What benefit do you gain from removing the jump info from .viminfo? I rarely use the jumplist myself, but keeping it in the...
121252 Benjamin R. Haskell
vim@... Send Email
Feb 28, 2011
5:07 am
... Sorry, didn't see this email before I responded to your other question. In the case of trying to fix .viminfo corruption, direct examination or ...
121253 Jürgen Krämer
jottkaerr@... Send Email
Feb 28, 2011
7:57 am
Hi, ... that's the intended behaviour -- see :help win32-startup. ... (The following is untested.) Put au VimEnter * if expand('%') != '' | cd %:h | endif in...
121254 howard Schwartz
howardb21@... Send Email
Feb 28, 2011
8:47 am
... Currently he is running vim 6.4 on a SunOS 5.9 machine. I tried the sunfreeware binary for vim 7.3, solaris 7 -- on his machine, but this version of vim...
121255 Benjamin R. Haskell
vim@... Send Email
Feb 28, 2011
7:49 pm
I like the fact that the current directory can be local to a given directory. As such, I wanted to enable a behavior wherein opening a filename containing...
121256 Chris Jones
cjns1989@... Send Email
Feb 28, 2011
8:32 pm
... Thanks, Ben.. The bt=help is probably what I was looking for. I'll set this up via a custom :Help command that will additionally take care of removing the...
121257 ZyX
zyx.vim@... Send Email
Feb 28, 2011
8:53 pm
Reply to message «Re: using the help system in split screen mode», sent 23:32:26 28 February 2011, Monday ... let helpcount=len(filter(range(1, winnr('$')), ...
121258 lylez
lyle.ziegelmiller@... Send Email
Feb 28, 2011
10:53 pm
You're right Ben, that does work. Thank you very much!!! -- View this message in context:...
121259 Chris Jones
cjns1989@... Send Email
Feb 28, 2011
11:24 pm
... Works out of the box. :-) ... The suggested pipe ‘setl bt= | help’ does indeed override Vim's miserly behavior relative to help windows.. Why? Another...
121260 Rostyslaw Lewyckyj
urjlew@... Send Email
Mar 1, 2011
1:50 am
Suppose that I have a collection of editing commands such as %g/pattern_a/ %g/pattern_b/ %g/pattern_c/ ........................ that find and list all the...
121261 Ben Schmidt
mail_ben_schmidt@... Send Email
Mar 1, 2011
1:51 am
... How do you figure that? You can easily get multiple buffers with buftype=help perfectly naturally by splitting help windows and moving to new help topics,...
121262 Ben Schmidt
mail_ben_schmidt@... Send Email
Mar 1, 2011
2:00 am
... You can enter any register onto the commandline by using ^R, so just do this if you want (after pressing a, the contents of the register will appear on the...
121263 Tim Chase
vim@... Send Email
Mar 1, 2011
3:28 am
... I've done something like this in the past where I've modified my buffer such as you have with ... which leaves the buffer looking like ... ... with leading...
121264 Benjamin R. Haskell
vim@... Send Email
Mar 1, 2011
3:37 am
... In what language is that a natural idiom? Is it... ... a for loop? VimL has :for loops if you're just trying to call a function for 0 through 'count&#39;: "...
121265 ZyX
zyx.vim@... Send Email
Mar 1, 2011
4:53 am
Reply to message «Re: using the help system in split screen mode», sent 02:23:45 01 March 2011, Tuesday ... Because vim uses 'buftype&#39; to check whether some...
121266 ZyX
zyx.vim@... Send Email
Mar 1, 2011
5:02 am
Reply to message «Re: using the help system in split screen mode», sent 04:51:03 01 March 2011, Tuesday ... Just point me where help describes which of...
121267 doherty pete
nishizawa23@... Send Email
Mar 1, 2011
7:16 am
i want to use font of comic sans,it can only use at gvim? -- pete_doherty -- You received this message from the "vim_use" maillist. Do not top-post! Type your...
121268 Ben Schmidt
mail_ben_schmidt@... Send Email
Mar 1, 2011
7:30 am
... LOL, OK, fair enough. It's not well-defined, but it isn't unpredictable or undesirable either. So it's not a bad kind of undefined. Setting 'bt' to help...
121269 Ben Schmidt
mail_ben_schmidt@... Send Email
Mar 1, 2011
7:31 am
... You shouldn't really do this in gvim or vim, because Comic Sans is not a monospaced font. Some GUIs will allow you to do it in gvim, though. Ben. -- You...
Messages 121240 - 121269 of 137837   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