comparison runtime/doc/usr_41.txt @ 22077:335365fcbb60 v8.2.1588

patch 8.2.1588: cannot read back the prompt of a prompt buffer Commit: https://github.com/vim/vim/commit/077cc7aa0e0c431e97795612374fe17fe7c88803 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 4 16:35:35 2020 +0200 patch 8.2.1588: cannot read back the prompt of a prompt buffer Problem: Cannot read back the prompt of a prompt buffer. Solution: Add prompt_getprompt(). (Ben Jackson, closes https://github.com/vim/vim/issues/6851)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Sep 2020 16:45:04 +0200
parents bbca88cd13d5
children d4c7b3e9cd17
comparison
equal deleted inserted replaced
22076:1b8ace0b3487 22077:335365fcbb60
1116 tagfiles() get a list of tags files 1116 tagfiles() get a list of tags files
1117 gettagstack() get the tag stack of a window 1117 gettagstack() get the tag stack of a window
1118 settagstack() modify the tag stack of a window 1118 settagstack() modify the tag stack of a window
1119 1119
1120 Prompt Buffer: *promptbuffer-functions* 1120 Prompt Buffer: *promptbuffer-functions*
1121 prompt_getprompt() get the effective prompt text for a buffer
1121 prompt_setcallback() set prompt callback for a buffer 1122 prompt_setcallback() set prompt callback for a buffer
1122 prompt_setinterrupt() set interrupt callback for a buffer 1123 prompt_setinterrupt() set interrupt callback for a buffer
1123 prompt_setprompt() set the prompt text for a buffer 1124 prompt_setprompt() set the prompt text for a buffer
1124 1125
1125 Text Properties: *text-property-functions* 1126 Text Properties: *text-property-functions*