From dfe133a8a3176ad6ed8e5db9404f48297cfdaf44 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 29 Nov 2014 10:21:56 +0100 Subject: [PATCH] Typo in comment --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index af41519..5b2c824 100644 --- a/.vimrc +++ b/.vimrc @@ -6,7 +6,7 @@ call vundle#begin() Plugin 'gmarik/Vundle.vim' " Display tags of the current file ordered by scope -" You need ctags: sudo apt-get install exuberant-ctagsor` or +" You need ctags: `sudo apt-get install exuberant-ctags` or " `brew install ctags` for example Plugin 'majutsushi/tagbar' nmap :TagbarToggle