aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/drawline.c
diff options
context:
space:
mode:
authorLewis Russell <lewis6991@gmail.com>2022-08-25 14:41:02 +0100
committerLewis Russell <lewis6991@gmail.com>2022-08-26 09:36:55 +0100
commit2498e9feb025361576603a0101c86393d211e31e (patch)
treeeec06181d28ca9ee9d0e8aa6042a84726d9be6f3 /src/nvim/drawline.c
parent946c0aa66f7b52c406b2654b9869edcb79db5ada (diff)
downloadrneovim-2498e9feb025361576603a0101c86393d211e31e.tar.gz
rneovim-2498e9feb025361576603a0101c86393d211e31e.tar.bz2
rneovim-2498e9feb025361576603a0101c86393d211e31e.zip
refactor: change FALSE/TRUE to false/true
Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Diffstat (limited to 'src/nvim/drawline.c')
-rw-r--r--src/nvim/drawline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/drawline.c b/src/nvim/drawline.c
index 22b0f26a1c..9132d6666e 100644
--- a/src/nvim/drawline.c
+++ b/src/nvim/drawline.c
@@ -277,7 +277,7 @@ static bool use_cursor_line_sign(win_T *wp, linenr_T lnum)
}
// Get information needed to display the sign in line 'lnum' in window 'wp'.
-// If 'nrcol' is TRUE, the sign is going to be displayed in the number column.
+// If 'nrcol' is true, the sign is going to be displayed in the number column.
// Otherwise the sign is going to be displayed in the sign column.
//
// @param count max number of signs