cleanup: shfmt, shellcheck, and whitespace
[webi-installers/.git] / vim-lastplace / install.sh
index fa9e82c03ef396fd91674e139cb86f819eb401fa..90f81895cbc8a55e3134579cbf9aa85305ec161e 100644 (file)
@@ -18,7 +18,7 @@ function __init_vim_lastplace() {
         curl -fsSL -o ~/.vim/plugins/lastplace.vim "$WEBI_HOST/packages/vim-lastplace/lastplace.vim"
     fi
 
-    if ! grep 'source.*plugins.lastplace.vim' -r ~/.vimrc >/dev/null 2>/dev/null; then
+    if ! grep 'source.*plugins.lastplace.vim' -r ~/.vimrc > /dev/null 2> /dev/null; then
         set +e
         mkdir -p ~/.vim/plugins
         printf '\n" lastplace: explicit defaults from webinstall.dev/vim-lastplace\n' >> ~/.vimrc