Adapted kitchentext function

This commit is contained in:
Shy 2017-04-18 18:52:55 +02:00
parent 5faa7da585
commit b535d8e493

View file

@ -139,7 +139,7 @@ function C4ctrl(prev_cursor_pos, mods, first_line, last_line, command, ...) rang
return return
endif endif
let command_line = 'kitchentext -f -d 150 -r -p' let command_line = 'kitchentext -f -d 150 -p'
if exists('a:1') if exists('a:1')
" Use text from given register. " Use text from given register.
let text = getreg(a:1, 0, 1) let text = getreg(a:1, 0, 1)