aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/user_ftplugin.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-07 14:52:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-07 14:52:24 +1300
commit4166a96edabcc0b7d3cab9fab64439f63d999b68 (patch)
tree0c0baaa08225d8e88107d3e8902239fd090c63da /vim/doc/user_ftplugin.txt
parentMerge branch 'release/v0.11.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-4166a96edabcc0b7d3cab9fab64439f63d999b68.tar.gz
dotfiles-4166a96edabcc0b7d3cab9fab64439f63d999b68.zip
Merge branch 'hotfix/v0.11.1'v0.11.1
* hotfix/v0.11.1: Bump VERSION Remove asterisks flagging keyword in Vim help
Diffstat (limited to 'vim/doc/user_ftplugin.txt')
-rw-r--r--vim/doc/user_ftplugin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/doc/user_ftplugin.txt b/vim/doc/user_ftplugin.txt
index 7aebdb84..603bf4d0 100644
--- a/vim/doc/user_ftplugin.txt
+++ b/vim/doc/user_ftplugin.txt
@@ -8,7 +8,7 @@ core ftplugin.vim sets, to allow setting a b:undo_user_ftplugin variable with
code to |:execute| when the filetype is next changed, in much the same way that
the core files in Vim >= 7.0x support a b:|undo_ftplugin| variable.
-This will only work if it's loaded *before* ftplugin.vim so that the autocmd
+This will only work if it's loaded before ftplugin.vim so that the autocmd
hooks run in the right order. There are a couple of ways to do this:
1. Create your own ~/.vim/ftplugin.vim with the following contents: