diff options
author | Patrik Wenger <patrik.wenger@mindclue.ch> | 2021-01-04 20:10:34 +0100 |
---|---|---|
committer | Patrik Wenger <patrik.wenger@mindclue.ch> | 2021-01-04 20:10:34 +0100 |
commit | 6d5626f3559d055e087b2fecc268ca293f56878d (patch) | |
tree | a041493f66bc97b5db890417a42577845423f4ad /runtime/doc/repeat.txt | |
parent | 9223d1450d391b06cd59f8469c53291281899c9f (diff) | |
download | rneovim-6d5626f3559d055e087b2fecc268ca293f56878d.tar.gz rneovim-6d5626f3559d055e087b2fecc268ca293f56878d.tar.bz2 rneovim-6d5626f3559d055e087b2fecc268ca293f56878d.zip |
remove trailing tabs
Diffstat (limited to 'runtime/doc/repeat.txt')
-rw-r--r-- | runtime/doc/repeat.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/repeat.txt b/runtime/doc/repeat.txt index d4b6324bc3..604c969c64 100644 --- a/runtime/doc/repeat.txt +++ b/runtime/doc/repeat.txt @@ -180,7 +180,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. Read Ex commands from {file} in each directory given by 'runtimepath' and/or 'packpath'. There is no error for non-existing files. - + Example: > :runtime syntax/c.vim @@ -254,7 +254,7 @@ For writing a Vim script, see chapter 41 of the user manual |usr_41.txt|. *:packl* *:packloadall* :packl[oadall][!] Load all packages in the "start" directory under each entry in 'packpath'. - + First all the directories found are added to 'runtimepath', then the plugins found in the directories are sourced. This allows for a plugin to |