aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-08-04 19:09:46 +0200
committerGitHub <noreply@github.com>2018-08-04 19:09:46 +0200
commita4c944762315c535fc7986d734e383eccc9f1863 (patch)
tree4fa951da0daf4b691f4d2b50099dc1e3d7dbb5fd /src/nvim/screen.c
parent2b9fc9a13f1404260448c129762a2679ac688372 (diff)
parentc83ecee88506e81f7ec178300005db0d202c646d (diff)
downloadrneovim-a4c944762315c535fc7986d734e383eccc9f1863.tar.gz
rneovim-a4c944762315c535fc7986d734e383eccc9f1863.tar.bz2
rneovim-a4c944762315c535fc7986d734e383eccc9f1863.zip
Merge #8799 from janlazo/nvim-8.0.1541
Diffstat (limited to 'src/nvim/screen.c')
-rw-r--r--src/nvim/screen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c
index 9f0d8a5080..351578363c 100644
--- a/src/nvim/screen.c
+++ b/src/nvim/screen.c
@@ -3294,8 +3294,7 @@ win_line (
did_emsg = FALSE;
syntax_attr = get_syntax_attr((colnr_T)v - 1,
- has_spell ? &can_spell :
- NULL, FALSE);
+ has_spell ? &can_spell : NULL, false);
if (did_emsg) {
wp->w_s->b_syn_error = TRUE;