summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-31Make statement after if/else/while/for optional for indenting c-familyJustin Frank
2018-11-01Improve regex vm to next start performance by avoiding iterator copiesMaxime Coste
2018-11-01Support different type for iterators and sentinel in utf8 functionsMaxime Coste
2018-10-30Truncate incomplete debug command docstringDelapouite
2018-10-30Buffer: Remove m_line_count field from BufferIteratorMaxime Coste
2018-10-29Make lisp/clojure indent work for appendJason Felice
2018-10-29Merge remote-tracking branch 'eraserhd/refactor-surround'Maxime Coste
2018-10-29Merge remote-tracking branch 'Delapouite/doc-registers'Maxime Coste
2018-10-28Remove extra spaces for switches list in infoDelapouite
2018-10-28doc: complete list of normal commands using default registersDelapouite
2018-10-28replace usage of the deprecated 'e' face attribute with the new 'F' oneRuslan Prokopchuk
2018-10-27test: add end-extending-parent/braces for }B}B - Ref #2479Delapouite
2018-10-27Simplify surround selectionJason Felice
2018-10-27Kakoune v2018.10.27Maxime Coste
2018-10-23Keep doc/kak.1 when running make-installJustin Frank
2018-10-24Merge remote-tracking branch 'Delapouite/previous-char'Maxime Coste
2018-10-23Change next_key title for <a-f>, <a-t>, <a-F> and <a-T>Delapouite
2018-10-23Merge branch 'patch-3' of http://github.com/FranzSkuffka/kakouneMaxime Coste
2018-10-23Merge remote-tracking branch 'maximbaz/fix-makefile-manpage'Maxime Coste
2018-10-23Merge remote-tracking branch 'laelath/vertical-menu-option'Maxime Coste
2018-10-23Fix Makefile for manpageMaxim Baz
2018-10-23Notify that asciidoc is not a dependency anymore in the changelogMaxime Coste
2018-10-23Merge remote-tracking branch 'maximbaz/gruvbox-comments-italic'Maxime Coste
2018-10-23Merge remote-tracking branch 'lenormf/highlight-troff'Maxime Coste
2018-10-23Merge remote-tracking branch 'lenormf/no-a2x'Maxime Coste
2018-10-23Refactor Hook management to have a well defined list of hooksMaxime Coste
2018-10-22EDN files are Clojure syntaxJason Felice
2018-10-21rc troff: Highlight *ROFF filesFrank LENORMAND
2018-10-21Improve ubuntu installation instructionsJan Wirth
2018-10-21doc: Convert the man page to the TROFF formatFrank LENORMAND
2018-10-21gruvbox: show comments in italicMaxim Baz
2018-10-21Merge remote-tracking branch 'maximbaz/do-not-enforce-autoformat-ocaml'Maxime Coste
2018-10-21Move LineRangeSet to line_modification.hhMaxime Coste
2018-10-21Merge remote-tracking branch 'schickm/bugfix/hbs-highlighter-toggling'Maxime Coste
2018-10-21Fix LineRangeSet::udpate not updating some traling ranges correctlyMaxime Coste
2018-10-15removed option and horizontal layoutJustin Frank
2018-10-15added option for vertical menu layout in the ncurses uiJustin Frank
2018-10-15Fix handling of capture matching in region highlighterMaxime Coste
2018-10-14Cleanup RegexHighlighter code and drop cache when it becomes too bigMaxime Coste
2018-10-14maintain a list of valid ranges for region highlightingMaxime Coste
2018-10-14Slight code refactoring in RegionsHighlighterMaxime Coste
2018-10-14Merge remote-tracking branch 'Delapouite/complete_alias'Maxime Coste
2018-10-14Merge remote-tracking branch 'lenormf/credits'Maxime Coste
2018-10-14Merge remote-tracking branch 'Screwtapello/ranges-use-bytes'Maxime Coste
2018-10-14Merge remote-tracking branch 'wehlutyk/patch-1'Maxime Coste
2018-10-12Update spec file to the new releaseJiri Konecny
2018-10-10Cleanup regex lookarounds implementation and reject incompatible regexMaxime Coste
2018-10-09Support commenting syntax in ElmSébastien Lerique
2018-10-09Sébastien Lerique Copyright WaiverSébastien Lerique
2018-10-09Be specific about the units of ranges and cursor positions.Tim Allen