summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-03-31Fix autoindent issues with paren in literalGrant Moyer
2019-03-29Merge remote-tracking branch 'GrantMoyer/rust-block-indent'Maxime Coste
2019-03-28Block indent on newline when previous line is '(stuff' and move 'stuff' to ow...Grant Moyer
2019-03-28Preserve tabs during autoindent and alignment with '(' for c-family languagesGrant Moyer
2019-03-24Add support for -shell-script-* completion in :promptMaxime Coste
2019-03-21Add categories in rc/Alex Leferry 2
2019-03-12Refactor colorize function away from the test scriptAlex Leferry 2
2019-03-05Make error description available as "%val{error}" during catch blocksMaxime Coste
2019-03-05Fix use of invalidated iterators in highlight_rangeMaxime Coste
2019-02-17Merge remote-tracking branch 'stevenyvr987/update-test/README.asciidoc'Maxime Coste
2019-02-17Add a test case for WinDisplay segfaultMaxime Coste
2019-02-17Fix wording used in test runnerDimitri Merejkowsky
2019-02-15Include more details in test/README.asciidocSteven Chan
2019-02-12Include more details in test/README.asciidocSteven Chan
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