Re: Patch 7.3.289

2011-09-05 Fir de Conversatie mattn
Just, I could reproduce it. ;) Thanks. Vim did not work correctly to call completefunc since patch7.3.298 . If leading characters are changed after showing popup, completefunc should be called in fact. But completefunc hadn't called. This is bug of vim that Muraoka pointed. Thus, acp just need t

Re: Patch 7.3.289

2011-09-05 Fir de Conversatie 驼峰
sorry for the confusion. When I typing "Ex", acp will show all the "snipMate triggers" for current file type. This is not expected. The expected behavior is: acp should only show popup for content included in current buffer instead of all other "triggers" for current file type. Is it clear?

Re: Patch 7.3.289

2011-09-05 Fir de Conversatie mattn
Sorry, I'm not export of snippets.vim, so please explain "WHAT IS WRONG". What should be shown? What is correct behavior? And what is wrong? On Tuesday, September 6, 2011 10:23:18 AM UTC+9, 驼峰 wrote: > > here is some sample of c.snippets. > > # main() > snippet main > int main(int argc, const c

Re: Patch 7.3.289

2011-09-05 Fir de Conversatie 驼峰
here is some sample of c.snippets. # main() snippet main int main(int argc, const char *argv[]) { ${1} return 0; } snippet mainn int main(void) { ${1} return 0; } # #include <...> snippe

Re: Patch 7.3.289

2011-09-05 Fir de Conversatie mattn
> > > > with this patch, the snipMate plugin won't work correctly with auto > > > completio popup. > > > > > After applying this patch, the AutoComplPop will popup a list of > > > snippets for current filetype. This is a little bit annoying. So,

Re: Patch 7.3.289

2011-09-05 Fir de Conversatie 驼峰
BTW, the environments: acp version: 2.14.1 snipMate version: 0.83 only change snipMate.vim to include GetSnipsInCurrentScope. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.

Re: Patch 7.3.289

2011-09-05 Fir de Conversatie 驼峰
s patch, the snipMate plugin won't work correctly with auto > > completio popup. > > > After applying this patch, the AutoComplPop will popup a list of > > snippets for current filetype. This is a little bit annoying. So, I > > have to revert to previous one. &

Re: Patch 7.3.289

2011-09-05 Fir de Conversatie mattn
k correctly with auto > completio popup. > > After applying this patch, the AutoComplPop will popup a list of > snippets for current filetype. This is a little bit annoying. So, I > have to revert to previous one. > > On Aug 28, 10:02 pm, Bram Moolenaar wrote: > &

Re: Patch 7.3.289

2011-09-05 Fir de Conversatie 驼峰
wrote: > Patch 7.3.289 > Problem:    Complete function isn't called when the leader changed. > Solution:   Call ins_compl_restart() when the leader changed.  (Taro Muraoka) > Files:      src/edit.c > > *** ../vim-7.3.288/src/edit.c   2011-05-19 17:25:36.0 +0200 > -

Patch 7.3.289

2011-08-28 Fir de Conversatie Bram Moolenaar
Patch 7.3.289 Problem:Complete function isn't called when the leader changed. Solution: Call ins_compl_restart() when the leader changed. (Taro Muraoka) Files: src/edit.c *** ../vim-7.3.288/src/edit.c 2011-05-19 17:25:36.0 +0200 --- src/edit.c 2011-08-28