From fae908697a472b5ba1902aece4e61b9fa6d551d1 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Sat, 9 Sep 2017 12:51:47 -0400 Subject: [PATCH] Fix typo --- vundle.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vundle.vim b/vundle.vim index 03f0331..6321bed 100644 --- a/vundle.vim +++ b/vundle.vim @@ -9,7 +9,7 @@ call vundle#begin() " let Vundle manage Vundle, required Plugin 'gmarik/Vundle.vim' -" map a hotkey to opena split buffer showing the ctags driven structure of some +" map a hotkey to open a split buffer showing the ctags driven structure of some " source Plugin 'Tagbar' " dependency for easytags