comparison runtime/doc/usr_41.txt @ 16127:0375e54f0adc v8.1.1068

patch 8.1.1068: cannot get all the information about current completion commit https://github.com/vim/vim/commit/fd133323d4e1cc9c0e61c0ce357df4d36ea148e3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 29 12:20:27 2019 +0100 patch 8.1.1068: cannot get all the information about current completion Problem: Cannot get all the information about current completion. Solution: Add complete_info(). (Shougo, Hirohito Higashi, closes https://github.com/vim/vim/issues/4106)
author Bram Moolenaar <Bram@vim.org>
date Fri, 29 Mar 2019 12:30:06 +0100
parents fe57e4f0eac1
children eb087f8a26a8
comparison
equal deleted inserted replaced
16126:b792e47f7a2d 16127:0375e54f0adc
832 832
833 Insert mode completion: *completion-functions* 833 Insert mode completion: *completion-functions*
834 complete() set found matches 834 complete() set found matches
835 complete_add() add to found matches 835 complete_add() add to found matches
836 complete_check() check if completion should be aborted 836 complete_check() check if completion should be aborted
837 complete_info() get current completion information
837 pumvisible() check if the popup menu is displayed 838 pumvisible() check if the popup menu is displayed
838 839
839 Folding: *folding-functions* 840 Folding: *folding-functions*
840 foldclosed() check for a closed fold at a specific line 841 foldclosed() check for a closed fold at a specific line
841 foldclosedend() like foldclosed() but return the last line 842 foldclosedend() like foldclosed() but return the last line