diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 6fc0d3be41..8be108540e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -156,7 +156,7 @@ A few examples: > :set makeprg=make,file results in "make,file" :set makeprg=make\\,file results in "make\,file" :set tags=tags,file results in "tags" and "file" - :set tags=tags\\,file results in "tags,file" + :set tags=tags\\,file results in "tags\,file" :let &tags='tags\,file' (same as above) The "|" character separates a ":set" command from a following command. To