aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/usr_toc.txt
diff options
context:
space:
mode:
authorSean Dewar <seandewar@users.noreply.github.com>2022-01-03 13:52:01 +0000
committerGitHub <noreply@github.com>2022-01-03 14:52:01 +0100
commit76435c0cfa8f39024a3b931276478b5007a1f421 (patch)
tree1c0fb9e5cb42d75fd0bb3c1d4a71a3cc7ab15a35 /runtime/doc/usr_toc.txt
parent36662c961244f41996720a0eec8eac67a18f2ec0 (diff)
downloadrneovim-76435c0cfa8f39024a3b931276478b5007a1f421.tar.gz
rneovim-76435c0cfa8f39024a3b931276478b5007a1f421.tar.bz2
rneovim-76435c0cfa8f39024a3b931276478b5007a1f421.zip
docs(usr_05): fix section numbers (#16886)
Other refs to 05.3 don't need to be updated as they refer to the simple mappings section anyway. Seems they weren't updated when the defaults.vim section was added as 05.3 instead.
Diffstat (limited to 'runtime/doc/usr_toc.txt')
-rw-r--r--runtime/doc/usr_toc.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/runtime/doc/usr_toc.txt b/runtime/doc/usr_toc.txt
index f466a8ece9..bf9c02882c 100644
--- a/runtime/doc/usr_toc.txt
+++ b/runtime/doc/usr_toc.txt
@@ -99,13 +99,12 @@ Read this from start to end to learn the essential commands.
|usr_05.txt| Set your settings
|05.1| The vimrc file
|05.2| The example vimrc file explained
- |05.3| The defaults.vim file explained
- |05.4| Simple mappings
- |05.5| Adding a package
- |05.6| Adding a plugin
- |05.7| Adding a help file
- |05.8| The option window
- |05.9| Often used options
+ |05.3| Simple mappings
+ |05.4| Adding a package
+ |05.5| Adding a plugin
+ |05.6| Adding a help file
+ |05.7| The option window
+ |05.8| Often used options
|usr_06.txt| Using syntax highlighting
|06.1| Switching it on