summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-04-13Parse ascii newline/tab/escape as special keys instead of control keysMaxime Coste
2020-03-14Use %file in the test run script instead of %shMaxime Coste
2020-03-14Fix invalid access to deleted line when updating insert completionMaxime Coste
2020-03-14Allow reading from fifo in readonly buffersMaxime Coste
2020-03-13Fix use of non-posix \x printf escapeMaxime Coste
2020-03-13Handle invalid utf8 in command line a bit betterMaxime Coste
2020-03-02Expand env vars as list of stringsMaxime Coste
2020-01-08Update inserted range when generating InsertCompletionHide hook paramMaxime Coste
2020-01-05Split RegexHighlighters matches per requested buffer rangesMaxime Coste
2020-01-05Merge remote-tracking branch 'eraserhd/lisp-nested-brackets'Maxime Coste
2020-01-03{clojure,lisp}.kak: handle doubled bracketsJason Felice
2020-01-02Few style changes on history exposition codeMaxime Coste
2020-01-02Merge remote-tracking branch 'eraserhd/history-api'Maxime Coste
2020-01-01Add 'history' and 'uncommitted_modifications' expansionsJason Felice
2019-12-31Fix replacing at begining of bufferMaxime Coste
2019-12-18Cleanup replaced range selection logicMaxime Coste
2019-12-17test: number-lines highlighter now reserves 2 digits by default.Tim Allen
2019-11-24Add a regression test for #3219, which does not seem to failMaxime Coste
2019-11-24Fix test/run ui_out diff displayMaxime Coste
2019-11-22Fix crash when deleting buffers in a BufClose hookMaxime Coste
2019-11-18Use fullwidth latin character in test to try to fix travisMaxime Coste
2019-11-17Try to fix select-display-column testMaxime Coste
2019-11-13Add select display columns testMaxime Coste
2019-11-12Fix test suite freezeJason Felice
2019-11-12Add support for a -codepoint switch to the select commandMaxime Coste
2019-11-12Implement %val{selections_char_desc}Jason Felice
2019-11-03[html] Fix indentation when entering a newline while in the middle of a tagJan-Jaap Korpershoek
2019-10-13test: Allow expect-style UI tests, testing any varJason Felice
2019-10-13test: Clear socket correctly when XDG_RUNTIME_DIR is setJason Felice
2019-08-12Fallback to wrapping in between 'word' when 'WORD' failsMaxime Coste
2019-08-05Fix bug in WrapHighlighter::do_compute_display_setupMaxime Coste
2019-07-25Add indent tests for brace after else indentMaxime Coste
2019-07-22Ensure current context switches away from buffer on delete-bufferMaxime Coste
2019-07-09Filter non-extra_word_chars completion candidates using CodepointsMaxime Coste
2019-07-01Fix indent/sh/deindent-after-esac test caseMaxime Coste
2019-07-01Merge remote-tracking branch 'sjjf/sh_indent_v2'Maxime Coste
2019-06-30Add tests.Simon Fowler
2019-06-27Fix quoting of tuple optionsMaxime Coste
2019-06-23Fix tests with new opt-in quotingMaxime Coste
2019-06-12Add support for autoformatting after do keyword in RubyDmitry Matveyev
2019-05-29Do not merge selections on backspace in insert modeMaxime Coste
2019-05-13Support discarding selections in exec/eval -iterselMaxime Coste
2019-04-28Fix parsing of faces with a base but no attributesMaxime Coste
2019-04-24Fix wrapping of words with 'wrap col - indent < word len < wrap col'Maxime Coste
2019-04-23Change faces alias to be a base that can be modifiedMaxime Coste
2019-04-17Replace egrep with grepAlex Leferry 2
2019-04-15Support named captures in hooksMaxime Coste
2019-04-07Add support for %file{...} expansionsMaxime Coste
2019-04-07Add a -to-file <filename> switch to the echo commandMaxime Coste
2019-04-01Add -timestamp switch support to the select commandMaxime Coste