| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | vim-patch:8.2.1588: cannot read back the prompt of a prompt buffer | Sean Dewar | 2021-04-21 |
| | | | | | | | | | | Problem: Cannot read back the prompt of a prompt buffer. Solution: Add prompt_getprompt(). (Ben Jackson, closes vim/vim#6851) https://github.com/vim/vim/commit/077cc7aa0e0c431e97795612374fe17fe7c88803 Updated prompt_getprompt() doc to https://github.com/vim/vim/commit/cb80aa2d53e56d3aba3b3c439fb467f29a750c5e and removed mention of method syntax usage (not supported by Nvim). | ||
| * | oldtest: port test_prompt_buffer.vim | Sean Dewar | 2021-04-21 |
| Included from before v8.2.1588. Required for v8.2.1588. Many tests use stuff like term_sendkeys() which is N/A, so are skipped. | |||