aboutsummaryrefslogtreecommitdiff
path: root/vim/doc/user_indent.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-07 14:52:47 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-07 14:52:47 +1300
commit8a565011f7e4c04065f096a24f41c2d13234cf17 (patch)
tree0c0baaa08225d8e88107d3e8902239fd090c63da /vim/doc/user_indent.txt
parentMerge branch 'release/v0.11.0' into develop (diff)
parentBump VERSION (diff)
downloaddotfiles-8a565011f7e4c04065f096a24f41c2d13234cf17.tar.gz
dotfiles-8a565011f7e4c04065f096a24f41c2d13234cf17.zip
Merge branch 'hotfix/v0.11.1' into develop
* hotfix/v0.11.1: Bump VERSION Remove asterisks flagging keyword in Vim help
Diffstat (limited to 'vim/doc/user_indent.txt')
-rw-r--r--vim/doc/user_indent.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/doc/user_indent.txt b/vim/doc/user_indent.txt
index ff71d575..e0152e32 100644
--- a/vim/doc/user_indent.txt
+++ b/vim/doc/user_indent.txt
@@ -8,8 +8,8 @@ core indent.vim sets, to allow setting a b:undo_user_indent 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_indent| variable.
-This will only work if it's loaded *before* indent.vim so that the autocmd
-hooks run in the right order. There are a couple of ways to do this:
+This will only work if it's loaded before indent.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/indent.vim with the following contents: