diff options
author | Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.com> | 2017-06-02 21:45:28 +0100 |
---|---|---|
committer | Jonathan de Boyne Pollard <J.deBoynePollard-newsgroups@NTLWorld.com> | 2017-06-03 18:53:29 +0100 |
commit | 9475cf2cc6bd5594b00e7ee6755122f346940ebc (patch) | |
tree | e65b4436e4279333eb1e5a81e7d57ac2bd9bff57 /src | |
parent | 98907c57aedb449bfa96a6425608c1987d4defdf (diff) | |
download | rneovim-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.c | 1 |
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. */ |