Re: completion problem

2006-09-28 Thread Yukihiro Nakadaira
Bram Moolenaar wrote: Yukihiro Nakadaira wrote: There are two problems in completion. I wrote a patch. Please check the following. 1. 'ignorecase' does not work for completion. For example, when :set nosmartcase ignorecase and buffer is 1: foo 2: Foo Then, complete with 3: C-N or 3

Re: block insert mode and CTRL-C problem

2006-09-28 Thread Yukihiro Nakadaira
Bram Moolenaar wrote: Yukihiro Nakadaira wrote: There are two problems in block insert mode (C-V + I). 1. When CTRL-C is used in block insert mode, text is inserted to first line only even if multi-line was selected. For example, when there are three lines and type 1GC-VjjIxxxC-C 1: aaa

Re: Calling COM Components from Vim (Win32)

2006-10-15 Thread Yukihiro Nakadaira
) for i in range(10) echo libcallnr(dll, count, 0) endfor -- Yukihiro Nakadaira - [EMAIL PROTECTED]

if_spidermonkey

2007-04-25 Thread Yukihiro Nakadaira
if_spidermonkey.diff cd src namke -f Make_mvc.mak USE_MSVCRT=yes GUI=yes SPIDERMONKEY=C:\tmp\js DYNAMIC_SPIDERMONKEY=yes DYNAMIC_SPIDERMONKEY_DLL=js32.dll 3. Type :spidermonkey command :spidermonkey print(hello, JavaScript!) see :help if_spidermonkey.txt -- Yukihiro Nakadaira - [EMAIL PROTECTED]