From 4f501a563aacd44025133b750e5f123a2595730e Mon Sep 17 00:00:00 2001 From: Shy Date: Tue, 18 Apr 2017 19:04:18 +0200 Subject: [PATCH] Typo in comments --- c4ctrl.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c4ctrl.vim b/c4ctrl.vim index b7c778a..42bed9b 100644 --- a/c4ctrl.vim +++ b/c4ctrl.vim @@ -128,8 +128,8 @@ function C4ctrl(prev_cursor_pos, mods, first_line, last_line, command, ...) rang " }}}2 " ***************************************************************** " - " Command 'kitchentext': Send given reister or text in range to the " - " Kitchenlight. " + " Command 'kitchentext': Send given register or text in range to " + " the Kitchenlight. " " ***************************************************************** " elseif stridx("kitchentext", a:command) == 0 " {{{2