summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-09-26lua.kak: Add test cases for unindentHugo Musso Gualandi
2021-09-26lua.kak: Add some test cases, and also fix a bugHugo Musso Gualandi
2021-09-21src: Show a `readonly` modeline tag when relevantFrank LENORMAND
2021-09-07Add support for curly underline and separate underline colorMaxime Coste
2021-07-20Prevent overwriting existing file in :write <explicit filename>Maxime Coste
2021-06-24Only compute command coordinates when necessaryMaxime Coste
2021-06-15Merge remote-tracking branch 'greenfork/improve-elixir-hooks'Maxime Coste
2021-06-06Event better tests for commentsDmitry Matveyev
2021-06-06Event better tests for commentsDmitry Matveyev
2021-06-06Better comment inserting tests and fix implementationDmitry Matveyev
2021-06-06Better comment inserting tests and fix implementationDmitry Matveyev
2021-06-06Add more tests for "do" auto-insertDmitry Matveyev
2021-06-06Fix elixir copying comment # signDmitry Matveyev
2021-06-06Add auto-inserting of "end" keyword to ElixirDmitry Matveyev
2021-06-06Fix Ruby <ret> mid-commentDmitry Matveyev
2021-06-06Remove electric behavior for end keywordDmitry Matveyev
2021-06-06Add test for electric indentation in RubyDmitry Matveyev
2021-05-02add TODO comment highlightingSkyler Hawthorne
2021-05-01add tests for rust let statementsSkyler Hawthorne
2021-05-01fix rust pub highlightSkyler Hawthorne
2021-04-30Fix rust highlighting testsMaxime Coste
2021-04-18Restore previous line-compose testMaxime Coste
2021-04-11fix line completion with prefixTw
2021-04-08Fix invalid insertion of ; after } closing some functionsMaxime Coste
2021-04-01rc markdown: Fix trailing whitespace removalSeerLite
2021-03-11Merge remote-tracking branch 'pickfire/rust-indent'Maxime Coste
2021-03-07Support rust visibility for enum and othersIvan Tham
2021-03-07Support dedent with rust fn qualifiersIvan Tham
2021-02-25Add test for selecting horizontal whitespaceJacob Collins
2021-02-17Dedent rust await function with ?Ivan Tham
2021-02-17Dedent rust empty matchIvan Tham
2021-02-16Fix splitting display line in front of a replaced rangeMaxime Coste
2021-02-15Add + key to duplicate selections and <a-+> to merge overlapping onesMaxime Coste
2021-01-22Support a DEBUGGER env-var to run testsMaxime Coste
2020-12-17Rust test rename deindent to dedentIvan Tham
2020-12-17Rust dedent after .awaitIvan Tham
2020-12-17Rust handle [ indent like { and (Ivan Tham
2020-11-23Fix test and re-add triple_string support in python highlightingMaxime Coste
2020-11-22Merge remote-tracking branch 'Screwtapello/test-doc-updates'Maxime Coste
2020-11-21test: Update the README to describe the current test API.Tim Allen
2020-11-20Ignore indent when completing linesAndrew Vos
2020-10-20Support explicit register for :, |, ! and $ commandsMaxime Coste
2020-10-12Fix region regexes incorrectly matching ^$ at end of lineMaxime Coste
2020-10-04Rust always indent after {Ivan Tham
2020-10-04Add missing rust indent after function {Ivan Tham
2020-10-01Merge remote-tracking branch 'pickfire/rust-indent' into masterMaxime Coste
2020-09-30Rust not to indent on hashIvan Tham
2020-09-28Rust reindent where to match blockIvan Tham
2020-09-27Add rust test for empty line indentIvan Tham
2020-09-27Rust improve align after partial statementIvan Tham