aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_cmds.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-19 17:08:39 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-19 17:08:39 -0500
commite922a7427371b5869d1b1623c368f365bad3fedb (patch)
tree49fd95ece32c13407d65f4a845f873201e389b13 /src/nvim/ex_cmds.c
parent189427efd7b905c00f155f5f9ce5123eca599e44 (diff)
parenta62fe49d3caa40b8a6efb6528cce725f4dffa78a (diff)
downloadrneovim-e922a7427371b5869d1b1623c368f365bad3fedb.tar.gz
rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.tar.bz2
rneovim-e922a7427371b5869d1b1623c368f365bad3fedb.zip
Merge pull request #1648 from Pyrohh/amiga-vms-cleanup
Amiga/VMS cleanup
Diffstat (limited to 'src/nvim/ex_cmds.c')
-rw-r--r--src/nvim/ex_cmds.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nvim/ex_cmds.c b/src/nvim/ex_cmds.c
index d849d87b19..a8d2f5589e 100644
--- a/src/nvim/ex_cmds.c
+++ b/src/nvim/ex_cmds.c
@@ -1294,14 +1294,6 @@ do_shell (
}
starttermcap(); /* start termcap if not done by wait_return() */
-
- /*
- * In an Amiga window redrawing is caused by asking the window size.
- * If we got an interrupt this will not work. The chance that the
- * window size is wrong is very small, but we need to redraw the
- * screen. Don't do this if ':' hit in wait_return(). THIS IS UGLY
- * but it saves an extra redraw.
- */
}
/* display any error messages now */