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

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: Python/Ruby completion requires language interface ?

2006-09-28 Thread Alexey I. Froloff
* A.J.Mechelynck antoine.mechelynck@ [060928 01:06]: It surprised me because, after all, Vim doesn't need to be a C compiler to run ccomplete.vim, But it still needs tags information, generated bu ctags, for example... -- Regards, Sir Raorn. signature.asc Description: Digital signature

how do i get vim to run these commands when i type make

2006-09-28 Thread jinxjinx
how can i get vim to run these commands when i type make? $ javac TestT.java $ gcj -g --main=TestT -o TestT TestT.class right now i use this to compile java set makeprg=javac\ % set errorformat=%A%f:%l:\ %m,%-Z%p^,%-C%.%# but i want to be able to debug java with gdb (jdb sucks) thanks --

Re: matchparen highlight bug

2006-09-28 Thread Bram Moolenaar
Ilya Bobir wrote: I've found bug in highlighting when matchparen is used. Not sure it is because of a matchparen thought. Test case = gvim i{}EschO Now I can see first line with one character background been highlighted and an insert cursor over it and '{}' on a second