aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.com>2017-06-02 21:45:28 +0100
committerJonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.com>2017-06-03 18:53:29 +0100
commit9475cf2cc6bd5594b00e7ee6755122f346940ebc (patch)
treee65b4436e4279333eb1e5a81e7d57ac2bd9bff57 /src
parent98907c57aedb449bfa96a6425608c1987d4defdf (diff)
downloadrneovim-9475cf2cc6bd5594b00e7ee6755122f346940ebc.tar.gz
rneovim-9475cf2cc6bd5594b00e7ee6755122f346940ebc.tar.bz2
rneovim-9475cf2cc6bd5594b00e7ee6755122f346940ebc.zip
screen: Correct commentary.
This "trick" is not conditional upon the type of UI.
Diffstat (limited to 'src')
-rw-r--r--src/nvim/screen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c
index 4f4363d121..61d0169226 100644
--- a/src/nvim/screen.c
+++ b/src/nvim/screen.c
@@ -4236,7 +4236,6 @@ win_line (
* (regardless of the xn,am settings).
* Only do this if the cursor is on the current line
* (something has been written in it).
- * Don't do this for the GUI.
* Don't do this for double-width characters.
* Don't do this for a window not at the right screen border.
*/