2012年7月11日水曜日 1時03分21秒 UTC+9 Bram Moolenaar: > I wrote: > > > Patch 7.3.598 > > Problem: Cannot act upon end of completion. (Taro Muraoka) > > Solution: Add an autocommand event that is triggered when completion > has > > finished. (Idea by Florian Klein) > > Files: src/edit.c, src/fileio.c, src/vim.h > > Let me know if this is not sufficient for your purposes. We could pass > some information to the autocommand. > > -- > hundred-and-one symptoms of being an internet addict: > 107. When using your phone you forget that you don't have to use your > keyboard. > > /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ > /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ > \\\ an exciting new programming language -- http://www.Zimbu.org /// > \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Bram wrote: > We could pass some information to the autocommand. I finished to investigation, and realized two items are required. 1. Which a word did user selected at completion. (MUST) 2. a:base string which used to determine those candidates. (NICE TO HAVE) 2 is optional, although it may be better for complete functions authors. Best regards. -- 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.org/maillist.php
