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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...
... 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@...
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 ...
... 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@...
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@...
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@...
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@...
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@...
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 ... ...
... 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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...