embeded omni completion failed on vim gvim 7.2 7.3 on ubuntu but works on gvim 7.3 on windows

2011-01-05 Fir de Conversatie baumann Pan
Hi All, I found an problem with omni completion. net-snmp has 3 structs like 1) typedef struct XTable_data_s { u_long z; } XTable_data; 2) typedefXTable_dataXTable_undo_data; 3) typedef struct XTable_rowreq_ctx_s { /** this must be first for container compa

Re: about errorformat

2011-01-05 Fir de Conversatie Bram Moolenaar
Namsh wrote: > >> There is always a message: > >> > >>CTIME - 2011-01-03 09:57:57 > >> > >> And vim detects it as error message. > >> > >> Can vim ignore this message? starting with CTIME... > >> Or ignore a message if it cannot find a file in message. > > > > This is mainly caused by t

Re: Notifications of buffer content change

2011-01-05 Fir de Conversatie Ben Fritz
On Jan 4, 6:40 am, Yaron Hirsch wrote: > I wanted to know if there's a way to be notified whether buffer content > has changed (either by changing text in insert mode, or by replacement, > or any other way). There are autocmd events for InsertEnter & > InsertLLeave or CursorMovedI and so forth,

Re: Problem with mapping of CTRL-CursorDown key in vim launched in a mintty window

2011-01-05 Fir de Conversatie Jean Johner
Hello, Another interesting feature of the above problem. Replace inoremap 10 with inoremap 10 in the above .vimrc Launch mintty Open a file with vi Press F1 a number of times The first 34 presses give the correct behaviour The 35th press launches the help (which is the default mapping of F1)

Re: [BUG] Quote characters in expression mapping are replaced with garbage

2011-01-05 Fir de Conversatie Yukihiro Nakadaira
ZyX wrote: Consider the following command: vim -u NONE -c 'noremap! - "‘"' \ -c 'normal i-' \ -c 'wq! result.out' result.out: $ cat result.out | hexdump -C c3 a2 c2 80 c2 98 0a |...| 0007 Test

Re: [BUG] vimdiff doesn't work when the arguments are urls

2011-01-05 Fir de Conversatie H Xu
On 01/03/2011 11:51 PM, Charles Campbell wrote: Hello, Please try netrw v141i available from my website (http://mysite.verizon.net/astronaut/vim/index.html#NETRW). HTH, Chip Campbell Hello Charles Campbell, v141i works fine. Thanks! Regards, Hong Xu 01/05/2011 -- You received this message