docs: fix copy pasta of vim-shell in vim-leader
authorAJ ONeal <aj@therootcompany.com>
Sun, 15 Aug 2021 03:31:40 +0000 (03:31 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sun, 15 Aug 2021 03:50:50 +0000 (03:50 +0000)
vim-leader/install.sh

index c01e3e34946ae2e69742858fc68a42301b4be613..3d139e6fc56d316e0075ab346f017204da61ca8d 100644 (file)
@@ -15,7 +15,7 @@ function __init_vim_leader() {
 
     if ! grep '^let mapleader =' -r ~/.vimrc > /dev/null 2> /dev/null; then
         rm -rf ~/.vimrc.new.1
-        printf '" Set Leader to Space (with \\ and , as aliases) by webinstall.dev/vim-shell\n' >> ~/.vimrc.new.1
+        printf '" Set Leader to Space (with \\ and , as aliases) by webinstall.dev/vim-leader\n' >> ~/.vimrc.new.1
         printf 'let mapleader = " "\n' >> ~/.vimrc.new.1
         printf 'nmap <bslash> <space>\n' >> ~/.vimrc.new.1
         printf 'nmap , <space>\n' >> ~/.vimrc.new.1