aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/doc/user_ftplugin.txt2
-rw-r--r--vim/doc/user_indent.txt4
3 files changed, 5 insertions, 5 deletions
diff --git a/VERSION b/VERSION
index a6f5ce1e..cd2f965d 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.11.0
-Tue Nov 7 00:48:03 UTC 2017
+tejr dotfiles v0.11.1
+Tue Nov 7 01:52:09 UTC 2017
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:
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: