diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-07-10 11:55:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 11:55:12 -0500 |
commit | 3750e5ed9c740a4334628c4a560d77c1dc2d0bfd (patch) | |
tree | 022d9e8e9b333eb9803b88e23f1ced29c0d51d93 /runtime | |
parent | 766f4978d6cb146511cf0b676c01e5327db46647 (diff) | |
download | rneovim-3750e5ed9c740a4334628c4a560d77c1dc2d0bfd.tar.gz rneovim-3750e5ed9c740a4334628c4a560d77c1dc2d0bfd.tar.bz2 rneovim-3750e5ed9c740a4334628c4a560d77c1dc2d0bfd.zip |
vim-patch:9.0.1673: cannot produce a status 418 or 503 message (#24287)
Problem: Cannot produce a status 418 or 503 message.
Solution: Add err_teapot().
https://github.com/vim/vim/commit/80adaa8ae8398403ca4e9797219ea9a501fc76a5
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 68ebb8cc94..5246d3c2b8 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -598,6 +598,7 @@ Cscope: Eval: Vim9script *cscope_connection()* + *err_teapot()* *js_encode()* *js_decode()* *v:none* (used by Vim to represent JavaScript "undefined"); use |v:null| instead. |