diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-02-25 16:38:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-25 16:38:34 +0800 |
commit | c651a0f643e7bd34eb740069a7b5b8c9f8759ecc (patch) | |
tree | 81588c2c1f07e2d0df43676248efdf8a71fbdcd6 /runtime/doc/options.txt | |
parent | b72dc2d8ade54ba22b0b25ffe9402ffb314ef97d (diff) | |
download | rneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.tar.gz rneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.tar.bz2 rneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.zip |
vim-patch:partial:d086b8f646a6 (#27623)
runtime(doc): fix inconsistent indent (vim/vim#14089)
https://github.com/vim/vim/commit/d086b8f646a67f6b16c46061ce773de1011b8ec7
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index dc52504048..38a2a3b452 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -303,14 +303,14 @@ created, thus they behave slightly differently: shown (but that might change in the future). :se[t] {option}< Set the effective value of {option} to its global - value. + value. For string |global-local| options, the local value is removed, so that the global value will be used. For all other options, the global value is copied to the local value. :setl[ocal] {option}< Set the effective value of {option} to its global - value. + value. For number and boolean |global-local| options, the local value is removed, so that the global value will be used. |