mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
*-context-main: Remove a debug print
This commit is contained in:
parent
3a6913dc77
commit
026b888ad2
1 changed files with 0 additions and 2 deletions
|
@ -140,8 +140,6 @@ _hsmw_ctx_main() {
|
|||
integer offset=${#preamble}+${#BUFFER}
|
||||
POSTDISPLAY="$preamble$text"
|
||||
|
||||
echo "$preamble$text" >> /tmp/reply
|
||||
|
||||
if (( page_start_idx != __hsmw_ctx_page_start_idx || offset != __hsmw_ctx_prev_offset )); then
|
||||
region_highlight=( "${#BUFFER} $offset bg=22" )
|
||||
if (( __hsmw_synhl )); then
|
||||
|
|
Loading…
Reference in a new issue