aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-12-22 18:50:10 -0500
committerMichael Reed <m.reed@mykolab.com>2015-12-22 18:50:10 -0500
commitb654a2b324f57302e3411c17d00d96a5c4203994 (patch)
tree43931d55dc462a295600565dfc6bca353cae6475
parent9649537f4c7db89d1edad735633495f234885f69 (diff)
downloadrneovim-b654a2b324f57302e3411c17d00d96a5c4203994.tar.gz
rneovim-b654a2b324f57302e3411c17d00d96a5c4203994.tar.bz2
rneovim-b654a2b324f57302e3411c17d00d96a5c4203994.zip
doc: Fix invalid reference
found with `make -C runtime/doc html`
-rw-r--r--runtime/doc/autocmd.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/autocmd.txt b/runtime/doc/autocmd.txt
index 38d53249d1..ffba29efc7 100644
--- a/runtime/doc/autocmd.txt
+++ b/runtime/doc/autocmd.txt
@@ -759,7 +759,7 @@ OptionSet After setting an option. The pattern is
Note: It's a bad idea, to reset an option
during this autocommand, since this will
probably break plugins. You can always use
- |noa| to prevent triggering this autocommand.
+ |:noa| to prevent triggering this autocommand.
Could be used, to check for existence of the
'backupdir' and 'undodir' options and create
directories, if they don't exist yet.