From 1558c26258df559f9702bcb826dd33e6a61d4edb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 8 Jun 2019 19:42:59 +1200 Subject: Rename vimrc#Establish() to vimrc#Ensure() Per the suggestion of NickNameNick in #kiwicon. --- vim/autoload/vimrc.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/autoload') diff --git a/vim/autoload/vimrc.vim b/vim/autoload/vimrc.vim index eccdbf95..f5cad283 100644 --- a/vim/autoload/vimrc.vim +++ b/vim/autoload/vimrc.vim @@ -23,7 +23,7 @@ endfunction " Expand the first path in an option string, check if it exists, and attempt " to create it if it doesn't. Strip double-trailing-slash hints. -function! vimrc#Establish(string) abort +function! vimrc#Ensure(string) abort " Get first part of the option string let part = vimrc#SplitOption(a:string)[0] -- cgit v1.2.3