Re: shift-Tab key on iOS and UTF8

2013-05-13 Fir de Conversatie Zulox4
Hello, I found that shift-Tab (K_SH_TAB) is a K_SPECIAL key (3 bytes), like Back-space, that has code 08H. At the end, in normal.c the K_SPECIAL keys are compared with: #define K_S_TAB TERMCAP2KEY('k', 'B') === -17003 value = 128,107,98 bytes #define K_BS TERMCAP2KEY('k', 'b') === -25195

Re: Add an option for matchparen to disable it in insert mode

2013-05-13 Fir de Conversatie Fanhe Fanhed
Agree with Bram. Thanks all. 2013/5/8 Bram Moolenaar b...@moolenaar.net Ingo Karkat wrote: On 04-May-2013 14:59 +0200, Fanhe Fanhed wrote: Agreed too. So, Ingo, can you offer a full patch? And please offer a global way to disable matchparen in insert mode. Because I found

Re: [BUG] Newline at the start of :echom is not displayed when using :messages

2013-05-13 Fir de Conversatie Bram Moolenaar
ZyX wrote: Try the following script: vim -u NONE -c 'echomsg \nb' -c 'messages' . You will see ^@b Перевод сообщений на русский язык: Василий Рагозин v...@users.sourceforge.net b Press ENTER or type command to continue while it is expected to have first and

Re: To all syntax file maintainers: examples needed

2013-05-13 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Sa, 11 Mai 2013, Bram Moolenaar wrote: The plan is to include a new regexp engine in Vim 7.4. For testing I would like to get a lot of files for which we have syntax highlighting. I can then compare the highlighting of these files with the old and the

dnsmasq (Re: To all syntax file maintainers: examples needed)

2013-05-13 Fir de Conversatie Bram Moolenaar
Thilo Six wrote: attached is a example file for ft=dnsmasq. Thanks. I notice it doesn't get recognized, becaues the pattern for the filetype is */etc/dnsmasq.conf. I think it will be ok to just match dnsmasq.conf. -- `When any government, or any church for that matter, undertakes to say to

[Req] Add an option to statically compile winpthread

2013-05-13 Fir de Conversatie Axel Bender
When compiling gvim.exe libwinpthread is linked to dynamically. Please add an option to compile the library statically (or did I miss it?). -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information,

Re: Wait for T_CRV / T_U7 response when shut down on some UNIX terminals

2013-05-13 Fir de Conversatie Hayaki Saito
Hi, Bram Waiting for 100 msec is a bit long, does it also work when waiting for 20 msec? No, I think 20 msec is too short for waiting for responses from terminals. Considering SSH session, It is required about 100 msec at least. The latency is almost as same as vim's timeoutlen option

Patch 7.3.944

2013-05-13 Fir de Conversatie Bram Moolenaar
Patch 7.3.944 Problem:External program receives the termrespone. Solution: Insert a delay and discard input. (Hayaki Saito) Files: src/term.c *** ../vim-7.3.943/src/term.c 2013-04-06 14:30:35.0 +0200 --- src/term.c 2013-05-13 20:24:14.0 +0200 *** ***

Re: Wait for T_CRV / T_U7 response when shut down on some UNIX terminals

2013-05-13 Fir de Conversatie Bram Moolenaar
Hayaki Saito wrote: Waiting for 100 msec is a bit long, does it also work when waiting for 20 msec? No, I think 20 msec is too short for waiting for responses from terminals. Considering SSH session, It is required about 100 msec at least. The latency is almost as same as vim's

Re: To all syntax file maintainers: examples needed

2013-05-13 Fir de Conversatie Christian Brabandt
Hi Bram! On Mo, 13 Mai 2013, Bram Moolenaar wrote: Not. I only want to work with the syntax files that I have, which are the distributed ones. I'm not going to download and install syntax files for this test. There are more than 500 syntax files, that should be more than enough. I

Re: [BUG] Newline at the start of :echom is not displayed when using :messages

2013-05-13 Fir de Conversatie ZyX
Is this worth fixing? What do you need it for? I do not need it. This does not mean it is not a bug. -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: dnsmasq (Re: To all syntax file maintainers: examples needed)

2013-05-13 Fir de Conversatie Thilo Six
Resending to list, too. Hello Bram, Excerpt from Bram Moolenaar: -- snip -- I notice it doesn't get recognized, becaues the pattern for the filetype is */etc/dnsmasq.conf. I think it will be ok to just match dnsmasq.conf. No dnsmasq.conf will get you false positives. # find /etc -iname

Re: capture() function to get output of command

2013-05-13 Fir de Conversatie Ingo Karkat
On 10-May-2013 04:09 +0200, mattn wrote: I beg your pardon, but I find your entire argument weak and unconstructive. On Thursday, May 9, 2013 7:54:38 AM UTC+9, ZyX wrote: snip I don't hope that capture() contains highlight attributes. It should be plain text. Both ZyX's and my recent

Re: capture() function to get output of command

2013-05-13 Fir de Conversatie Ingo Karkat
On 09-May-2013 00:54 +0200, ZyX wrote: [10 sentences deleted] I've heard the dislike of Vimscript, but much of that is probably due to the developers' relative unfamiliarity with it. For extensions that are closely related to text-editing, I found it quite nice and powerful, and there is

Re: capture() function to get output of command

2013-05-13 Fir de Conversatie ZyX
I cannot think of a plugin that depends on having a nested :redir throw an error. Refer to my message. Nested :redir throws an error only when context is switched, it is possible to have redir = commands command redir = mappings map redir = imappings imap

Re: Plans for Vim 7.4

2013-05-13 Fir de Conversatie Ken Takata
Hi, 2013/05/11 Sat 5:25:21 UTC+9 Bram Moolenaar wrote: Ken Takata wrote: 2013/05/10 Fri 10:21:37 UTC+9 mattn wrote: On Friday, May 10, 2013 3:55:02 AM UTC+9, Bram Moolenaar wrote: https://code.google.com/p/vim-soc2008-regexp/wiki/nfa_bugs Andrei (the student who worked on