diff options
author | Andrew <andrewdimola@gmail.com> | 2022-07-15 20:49:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-15 20:49:24 -0400 |
commit | 13743fc49a16934babe480f87d98a344201bec30 (patch) | |
tree | feae02e43f319b410a73fd899d54020bf056f929 /vimscript.html.markdown | |
parent | dd5c81e40d6457b650ae366ec27b265df290c82c (diff) | |
parent | 4aa0d91d1c1ea2ce63ef623999d9d5b1b053d208 (diff) |
Merge branch 'adambard:master' into update-stale-hack-docs
Diffstat (limited to 'vimscript.html.markdown')
-rw-r--r-- | vimscript.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimscript.html.markdown b/vimscript.html.markdown index c2934af8..c32faee9 100644 --- a/vimscript.html.markdown +++ b/vimscript.html.markdown @@ -42,7 +42,7 @@ pwd " Displays the current working directory " comment (echo assumes that the quotation mark begins a string) echo 'Hello world!' | " Displays a message -" Line breaks can be escaped by pacing a backslash as the first non-whitespace +" Line breaks can be escaped by placing a backslash as the first non-whitespace " character on the *following* line. Only works in script files, not on the " command line echo " Hello |