From b535d8e493d8f4828b27147fd64da333375cdaec Mon Sep 17 00:00:00 2001 From: Shy Date: Tue, 18 Apr 2017 18:52:55 +0200 Subject: [PATCH] Adapted kitchentext function --- c4ctrl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c4ctrl.vim b/c4ctrl.vim index 6102c83..b7c778a 100644 --- a/c4ctrl.vim +++ b/c4ctrl.vim @@ -139,7 +139,7 @@ function C4ctrl(prev_cursor_pos, mods, first_line, last_line, command, ...) rang return endif - let command_line = 'kitchentext -f -d 150 -r -p' + let command_line = 'kitchentext -f -d 150 -p' if exists('a:1') " Use text from given register. let text = getreg(a:1, 0, 1)