removed debug code

This commit is contained in:
Daniel Flanagan 2016-07-19 13:36:50 -05:00
parent 8289585799
commit 9721c3283b

View file

@ -105,7 +105,6 @@ if [ -t 0 ]; then
# man pages with vim # man pages with vim
vman() { vman() {
if command -v nvim >/dev/null 2>&1; then if command -v nvim >/dev/null 2>&1; then
echo "NVIM MANUAL"
nvim -c "SuperMan $*" nvim -c "SuperMan $*"
else else
vim -c "SuperMan $*" vim -c "SuperMan $*"