diff options
author | Michael Reed <m.reed@mykolab.com> | 2016-01-07 15:28:00 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2016-01-07 15:29:33 -0500 |
commit | fec35dc9761cdcb4fc8041b7f7ee476b3d9bb502 (patch) | |
tree | 24cfcc17b5f1a828526562a8cbb4f78e96a60a80 /src | |
parent | e57e303c6bf66b4907bf7e843be2bcff89b83c09 (diff) | |
download | rneovim-fec35dc9761cdcb4fc8041b7f7ee476b3d9bb502.tar.gz rneovim-fec35dc9761cdcb4fc8041b7f7ee476b3d9bb502.tar.bz2 rneovim-fec35dc9761cdcb4fc8041b7f7ee476b3d9bb502.zip |
screen.c: Remove out of date comment
This was forgotten in 10b2a0e52980aba2d1efc072368fcaf1f33e7512
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/screen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c index c4264cbcee..977dd5b2d4 100644 --- a/src/nvim/screen.c +++ b/src/nvim/screen.c @@ -4105,7 +4105,6 @@ win_line ( * xterm/screen: write an extra character beyond the end of * the line. This will work with all terminal types * (regardless of the xn,am settings). - * Only do this on a fast tty. * Only do this if the cursor is on the current line * (something has been written in it). * Don't do this for the GUI. |