diff options
author | Dave Lage <rockerboo@gmail.com> | 2020-09-12 10:48:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 16:48:16 +0200 |
commit | 459f8ad80861be55ca091b8e7594f6bb61a804e0 (patch) | |
tree | d44495c8fabbb07b2c22650a75dd0f096da8e55a /runtime/doc/help.txt | |
parent | 997147e4bbb6c427e0b811d9d02991976afa9785 (diff) | |
download | rneovim-459f8ad80861be55ca091b8e7594f6bb61a804e0.tar.gz rneovim-459f8ad80861be55ca091b8e7594f6bb61a804e0.tar.bz2 rneovim-459f8ad80861be55ca091b8e7594f6bb61a804e0.zip |
docs: Align help docs to match using tab (#12891)
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r-- | runtime/doc/help.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt index d4baea0005..203699435b 100644 --- a/runtime/doc/help.txt +++ b/runtime/doc/help.txt @@ -137,7 +137,7 @@ Special issues ~ Programming language support ~ |indent.txt| automatic indenting for C and other languages -|lsp.txt| Language Server Protocol (LSP) +|lsp.txt| Language Server Protocol (LSP) |syntax.txt| syntax highlighting |filetype.txt| settings done specifically for a type of file |quickfix.txt| commands for a quick edit-compile-fix cycle |