0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.2.2276: list of distributed files is outdated

Problem:    List of distributed files is outdated.
Solution:   Update the file list.  Minor comment updates.
This commit is contained in:
Bram Moolenaar
2021-01-02 16:53:13 +01:00
parent 7e6a515ed1
commit a72514945b
8 changed files with 18 additions and 15 deletions

View File

@@ -3835,7 +3835,7 @@ findoption(char_u *arg)
*
* Returns:
* Number option: gov_number, *numval gets value.
* Tottle option: gov_bool, *numval gets value.
* Toggle option: gov_bool, *numval gets value.
* String option: gov_string, *stringval gets allocated string.
* Hidden Number option: gov_hidden_number.
* Hidden Toggle option: gov_hidden_bool.