Adapted kitchentext function
This commit is contained in:
parent
5faa7da585
commit
b535d8e493
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue