diff options
| -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 | 
