- Fixed finding a
completions
directory under the profile directory. - Fixed finding a
completions
directory under script directories set viaclink installscripts
. - Fixed
clink.refilterprompt()
when the prompt wraps past the edge of the screen and a right-sided prompt string is present. - Fixed
rl.getpromptinfo()
when the prompt wraps past the edge of the screen (thepromptline
andinputline
fields were inaccurate). - Fixed consistent sort order for completion matches that differ only by case.
- Fixed
undo
(Ctrl-z) after usingclink-reload
(Ctrl-x,Ctrl-r). This also fixesrl.ismodifiedline()
afterclink-reload
, which was causing clink-flex-prompt to show a modmark afterclink-reload
. - Fixed #321; incremental search not working in the
clink-popup-history
command (regression introduced in v1.3.19). - Fixed #320; prompt becomes garbled when prompt is updated by async prompt filters and wraps past the edge of the screen and a right-sided prompt string is present.