[question] filetype name with dot (example included)

2013-10-08 Fir de Conversatie Bruno Sutic
Hello vimers! I'm using vim-handlebars filetype plugin, link to source: https://github.com/nono/vim-handlebars I noticed the plugin is setting filetype with a dot in the name. Link to the relevant line in the source code:

Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Urtica dioica
Open a blank Vim (I'm using 7.4.52), and type this: 3graqqY:s/a/b/g|s/b/c/gCRpq@q (Since there are 3 as, and the 'report' default is 2, both :s commands report the number of changes, which triggers a Press ENTER prompt. But the bug applies to any Press ENTER prompt.) When p is run straight

Re: [patch] exclude East Asian characters form spell checking

2013-10-08 Fir de Conversatie Ken Takata
Hi, 2013/10/08 Tue 6:21:22 UTC+9 Bram Moolenaar wrote: Tony Mechelynck wrote: On 07/10/13 14:02, Ken Takata wrote: Hi, I wrote a patch for the following items from todo.txt: Have an option for spell checking to not mark any Chinese, Japanese or other double-width

unable to compile Vim for Windows 7 with Python3 and OLE support.

2013-10-08 Fir de Conversatie cyboman
I can't compile Vim for Windows 7 using MinGW. Here is the command I'm using mingw32-make.exe -f Make_ming.mak ARCH=x86-64 FEATURE=HUGE OLE=yes PYTHON3=C:/Python32 DYNAMIC_PYTHON3=yes PYTHON3_VER=32 gvim.exe 21 | tee vimlog.log The error that I'm getting is gcc: error: CreateProcess: No such

Re: Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Christian Brabandt
On Di, 08 Okt 2013, Urtica dioica wrote: Open a blank Vim (I'm using 7.4.52), and type this: 3graqqY:s/a/b/g|s/b/c/gCRpq@q (Since there are 3 as, and the 'report' default is 2, both :s commands report the number of changes, which triggers a Press ENTER prompt. But the bug applies to

Re: Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Urtica dioica
вторник, 8 октября 2013 г., 11:49:19 UTC-6 пользователь Christian Brabandt написал: On Di, 08 Okt 2013, Urtica dioica wrote: Open a blank Vim (I'm using 7.4.52), and type this: 3graqqY:s/a/b/g|s/b/c/gCRpq@q (Since there are 3 as, and the 'report' default is 2, both :s

Re: Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Christian Brabandt
On Di, 08 Okt 2013, Urtica dioica wrote: I tried your patch. It seems to stop duplication when recording a macro with q, but not when recording keystrokes to a file with vim -w. Try this updated patch. regards, Christian -- Entweder das Neueste oder das Älteste (aus der Jugend) gefällt auf

Re: unable to compile Vim for Windows 7 with Python3 and OLE support.

2013-10-08 Fir de Conversatie Andrei Olsen
On Tuesday, October 8, 2013 6:02:59 PM UTC+2, cyboman wrote: I can't compile Vim for Windows 7 using MinGW. Here is the command I'm using mingw32-make.exe -f Make_ming.mak ARCH=x86-64 FEATURE=HUGE OLE=yes PYTHON3=C:/Python32 DYNAMIC_PYTHON3=yes PYTHON3_VER=32 gvim.exe 21 | tee

Re: Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Urtica dioica
On Tuesday, October 8, 2013 1:13:42 PM UTC-6, Christian Brabandt wrote: Try this updated patch. Cool. That covers all the problems I'm aware of. Just hope there's not a third stroke-recording mechanism I haven't thought of. ;) -- -- You received this message from the vim_dev maillist. Do not

Re: unable to compile Vim for Windows 7 with Python3 and OLE support.

2013-10-08 Fir de Conversatie cyboman
On Tuesday, October 8, 2013 3:28:41 PM UTC-4, Andrei Olsen wrote: On Tuesday, October 8, 2013 6:02:59 PM UTC+2, cyboman wrote: I can't compile Vim for Windows 7 using MinGW. Here is the command I'm using mingw32-make.exe -f Make_ming.mak ARCH=x86-64 FEATURE=HUGE OLE=yes

Re: unable to compile Vim for Windows 7 with Python3 and OLE support.

2013-10-08 Fir de Conversatie Andrei Olsen
On Tuesday, October 8, 2013 10:02:30 PM UTC+2, cyboman wrote: On Tuesday, October 8, 2013 3:28:41 PM UTC-4, Andrei Olsen wrote: On Tuesday, October 8, 2013 6:02:59 PM UTC+2, cyboman wrote: I can't compile Vim for Windows 7 using MinGW. Here is the command I'm using

Re: Key after Press ENTER prompt recorded double

2013-10-08 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Di, 08 Okt 2013, Urtica dioica wrote: I tried your patch. It seems to stop duplication when recording a macro with q, but not when recording keystrokes to a file with vim -w. Try this updated patch. Thanks! -- CUSTOMER: Well, can you hang around a

Re: [patch] exclude East Asian characters form spell checking

2013-10-08 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: Hi, 2013/10/08 Tue 6:21:22 UTC+9 Bram Moolenaar wrote: Tony Mechelynck wrote: On 07/10/13 14:02, Ken Takata wrote: Hi, I wrote a patch for the following items from todo.txt: Have an option for spell checking to not mark any Chinese, Japanese or

Re: [PATCH] Asynchronous functions (settimeout, setinterval, and cancelinterval)

2013-10-08 Fir de Conversatie kans
On Wednesday, October 2, 2013 3:40:05 PM UTC-7, kans wrote: On Friday, September 27, 2013 8:04:25 AM UTC-7, Ben Fritz wrote: On Thursday, September 26, 2013 4:53:55 PM UTC-5, kans wrote: As Bram pointed out ctrl-c doesn't work on windows. I'm not going to try to fix that.

Re: [patch] exclude East Asian characters form spell checking

2013-10-08 Fir de Conversatie Ken Takata
Hi Bram, 2013/10/09 Wed 6:05:24 UTC+9 Bram Moolenaar wrote: Thanks. nocjk is a bit strange, the other entries in 'spelllang' specify languages for which words will be recognized and not marked as errors. I suggested cjk as it would see all CJK letters as OK. Perhaps ignore-cjk would be