diff options
author | ZyX <kp-pav@yandex.ru> | 2017-07-18 01:21:23 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-07-18 01:21:23 +0300 |
commit | 25c6ac1af63c0d68b7993910e94d3b0f1b8bbfd7 (patch) | |
tree | d6c30cdb1f97cad7a53cde604a94151c5e454f36 /src/nvim/ex_getln.c | |
parent | 25f669049cced029e1530a74e9490e61432433ac (diff) | |
download | rneovim-25c6ac1af63c0d68b7993910e94d3b0f1b8bbfd7.tar.gz rneovim-25c6ac1af63c0d68b7993910e94d3b0f1b8bbfd7.tar.bz2 rneovim-25c6ac1af63c0d68b7993910e94d3b0f1b8bbfd7.zip |
*: Fix clint errors
Diffstat (limited to 'src/nvim/ex_getln.c')
-rw-r--r-- | src/nvim/ex_getln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_getln.c b/src/nvim/ex_getln.c index 4be0dd0e0d..6ac0d062ac 100644 --- a/src/nvim/ex_getln.c +++ b/src/nvim/ex_getln.c @@ -2321,7 +2321,7 @@ enum { MAX_CB_ERRORS = 1 }; /// Color command-line /// -/// Should use built-in command parser or user-specified one. Currently only the +/// Should use built-in command parser or user-specified one. Currently only the /// latter is supported. /// /// Operates on ccline, saving results to ccline_colors. |