summaryrefslogtreecommitdiffhomepage
path: root/vimscript.html.markdown
diff options
context:
space:
mode:
authorAndrew <andrewdimola@gmail.com>2022-07-15 20:49:24 -0400
committerGitHub <noreply@github.com>2022-07-15 20:49:24 -0400
commit13743fc49a16934babe480f87d98a344201bec30 (patch)
treefeae02e43f319b410a73fd899d54020bf056f929 /vimscript.html.markdown
parentdd5c81e40d6457b650ae366ec27b265df290c82c (diff)
parent4aa0d91d1c1ea2ce63ef623999d9d5b1b053d208 (diff)
Merge branch 'adambard:master' into update-stale-hack-docs
Diffstat (limited to 'vimscript.html.markdown')
-rw-r--r--vimscript.html.markdown2
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