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 123048 - 123077 of 137726   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
123048 John Beckett
johnb.beckett@... Send Email
May 2, 2011
10:49 pm
... The 'n' gives a numeric sort, based on the first number in each line. It is also possible to include a pattern. There are two options. First, skip...
123049 Reid Thompson
reid.thompson@... Send Email
May 2, 2011
10:54 pm
... if the internal sort won't meet the requirements, use an external one and read the results back into the buffer -- You received this message from the...
123050 Reid Thompson
reid.thompson@... Send Email
May 2, 2011
11:13 pm
... using v or ctrl-v to select all text... and then applying the external sort with appropriate params(wouldn&#39;t need the full path to sort depending on how...
123051 Jean-Rene David
jrdavid@... Send Email
May 2, 2011
11:19 pm
... Indeed it does. And have you tried to see if your mapping worked with the 4-character sequence? Because that is the intended behavior and works fine here. ...
123052 Matt Ferguson
mafergus@... Send Email
May 3, 2011
12:16 am
Hi Guys, I want to remap Option+Up/Down to page up/page down. I¹ve done some googling and tried the following with no success: ³set <M-Dn> <PageDown>², ...
123053 Ben Schmidt
mail_ben_schmidt@... Send Email
May 3, 2011
12:32 am
... The main problem is that you want :map not :set. ... It's quite probable it won't work in the terminal, though. It should work in MacVim, though. In...
123054 Ben Schmidt
mail_ben_schmidt@... Send Email
May 3, 2011
12:40 am
Or perhaps less wholescale than :mksession, just :mkview. Read the section ... in its entirety to get some ideas; right at the end there is some magic to...
123055 Ben Schmidt
mail_ben_schmidt@... Send Email
May 3, 2011
12:47 am
... Can you just use :mksession to save and restore everything? That's probably easiest. I don't know how you can get information about the window layout,...
123056 Tony Mechelynck
antoine.mechelynck@... Send Email
May 3, 2011
1:28 am
... Hm. I read Google Groups (except vim_mac where I use "Abridged Email" and, if necessary, the Google Groups web interface) by setting them to "Email" then...
123057 Ben Schmidt
mail_ben_schmidt@... Send Email
May 3, 2011
1:41 am
... I suspect that since you were CCed, you received a copy of the message directly at Gmail, and the mangled one that went through Groups was discarded (as...
123058 Tony Mechelynck
antoine.mechelynck@... Send Email
May 3, 2011
2:47 am
... No, I got only one copy. Let me see what its Received-lines say... (latest first, remember?) ... Ah, so you're right: this seems to be the copy that went...
123059 Ben Schmidt
mail_ben_schmidt@... Send Email
May 3, 2011
3:55 am
... Of course, it goes without saying that Groups broke with tradition and didn't mangle that one. Maybe only some Groups servers have the bug, or it's...
123060 HaoCheng Zhao
lunabeyond@... Send Email
May 3, 2011
6:24 am
If I use these command in bash shell: echo 'abc' | sed 's/b*/1/g' It would display: 1a1c1 But when I try it in VIM: (open a document, turn into edit mode and...
123061 David
david.liffmann@... Send Email
May 3, 2011
7:53 am
I am using an autocommand to disable syntax highlighting for large files. I do this with: au BufReadPost * if getfsize(bufname("%")) > 512*1024 | set syntax= |...
123062 Ben Schmidt
mail_ben_schmidt@... Send Email
May 3, 2011
8:40 am
... I don't know if it deals with this situation, but Dr. Chip's LargeFile plugin disables various things to make editing large files more bearable, and since...
123063 David
david.liffmann@... Send Email
May 3, 2011
8:58 am
... I tried the important line of the plugin to test, but it did not work. But I think it might be a good idea to look a bit into netrw. Thanks for mentioning...
123064 Ben Schmidt
mail_ben_schmidt@... Send Email
May 3, 2011
10:41 am
... I thought you were right, that this was a bug, but I'm not so sure after reading this comment in the source code: /* * 1. Match empty string does not...
123065 Charles Campbell
Charles.E.Campbell@... Send Email
May 3, 2011
2:57 pm
... Netrw attempts to minimize the number of times that a password may be needed, so it doesn't attempt to find out what the file size is before getting the...
123066 Charles Campbell
Charles.E.Campbell@... Send Email
May 3, 2011
3:46 pm
... May I suggest Al Budden's http://www.vim.org/scripts/script.php?script_id=2646 Regards, Chip Campbell -- You received this message from the "vim_use"...
123067 BPJ
bpj@... Send Email
May 3, 2011
4:55 pm
... The obvious workaround is ... Not very elegant but it works! perl returns '1a11c1&#39;, BTW! /bpj -- You received this message from the "vim_use" maillist. Do...
123068 Mahendra Ladhe
lml108@... Send Email
May 3, 2011
5:59 pm
Thanks JR. The mapping is working. On my earlier Windows XP PC with vim 7.2, the control keys like F1 would be displayed in blue color, different than the rest...
123069 Mathew Brown
mathewbrown@... Send Email
May 3, 2011
7:57 pm
Hi, I was wondering if there is any way to temporarily disable all imaps and inoremaps. I sometimes need to edit a file using a different character set and my...
123070 ZyX
zyx.vim@... Send Email
May 3, 2011
8:12 pm
Reply to message «Temporarily Disabling All imaps and inoremaps», sent 23:56:30 04 May 2011, Wednesday by Mathew Brown: I do not know, how your default imaps...
123071 Mathew Brown
mathewbrown@... Send Email
May 3, 2011
8:41 pm
Thanks ZyX. Unfortunately, it appears that :set paste also resets the language. In fact, when :set paste is enabled, you can't even manually set the keymap....
123072 ZyX
zyx.vim@... Send Email
May 3, 2011
9:09 pm
Reply to message «Re: Temporarily Disabling All imaps and inoremaps», sent 00:40:33 04 May 2011, Wednesday ... You can construct something using `:redir',...
123073 Ben Schmidt
mail_ben_schmidt@... Send Email
May 3, 2011
11:04 pm
... Mmm. It's a bit debatable whether the second 1 in the 11 represents an overlapping match or not. That's the problem with zero-length matches that aren't...
123074 Ben Schmidt
mail_ben_schmidt@... Send Email
May 4, 2011
12:41 am
Hi! I've been experiencing something strange recently (the last few weeks), which I can't remember ever happening before, so maybe is a newly introduced bug. ...
123075 pansz
pan.shizhu@... Send Email
May 4, 2011
1:12 am
... Ctrl-A to Ctrl-Z are real control characters which will display in real control character, F1 is not a character and it will not shown as control character...
123076 Tim Chase
vim@... Send Email
May 4, 2011
1:17 am
... I can't say I've encountered anything of the like. ... Your list of plugins, vimrc, and perhaps germane modelines might be worth including. It might also...
123077 octopusgrabbus
octopusgrabbus@... Send Email
May 4, 2011
2:02 am
I am using gVim and editing a file using e ftp://user@host//<full-path-to-file>. Each line in the file has its characters reversed. Yet, if I copy those lines...
Messages 123048 - 123077 of 137726   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