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 123078 - 123107 of 137779   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
123078 Chris
chrisc0015@... Send Email
May 4, 2011
2:02 am
I'm working on several Python projects who run on various versions of Python. I'm hoping to set up my vim environment to use ropevim, pyflakes, and pylint but...
123079 Tim Chase
vim@... Send Email
May 4, 2011
2:16 am
... Strangely, it sounds like 'revins&#39; is getting set. You can check ... This might be an artifact of some locale setting that thinks you're typing in a...
123080 Ben Schmidt
mail_ben_schmidt@... Send Email
May 4, 2011
2:32 am
Hi, Tim! ... I don't really use any sophisticated plugins, just little things that define the odd function and mapping and things like that, mostly that I've...
123081 Ben Schmidt
mail_ben_schmidt@... Send Email
May 4, 2011
2:34 am
... And/or 'rightleft&#39; ... Ben. -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. ...
123082 HaoCheng Zhao
lunabeyond@... Send Email
May 4, 2011
4:35 am
Thanks guys ^_^ So, shall we get the conclusion that: What sed does is correct according to POSIX, and VIM or PERL or some others still need a bit improve on...
123083 Ben Schmidt
mail_ben_schmidt@... Send Email
May 4, 2011
5:19 am
Vim's regular expressions are far from standard. Just browse pattern.txt and you will see many oddities documented or demonstrated, as well as many extensions...
123084 Mathew Brown
mathewbrown@... Send Email
May 4, 2011
7:32 am
Thanks ZyX. I'll have a look. ... -- Mathew Brown mathewbrown@... -- http://www.fastmail.fm - A fast, anti-spam email service. -- You received this...
123085 David
david.liffmann@... Send Email
May 4, 2011
11:19 am
... So it does not throw any useful events for my case, does it? ... This works only after I have loaded the file then, correct? It does indeed speed up things...
123086 Anurag Priyam
anurag08priyam@... Send Email
May 4, 2011
11:30 am
... AFAIK, when building the tags file, exuberent-ctags takes into account any require statements. So, why would you need any extra script? If you want to...
123087 octopusgrabbus
octopusgrabbus@... Send Email
May 4, 2011
11:52 am
Thanks for the answers. It was cockpit error. The gVim icon was set gvim -F %F, instead of gvim -f %F. ... -- You received this message from the "vim_use"...
123088 Ben Schmidt
mail_ben_schmidt@... Send Email
May 4, 2011
12:39 pm
[Resending to the list. Originally from BPJ.] ... Apparently there's one match for "b" and one match for the nothing between b and c. Rather what you would ...
123089 Ben Schmidt
mail_ben_schmidt@... Send Email
May 4, 2011
1:12 pm
... Your errorformat has no %t in it, so it is not detecting error types. So we'll need some way to do that for starters. Can you give some examples of the...
123090 Andrew Neil
andrew.jr.neil@... Send Email
May 4, 2011
1:36 pm
Is there any way to prevent the default register from being clobbered when using the paste command in visual mode? By default, when you use the `p` or `P`...
123091 Ben Schmidt
mail_ben_schmidt@... Send Email
May 4, 2011
2:01 pm
... Mmm. I guess it's something to do with the US International keyboard layout, and Vim not quite understanding it. The randomness is the most annoying part,...
123092 Charles Campbell
Charles.E.Campbell@... Send Email
May 4, 2011
2:01 pm
... There's probably a history of regular expressions somewhere; ed definitely preceded (the original) vi, and I think sed did, too. Awk followed in sed's...
123093 Ben Schmidt
mail_ben_schmidt@... Send Email
May 4, 2011
2:06 pm
... Not directly. To do that, you'd have to use separate delete and put commands. I suppose you could probably make a mapping. It could become a bit...
123094 Andrew Neil
andrew.jr.neil@... Send Email
May 4, 2011
2:24 pm
On Wed, May 4, 2011 at 5:05 PM, Ben Schmidt ... Here's a simple solution: vnoremap p "_xP But there's a problem with it: while `P` works fine in most cases, if...
123095 Taylor Hedberg
tmhedberg@... Send Email
May 4, 2011
2:41 pm
... It's not exactly what you asked for, but keep in mind that the "0" register always contains the most recently yanked text. So if you're yanking from...
123096 Erik Christiansen
dvalin@... Send Email
May 4, 2011
3:25 pm
... Regex uniformity across unix tools is valuable beyond measure, because we then don't fumble and stumble unproductively when moving between them. O'Reilly&#39;s...
123097 Andy Wokula
anwoku@... Send Email
May 4, 2011
3:46 pm
... Has it been mentioned? ... 1a11c1 Just like Perl! -- Andy -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below...
123098 Samkit Jain
samkit.feeds@... Send Email
May 4, 2011
4:53 pm
Thanks Ben, let me try what are suggesting. But I still dont think that it should be a autocmd to do this. On Sun, May 1, 2011 at 7:04 PM, Ben Schmidt ... -- -...
123099 hari.rangarajan@... Send Email May 4, 2011
5:34 pm
After the discussion in this thread, I spawned off a new project: ccglue. ccglue is a native application that can build cross-reference tables from cscope (and...
123100 Ben Fritz
fritzophrenic@... Send Email
May 4, 2011
6:56 pm
... How else would you expect syntax highlighting to work? Would you prefer that if you switch between a C file and a PHP file that the syntax rules just keep...
123101 Ulrar
lemonnier.k@... Send Email
May 5, 2011
1:36 pm
Thanks, but I can't have it working. I tried to :hi def link Structure Type And, in my colorscheme, Type is my group for all the char, int, ect. In the plugin...
123102 A. S. Budden
abudden@... Send Email
May 5, 2011
2:19 pm
... Are your source files all in the same directory and is it the directory reported by ... ? If they're not in the same directory, can you try using ":cd" to ...
123103 cyboman
rail.shafigulin@... Send Email
May 5, 2011
2:56 pm
i'm writing a script to modify the copyright notice. the problem is that are multiple notices in the file. i need to be able to find a line where the last...
123104 Christian Brabandt
cblists@... Send Email
May 5, 2011
3:02 pm
... regards, Christian -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
123105 Ulrar
lemonnier.k@... Send Email
May 5, 2011
3:39 pm
I have nothing ending in .vim in my directory, and yes I am in the right one. The output.log file : ... Looks like the --recurse option don't exist. I have vim...
123106 cyboman
rail.shafigulin@... Send Email
May 5, 2011
3:42 pm
the idea is not to move the cursor. :$ moves it to the end of file. does anybody have any other suggestions. also please click 'Reply to author' so i could get...
123107 Gary Furash
furashgary@... Send Email
May 5, 2011
4:02 pm
I use Cygwin VIM (7.2) via Console2 (a terminal emulator). I often need to cut/paste from the windows buffer, but still haven't found a satisfying way to do...
Messages 123078 - 123107 of 137779   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