aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.c
diff options
context:
space:
mode:
authorWill Stamper <epmatsw@gmail.com>2014-06-12 20:47:05 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-07-11 16:38:49 -0400
commitfdeb132cad2b1fe409376c047f5899c38e79aaaa (patch)
tree019db7df8ac4ae55ed29dad76ee0e1fc3f81577c /src/nvim/os_unix.c
parent3e8314abaa7318705491d2cec81d6054313d80c4 (diff)
downloadrneovim-fdeb132cad2b1fe409376c047f5899c38e79aaaa.tar.gz
rneovim-fdeb132cad2b1fe409376c047f5899c38e79aaaa.tar.bz2
rneovim-fdeb132cad2b1fe409376c047f5899c38e79aaaa.zip
vim-patch:7.4.295 #833
Problem: Various typos, bad white space and unclear comments. Solution: Fix typos. Improve white space. Update comments. https://code.google.com/p/vim/source/detail?r=662ae48e7e246a63d38c9f3165b15b62252edaee
Diffstat (limited to 'src/nvim/os_unix.c')
-rw-r--r--src/nvim/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c
index 31653960ef..3e677a1379 100644
--- a/src/nvim/os_unix.c
+++ b/src/nvim/os_unix.c
@@ -837,7 +837,7 @@ void check_mouse_termcode()
}
} else
del_mouse_termcode(KS_URXVT_MOUSE);
- /* same as the dec mouse */
+ /* There is no conflict with xterm mouse */
if (use_xterm_mouse() == 4
) {
set_mouse_termcode(KS_SGR_MOUSE, (char_u *)(term_is_8bit(T_NAME)