Re: Issue 31 in vim: mouse support broken after using shell with :!

2011-11-23 Fir de Conversatie vim
Comment #3 on issue 31 by snowmani...@gmail.com: mouse support broken after using shell with :! http://code.google.com/p/vim/issues/detail?id=31 Sorry for not checking the mailing list before opening the bug report. I just tested the urxvt-mouse.diff patch and I can also confirm that it fix

Re: Issue 31 in vim: mouse support broken after using shell with :!

2011-11-23 Fir de Conversatie vim
Comment #2 on issue 31 by vega.ja...@gmail.com: mouse support broken after using shell with :! http://code.google.com/p/vim/issues/detail?id=31 This has been discussed on the list in a few threads. The attached patch is what both myself and lilydjwg independently came up with and seems to

Re: Issue 31 in vim: mouse support broken after using shell with :!

2011-11-23 Fir de Conversatie vim
Comment #1 on issue 31 by snowmani...@gmail.com: mouse support broken after using shell with :! http://code.google.com/p/vim/issues/detail?id=31 This bug doesn't happen if you run configure without any options. I'll investigate which of the configure flags I use triggers the bug and I will

[patch] fixed incorrect highlighting with doxygen syntax

2011-11-23 Fir de Conversatie Dominique Pellé
Hi I stumbled upon a bug in the doxygen syntax file (runtime/syntax/doxygen.vim) in Vim-7.3.353 which causes anything after /***/ to be incorrectly highlighted as a cComment. Steps to reproduce: 1) Create a file foo.c and edit it with vim as follows: $ cat >foo.c

Re: copyindent only works with autoindent?

2011-11-23 Fir de Conversatie Andy Wokula
Am 23.11.2011 16:26, schrieb Ben Fritz: gvim -N -u NONE -i NONE Enter text: a b c d e f g :setl ai copyindent preserveindent noet list Place cursor after a, press s to replace the space character, then to get a new line. Note that 10 spaces are inserted at the beginning of the lin

copyindent only works with autoindent?

2011-11-23 Fir de Conversatie Ben Fritz
gvim -N -u NONE -i NONE Enter text: a b c d e f g :setl ai copyindent preserveindent noet list Place cursor after a, press s to replace the space character, then to get a new line. Note that 10 spaces are inserted at the beginning of the line, as expected. Do it again between b and se

RE: Setting up SmartTag plugin

2011-11-23 Fir de Conversatie Robert Webb
Hi Scott, > I'm trying to setup SmartTag. The plugin appears to load ok, however > when I put my cursor on "method" on the text "Class::method", it does > not detect the right class. When I show debug info it says: "Type: T". > > What do I need to do to get SmartTag working with such a simple case