Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers 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 67358 - 67387 of 69913   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
67358 Steve Hall
digitect@... Send Email
Nov 30, 2012
2:19 pm
Sergey, On Thu, Nov 29, 2012 at 11:46 PM, Sergey Khorev <sergey.khorev@...> ... various ... Thanks, I'll wait for your patch to become official and...
67359 Cesar Romani
cesar.romani@... Send Email
Nov 30, 2012
3:23 pm
I'm building vim 7.3.744 on Windows 7 with MinGW. By compiling it with ... In file included from if_mzsch.h:15:0, from os_win32.c:26: ...
67360 François Ingelrest
francois.ingelrest@... Send Email
Dec 1, 2012
6:43 am
Hi all, I've updated Vim to 7.3.744 (features=big) and now netrw fails the second time I try to open a file using :Explore 1. Start vim 2. :E and open a file ...
67361 Christian Brabandt
cblists@... Send Email
Dec 1, 2012
7:21 am
Bram, this patch fixes this item from the todo list: /[^\n] does match at a line break. Expected to do the same as /. Vim now handles /[^\n] exactly like...
67362 John Little
John.B.Little@... Send Email
Dec 1, 2012
7:54 am
... So do I. On Kubuntu 12.10, vim 7.3.742, Huge version with GTK2-GNOME, starting vim with vim -u NONE -N -c 'let g:netrw_liststyle=3' \ -c 'so...
67363 John Little
John.B.Little@... Send Email
Dec 1, 2012
8:09 am
... I downloaded netrw 147b from http://www.drchip.org/astronaut/vim/index.html#NETRW but it didn't work at all, "home/john/" was prepended to every filename,...
67364 Ingo Karkat
swdev@... Send Email
Dec 1, 2012
12:03 pm
Hello, Two questions on Stack Overflow http://stackoverflow.com/questions/9466795/vim-using-an-external-command-and-handling-errors ...
67365 Bram Moolenaar
Bram@... Send Email
Dec 1, 2012
1:26 pm
... Thanks, I'll update the todo list. ... Let's not make changes that might cause some scripts to fail in unexpected ways. ... Yes. ... Hmm, I don't know how...
67366 Marcin Szamotulski
mszamot@... Send Email
Dec 1, 2012
1:56 pm
Hello, Searching for a digraph usually is quite hard, since there are so many of them, and the are aligned in columns where only one column is important when...
67367 Marc Weber
marco-oweber@... Send Email
Dec 1, 2012
2:00 pm
I don't understand what your problem is cause you don't describe in which way you search the digraphs. If you already have that character somewhere, you can...
67368 Marcin Szamotulski
mszamot@... Send Email
Dec 1, 2012
2:42 pm
... I usually search the columns of the digraph output for glyph that I want for example: if look for ∩ or ⊗ then I search all the columns of ... ...
67369 Marc Weber
marco-oweber@... Send Email
Dec 1, 2012
3:14 pm
... Before you judge, give it a try: TBrowseOutput digraph then type C will only keep lines matching C and highlight the C matches. That's pretty damn close, ...
67370 Ingo Karkat
swdev@... Send Email
Dec 1, 2012
3:15 pm
Hello, Two questions on Stack Overflow http://stackoverflow.com/questions/9466795/vim-using-an-external-command-and-handling-errors ...
67371 Dominique Pellé
dominique.pelle@... Send Email
Dec 1, 2012
3:24 pm
... H Marcin Not what you're asking for, but I search for digraphs in ":help digraph". All standard digraphs are listed there. There are more ways to search...
67372 Charles E Campbell
drchip@... Send Email
Dec 1, 2012
3:31 pm
... I see this problem, too (on a Scientific Linux box). Note the following: 1. start vim 2. :Ex . 3. Pick some file ... You'll see something like 4u# -...
67373 Charles E Campbell
drchip@... Send Email
Dec 1, 2012
3:33 pm
... I haven't been able to duplicate this behavior. Any hints? (like netrw settings, etc?) Regards, Chip Campbell -- You received this message from the...
67374 Tony Mechelynck
antoine.mechelynck@... Send Email
Dec 1, 2012
4:43 pm
... In addition to all the answers you already got, all standard digraphs are listed in the output of :digraphs in Unicode codepoint order. This makes it easy...
67375 Christian Brabandt
cblists@... Send Email
Dec 1, 2012
4:51 pm
Hi Marcin! ... You can use my unicode plugin which allows to complete digraphs. regards, Christian -- -- You received this message from the "vim_dev" maillist....
67376 Marcin Szamotulski
mszamot@... Send Email
Dec 1, 2012
7:23 pm
... Thank you all for really useful answers, I will give them a try. Though I really think that colouring output of the digraph command would look pretty ... ...
67377 Dominique Pellé
dominique.pelle@... Send Email
Dec 1, 2012
8:02 pm
... Hi Marcin You can try the attached patch. It adds colors to the output of the ":digraph"; command which lists digraphs. I'm not sure whether it's worth...
67378 Christian Brabandt
cblists@... Send Email
Dec 1, 2012
8:28 pm
Hi Marcin! ... Last version 0.14 of unicode.vim now offers a :Digraphs command, that does what you want, e.g. ... regards, Christian -- Edel sei der Mensch,...
67379 Charles Cooper
sablime@... Send Email
Dec 1, 2012
9:08 pm
Confirming problem tied to setting liststyle in vimrc; problem disappears when set line commented. -- You received this message from the "vim_dev" maillist. Do...
67380 Christian Brabandt
cblists@... Send Email
Dec 1, 2012
9:33 pm
Hi Bram! ... hg import at least can handle it. But anyhow, here is the tarfile of the changed test79 files. regards, Christian -- Wie man sein Kind nicht...
67381 John Little
John.B.Little@... Send Email
Dec 2, 2012
12:14 am
... Does it with vim -u NONE -N, :runtime plugin/netrwPlugin.vim, :E, whether installed to ~/.vim or $VIMRUNTIME. v146 is ok. Regards, John Little -- You...
67382 Charles E Campbell
drchip@... Send Email
Dec 2, 2012
4:28 am
... I tried it with the commands you gave above; I'm afraid that its still "it worked for me". Try :set verbose=20 before you do the :runtime command and see...
67383 John Little
John.B.Little@... Send Email
Dec 2, 2012
8:02 am
I've just spent a few hours trying to track this down. It was very frustrating as vim's behaviour became unpredictable, though I think I know the cause. Using...
67384 So8res
so8res@... Send Email
Dec 2, 2012
10:11 am
With this patch you can do the following: syntax match Foo 'foo' highlight Foo cterm=bold ctermfg=red highlight Foo cterm+italic and now Foo is both bold and...
67385 Marcin Szamotulski
mszamot@... Send Email
Dec 2, 2012
10:59 am
... Dear Christian and Dominique, That's exactly what I was looking for! Thanks a lot, Marcin -- You received this message from the "vim_dev" maillist. Do not...
67386 Hayaki Saito
user@... Send Email
Dec 2, 2012
11:58 am
Hi Bram, By Patch 7.3.699, this line was added. ... With this condition clause, The ttymouse automatic detection behavior that had been detected as "xterm2",...
67387 Sergey Khorev
sergey.khorev@... Send Email
Dec 2, 2012
12:26 pm
... My comment about Make_cyg applies to Make_ming as well. You need to patch a Racket header file and use my patch for Vim. -- You received this message from...
Messages 67358 - 67387 of 69913   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