summaryrefslogtreecommitdiff
path: root/test/indent
AgeCommit message (Expand)Author
2024-06-11Tweak python block command test location and remove wall of textMaxime Coste
2023-10-25Fix some corner cases in c-family indentationMaxime Coste
2023-06-15Fix c-family closing brace indent behaviour on some corner casesMaxime Coste
2022-07-05Move user mappings to <space> and keep/remove selection to ,Maxime Coste
2022-07-05Make `x` just select the full linesMaxime Coste
2022-07-05Merge remote-tracking branch 'ttttcrngyblflpp/fidl'Maxime Coste
2022-06-30Add FIDL filetype supportTony Gong
2022-06-26Rename Go auto-insertion hooks to make it easier to disable themJohannes Altmanninger
2022-06-05Golang do not align to open ( or {Tony Gong
2022-06-05Do not indent Golang comments as codeTony Gong
2022-05-29rc filetype: add some missing ModeChange hooks for trim-indentJohannes Altmanninger
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-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-06Add test for electric indentation in RubyDmitry Matveyev
2021-04-08Fix invalid insertion of ; after } closing some functionsMaxime Coste
2021-04-01rc markdown: Fix trailing whitespace removalSeerLite
2021-03-07Support rust visibility for enum and othersIvan Tham
2021-03-07Support dedent with rust fn qualifiersIvan Tham
2021-02-17Dedent rust await function with ?Ivan Tham
2021-02-17Dedent rust empty matchIvan Tham
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-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
2020-09-27Rust align open paren for if and forIvan Tham
2020-09-26Improve shell indentation implementation.Simon Fowler
2020-09-20Improve '}' auto inserting for go language.Michał Kruszewski
2020-09-07Provide better support for Go language.Michał Kruszewski
2020-07-31Merge remote-tracking branch 'pickfire/rust-highlight'Maxime Coste
2020-07-29Add tests for javascript deindentingJohn Isom
2020-07-27Add go test cases for bad indentation edge caseJohn Isom
2020-07-27Add rust test cases for bad indentation edge caseJohn Isom
2020-07-27Add c-family test cases for bad indentation edge caseJohn Isom
2020-07-26Add test cases for go closing brace indentationJohn Isom
2020-07-26Add test cases for rust closing brace indentationJohn Isom