Re: cpo-=l full list

2011-12-25 Fir de Conversatie Thilo Six
Taylor Hedberg wrote the following on 25.12.2011 05:20 Hello Charles, Charles E Campbell Jr, Sat 2011-12-24 @ 22:11:31-0500: If I may repeat myself, what advantage does set cpo-=a cpo-=A have over set cpo-=aA ??? From `:help :set-=`: When the option is a

VIM QT fails to compile on Ubuntu 11.04

2011-12-25 Fir de Conversatie Konstantin Zertsekel
Hi all, Not sure if this list is correct, but I'll give it a try... I clones VIM QT by Rui Abreu Ferreira: $ git clone https://git.gitorious.org/vim-qt/vim-qt.git And just compiled it on Ubuntu 11.04 and got the below error: CC=gcc -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_QT -Iqt -I.

Re: VIM QT fails to compile on Ubuntu 11.04

2011-12-25 Fir de Conversatie Tony Mechelynck
On 25/12/11 17:39, Konstantin Zertsekel wrote: Hi all, Not sure if this list is correct, but I'll give it a try... I clones VIM QT by Rui Abreu Ferreira: $ git clone https://git.gitorious.org/vim-qt/vim-qt.git And just compiled it on Ubuntu 11.04 and got the below error: CC=gcc -Iproto

New patch to set cursor shape in Cygwin

2011-12-25 Fir de Conversatie Ben
Hi vim_dev, I always liked the feature in win32 console vim where the cursor changed shape depending on what mode you're in. I recently switched to using cygwin console vim on my Windows systems instead of win32 console for various reasons (primarily because it understands cygwin paths), and was

extend t T f F

2011-12-25 Fir de Conversatie Bee
extend t T f F Is it possible to make ';' trigger a catch if there are no more matches in a line? Without it displaying an error message. Something like the following: function! Semi() try | normal! ; catch | normal! + endtry endfun nmap F12 :call Semi()cr -Bill -- You received this

Re: New patch to set cursor shape in Cygwin

2011-12-25 Fir de Conversatie Tony Mechelynck
On 26/12/11 06:37, Ben wrote: Hi vim_dev, I always liked the feature in win32 console vim where the cursor changed shape depending on what mode you're in. I recently switched to using cygwin console vim on my Windows systems instead of win32 console for various reasons (primarily because it