diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-03-08 07:21:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 07:21:14 +0800 |
commit | dc2379b89bd00cf7aa661e1b000d2a419843df3f (patch) | |
tree | 3f115a3662f867f701f025f01c2ca50b524538ae /runtime/lua/vim/_meta/options.lua | |
parent | 5f3579e6ea12659d48e92b2126f83777908c28fc (diff) | |
parent | c38764182a966f12b91bdc9b9ff6228621238483 (diff) | |
download | rneovim-dc2379b89bd00cf7aa661e1b000d2a419843df3f.tar.gz rneovim-dc2379b89bd00cf7aa661e1b000d2a419843df3f.tar.bz2 rneovim-dc2379b89bd00cf7aa661e1b000d2a419843df3f.zip |
Merge pull request #27767 from zeertzjq/vim-9.1.0154
vim-patch:9.1.{0154,0158}: shm=F not respected when reloading buffer with 'autoread'
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
-rw-r--r-- | runtime/lua/vim/_meta/options.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index 5a9215fa9e..757720d8fb 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -5799,7 +5799,8 @@ vim.bo.sw = vim.bo.shiftwidth --- items, for instance "scanning tags" --- q do not show "recording @a" when recording a macro *shm-q* --- F don't give the file info when editing a file, like *shm-F* ---- `:silent` was used for the command +--- `:silent` was used for the command; note that this also +--- affects messages from 'autoread' reloading --- S do not show search count message when searching, e.g. *shm-S* --- "[1/5]" --- |