aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-07-07 15:53:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-07-07 15:53:26 +1200
commitf2f9000c7f331522c04e7d3cefa7091eee3a4f1b (patch)
tree04dac95e86b636b6f5cd5924eef5e6c9d85fb7e0 /vim/vimrc
parentBackport convenient patch-* test to old Vim (diff)
downloaddotfiles-f2f9000c7f331522c04e7d3cefa7091eee3a4f1b.tar.gz
dotfiles-f2f9000c7f331522c04e7d3cefa7091eee3a4f1b.zip
Correct typo
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 3483f23b..50e871c2 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -105,7 +105,7 @@ elseif &runtimepath !=# ''
endif
" We need a command to reliably establish a full path, whether or not the
-" directories already exist. We create a wrapper for the autolated function
+" directories already exist. We create a wrapper for the autoloaded function
" path#Create() with similar calling conventions to mkdir(), but with the ā€˜pā€™
" value for the second parameter {prot} forced on.
"