summary refs log tree commit diff
path: root/pls.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-11 12:46:21 -0400
committerJune McEnroe <june@causal.agency>2018-08-11 12:46:21 -0400
commit6323ca0209383cec1bf774f9723b63a5a4685710 (patch)
tree67c4cb2ac7ca62fea06b58373f43d2e757284c02 /pls.c
parentBecome multi-channel (diff)
downloadcatgirl-6323ca0209383cec1bf774f9723b63a5a4685710.tar.gz
catgirl-6323ca0209383cec1bf774f9723b63a5a4685710.zip
Fix removing entries during tab complete
Since tabNext starts on match->next, if match gets removed, it should be
set to match->prev so that tabNext will start in the same spot.
Diffstat (limited to 'pls.c')
0 files changed, 0 insertions, 0 deletions
lass='logheader'>2019-02-10Add plain text "language" to hiJune McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe