summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-02-08Indent and deindent c-family single line else properlyJustin Frank
2019-02-04Remove peephole regex optimization passMaxime Coste
2019-01-23Always select inserted text after pipingMaxime Coste
2019-01-14Improve some corner cases in c-family auto-indentingMaxime Coste
2019-01-03Add support for named captures to the regex impl and regex highlighterMaxime Coste
2018-12-13Improve deindent behaviour with mixed indentMaxime Coste
2018-12-09Gather the list of hooks to run before running the parentMaxime Coste
2018-11-28Fix hooks triggering on unset-option even if parent has same valueMaxime Coste
2018-11-27Add a test case for dropping full whitespace selections on trimMaxime Coste
2018-11-27Make '_' the default extra_word_chars, and remove built-in supportMaxime Coste
2018-11-25Merge remote-tracking branch 'lenormf/rename-auto_complete'Maxime Coste
2018-11-14Fix column highlighter adding display atoms past the window widthMaxime Coste
2018-10-27test: add end-extending-parent/braces for }B}B - Ref #2479Delapouite
2018-10-21Fix LineRangeSet::udpate not updating some traling ranges correctlyMaxime Coste
2018-10-15Fix handling of capture matching in region highlighterMaxime Coste
2018-10-08Buffer begin and end are not end-of-wordsMaxime Coste
2018-10-03Added shell command completion support to define-command and promptJustin Frank
2018-09-24Misc fixesOlivier Perret
2018-09-24Fix broken test after change in cursor facesMaxime Coste
2018-09-23Replace the `Exclusive` face attribute with `Final`Maxime Coste
2018-09-13Merge remote-tracking branch 'laelath/c-indent-edits'Maxime Coste
2018-09-12added test for deindentationJustin Frank
2018-09-12Change remove-hooks to take a regular expressionMaxime Coste
2018-09-12Merge remote-tracking branch 'eraserhd/2367-surround-with-tight-nesting'Maxime Coste
2018-09-12Only commit undo groups when buffer was modifiedMaxime Coste
2018-09-09Don't skip opening brace twice when finding closingJason Felice
2018-08-29Fix tests with new shell escaping syntaxMaxime Coste
2018-08-29Use shell specific quoting for env varsMaxime Coste
2018-08-16Add a test case for -once hooks and code style tweaksMaxime Coste
2018-07-19src: Rename `auto_complete` to `autocomplete`Frank LENORMAND
2018-07-15Add support for <a-;> in prompt modeMaxime Coste
2018-07-15Change autoshowcompl to auto_complete with insert|prompt possible valuesMaxime Coste
2018-07-08Rename highlighters that used an underscore to use a dashMaxime Coste
2018-07-07Merge remote-tracking branch 'maximbaz/improve-comment-line'Maxime Coste
2018-07-05Change `a` on end of line behaviour to be consistentMaxime Coste
2018-07-05Make recurse regex opt-in with a -recurse switch instead of opt-outMaxime Coste
2018-07-05Fix bug in recursive region highlightingMaxime Coste
2018-07-05Fix tests and required scripts to get back to green make testMaxime Coste
2018-07-05Tolerate restoring invalid coordinates from registerMaxime Coste
2018-07-05Fix selection save/restore from registers post selection list syntax changeMaxime Coste
2018-07-05tests: Update selections files to match the new selection list syntaxMaxime Coste
2018-07-05Fix extra-word-chars test post list option refactoringMaxime Coste
2018-07-05test/run: Fix script post hook behaviour changeMaxime Coste
2018-07-03Make tests a bit more interestingMaxim Baz
2018-06-29Add test to ensure whitespaces are preserved after uncommentMaxim Baz
2018-06-28Improve comment-line commandMaxim Baz
2018-06-28Fix wrong logic for moving filedescriptors leading to closed stdinMaxime Coste
2018-06-22Use egrep instead of grep for EREdahlbaek
2018-06-21Refactor the way main selection is determined after rotating contentsMaxime Coste
2018-06-19Fix two <s-tab> requiered to access last completion in promptMaxime Coste