diff options
author | ii14 <59243201+ii14@users.noreply.github.com> | 2023-07-25 14:07:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-25 05:07:13 -0700 |
commit | aaa151d506dffa01506619fbdf57537cd2318675 (patch) | |
tree | af63282735cea1eb12ba696ba77bbd8b2631c1eb /runtime/doc/syntax.txt | |
parent | 4d0f4c3de9cbdcf85e606b5aaf9488820b95b679 (diff) | |
download | rneovim-aaa151d506dffa01506619fbdf57537cd2318675.tar.gz rneovim-aaa151d506dffa01506619fbdf57537cd2318675.tar.bz2 rneovim-aaa151d506dffa01506619fbdf57537cd2318675.zip |
docs: remove trailing spaces #24455
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 631e666b6a..703ccd2e01 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -3270,7 +3270,7 @@ This covers the shell named "tcsh". It is a superset of csh. See |csh.vim| for how the filetype is detected. Tcsh does not allow \" in strings unless the "backslash_quote" shell variable -is set. If you want VIM to assume that no backslash quote constructs exist +is set. If you want VIM to assume that no backslash quote constructs exist add this line to your vimrc: > :let tcsh_backslash_quote = 0 @@ -5067,7 +5067,7 @@ ctermbg={color-nr} *ctermbg* a number instead of a color name. Note that for 16 color ansi style terminals (including xterms), the - numbers in the NR-8 column is used. Here "*" means "add 8" so that + numbers in the NR-8 column is used. Here "*" means "add 8" so that Blue is 12, DarkGray is 8 etc. Note that for some color terminals these names may result in the wrong |