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 130729 - 130758 of 137809   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
130729 John Little
John.B.Little@... Send Email
May 1, 2012
1:29 am
... IIUC, gtk+2-2.24.10 is the one you want, being gtk 2. In my config.log, configure tries to see what version of gtk is installed by compiling and running a...
130730 Linda W
vim@... Send Email
May 1, 2012
5:52 am
When I start gvim with a file name Gvim h:\bin&#92;pcalc.pl, if I edit another file by name, it references the same directory... However, if I use UNC name, Gvim...
130731 Sergey Vakulenko
svakulenko.a@... Send Email
May 1, 2012
9:04 am
There is tips which adds code snippets of code. i talk about func TextEnableCodeSnip in...
130732 Dotan Cohen
dotancohen@... Send Email
May 1, 2012
10:01 am
I seem to have trouble with the matchtime option. As I understand it, this option will show the matching-brace highlight for a short time, then disappear. I...
130733 Dotan Cohen
dotancohen@... Send Email
May 1, 2012
10:40 am
On Wed, Mar 7, 2012 at 23:18, Charles Campbell ... I see that I'm late to the party, but let me say thank you Chip. I am learning quite a lot from your VIM...
130734 John Little
John.B.Little@... Send Email
May 1, 2012
11:28 am
... That appears to be matchparen, a "standard plugin". See :h matchparen I mostly don't like it, so put let g:loaded_matchparen = 1 in my .vimrc to suppress...
130735 Axel Bender
axel.bender@... Send Email
May 1, 2012
12:08 pm
When using the spell correction feature ("set spelllang=de_de spell") a word containing a german "ί" (0xDF) is displayed incorrectly if it is found to be...
130736 Dotan Cohen
dotancohen@... Send Email
May 1, 2012
12:14 pm
... Thank you John. I have suppressed the matchparen as you mention, but I would still like to have the highlight show for one second. The showmatch and...
130737 Charles Campbell
Charles.E.Campbell@... Send Email
May 1, 2012
2:37 pm
... You're welcome! Chip Campbell -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying...
130738 Taylor Hedberg
tmhedberg@... Send Email
May 1, 2012
2:39 pm
... The highlighting you are used to is provided by the matchparen plugin. 'showmatch&#39; and 'matchtime&#39; are, on the other hand, for Vim's built-in (i.e. not...
130739 Dotan Cohen
dotancohen@... Send Email
May 1, 2012
4:05 pm
... Thanks Taylor, I see it now. I was testing with existing code, expecting to put the cursor on a brace and see the match. I now understand that it only...
130740 Taylor Hedberg
tmhedberg@... Send Email
May 1, 2012
4:14 pm
... matchparen uses the MatchParen highlight group to highlight the matching character, so you can modify that group to change how it appears. For instance, in...
130741 Charles Campbell
Charles.E.Campbell@... Send Email
May 1, 2012
4:15 pm
... In quickly diving into matchparen, I see that the matching brace is the MatchParen highlighting group. Consequently, hi clear MatchParen hi MatchParen...
130742 Dotan Cohen
dotancohen@... Send Email
May 1, 2012
4:41 pm
On Tue, May 1, 2012 at 19:15, Charles Campbell ... Thank you Chip. That does exactly what I need! I will also take your example and try my hand at "delving"...
130743 Π”ΠΌΠΈΡ‚Ρ€ΠΈΠΉ ...
9erthalion6@... Send Email
May 1, 2012
7:36 pm
I have vimrc and copy of ~/.vim/ with all plugins -- but i can not migrate this settings on clear version vim (fresh install). Why vim does not include plugin...
130744 Ben Fritz
fritzophrenic@... Send Email
May 1, 2012
7:52 pm
... What system are you on? Windows looks in $HOME/vimfiles, not $HOME/.vim. Check your 'runtimepath&#39; setting to see where Vim will look for plugins if you're...
130745 jrrandall@... Send Email May 1, 2012
8:27 pm
... Thanks so much for your help! Just to let you know, it was Vim version 7.0 that was causing the problems. I upgraded to 7.3 and the block indenting is...
130746 David Fishburn
dfishburn.vim@... Send Email
May 2, 2012
1:50 am
What is it? ... dbext.vim : Provides database access to most databases. http://www.vim.org/scripts/script.php?script_id=356 This plugin contains...
130747 Edward Xu
dwrdx5@... Send Email
May 2, 2012
5:04 am
Thanks. My Mark.vim is kind of obsolete. It works well after installing v2.6.4. 2012/4/27 Krzysztof <krzysztof.kanas@...> ... -- Best Regards Edward -- ...
130748 rameo
raiwil@... Send Email
May 2, 2012
7:17 am
I would like to know how to highlight matches after invoking a function p.e. function! s:MyFunction() let search = '\d&#92;+' let @/ = search return "normal n" ...
130749  
9erthalion6@... Send Email
May 2, 2012
10:40 am
I use Ubuntu 12.04 64bit, but I solved this problem) After copying config files have right to access only from root, and vim couldn't open them. ... -- You...
130750 A Loumiotis
antonis.loumiotis@... Send Email
May 2, 2012
11:00 am
Hi, The motion t{char} does not work when the character I choose is "}". Does anyone know why? I use gvim 7.3 on Windows XP. Thanks, Antonis -- You received...
130751 John Beckett
johnb.beckett@... Send Email
May 2, 2012
11:45 am
A Loumiotis ... Please spell out what happens and what you expect. Does it work after starting with 'vim -N -u NONE'? On next line, 0vt} correctly selects...
130752 A Loumiotis
antonis.loumiotis@... Send Email
May 2, 2012
12:33 pm
Thank you for your help John. Your example does work. I now realize that t{char} is a line motion. I thought (wrongly) it was looking for the first matching...
130753 Christian Brabandt
cblists@... Send Email
May 2, 2012
12:48 pm
... The plugin ft_improved http://www.vim.org/scripts/script.php?script_id=3877 does this, unfortunately, it doesn't work with the yankring plugin. regards, ...
130754 A Loumiotis
antonis.loumiotis@... Send Email
May 2, 2012
1:12 pm
... Thanks Christian. That's exactly what I was looking for! -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below...
130755 Kevin O'Gorman
kogorman@... Send Email
May 2, 2012
1:30 pm
I have a few files I use to script my backups. I've been tweaking them as usual. Suddenly vim is acting very strange, and the files are misbehaving. The main...
130756 Arno Valentin
valentin.arno@... Send Email
May 2, 2012
1:43 pm
... I don't know, what pkg-config is, but after gtk test comes 551 configure:7772: checking for pkg-config 552 configure:7803: result: no ... yes I tried...
130757 Tim Chase
vim@... Send Email
May 2, 2012
1:46 pm
... I believe this is Vim trying to talk to your X server and failing. I suspect you're running X as non-root and then "su"'ed to root. A couple options exist...
130758 Christian Brabandt
cblists@... Send Email
May 2, 2012
1:51 pm
Hi John! ... Looks like a redraw issue to me. This fixes it for me: diff --git a/src/eval.c b/src/eval.c ... +++ b/src/eval.c @@ -18507,7 +18507,7 @@ ...
Messages 130729 - 130758 of 137809   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