summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-10Wrap: fix scrolling to keep cursor visible logicMaxime Coste
2017-11-09c-family.kak: Remove invalid 'compl' keyword from C++ highlightMaxime Coste
2017-11-09c-family.kak: use space separated words listMaxime Coste
2017-11-09Merge remote-tracking branch 'fsub/c-family'Maxime Coste
2017-11-08Docs: use full names for exec/eval and add links to relevant pagesDelapouite
2017-11-08README: More explicit link nameMaxime Coste
2017-11-08Merge remote-tracking branch 'Delapouite/README'Maxime Coste
2017-11-08Docs: group commands in common sectionsDelapouite
2017-11-08doc.kak: Use a github compatible anchor generationMaxime Coste
2017-11-08doc.kak: anchor/section completion supportMaxime Coste
2017-11-08doc.kak: Support anchors and internal linksMaxime Coste
2017-11-08CONTRIBUTING: document explicitely that 'John Doe' is a placeholderMaxime Coste
2017-11-08Doc: add missing symlink to access ocumentation pagesMaxime Coste
2017-11-08Add test case for replaying insert with normal mode commandsMaxime Coste
2017-11-08InputHandler: handle of last insert keys happening in nested modesMaxime Coste
2017-11-08Fix pipe logic in the case where the selections were accessed in the cmdlineMaxime Coste
2017-11-07Buffer: change clamp logic to preserve orderingMaxime Coste
2017-11-07Slight code cleanup in change update functionsMaxime Coste
2017-11-07Docs: add README links to goto/view commands and define-command pagesDelapouite
2017-11-06doc.kak: Remove unused linesMaxime Coste
2017-11-06doc.kak: Support jumping on links using <ret>Maxime Coste
2017-11-06doc.kak: Simplify completion scriptMaxime Coste
2017-11-06Merge remote-tracking branch 'Delapouite/lint'Maxime Coste
2017-11-06Merge remote-tracking branch 'Delapouite/pages'Maxime Coste
2017-11-06Fix lint.kak evaluate-commands → evalDelapouite
2017-11-06Docs: use asciidoc links between pagesDelapouite
2017-11-06Add missing include in remote.ccMaxime Coste
2017-11-06Do not allow rename-session to introduce '/' in session namesMaxime Coste
2017-11-05Fix README TOCDelapouite
2017-11-05c-family.kak: Add missing C++ keywords, attributes, and typesfsub
2017-11-05c-family.kak: Sort keywords, attributes, values, and decoratorsfsub
2017-11-05Merge remote-tracking branch 'lenormf/fix-private-commands-in-register'Maxime Coste
2017-11-05Merge remote-tracking branch 'lenormf/fix-tupfile'Maxime Coste
2017-11-05Merge remote-tracking branch 'Screwtapello/support-rust-doc-comments'Maxime Coste
2017-11-04rust.kak: Support Rust's documentation comments.Tim Allen
2017-11-04CommandManager: tweak namingMaxime Coste
2017-11-04rc: Fix `Tupfile` highlightingFrank LENORMAND
2017-11-04contrib: Adapt `Tupfile` to upstream changesFrank LENORMAND
2017-11-04Introduce matching_pairs option that controls the pairs used by `m`Maxime Coste
2017-11-04rc: Simplify Dockerfile support, highlight values and additional keywordsFrank LENORMAND
2017-11-04src: Don't save whitespace-led commands in the `:` registerFrank LENORMAND
2017-11-04Add an indent test for html closing tagMaxime Coste
2017-11-04Remote: stricter validation of the session namesMaxime Coste
2017-11-04Code style tweakMaxime Coste
2017-11-03refactor comment.kakOlivier Perret
2017-11-03commenting: move rust to the C-style groupOlivier Perret
2017-11-03Merge remote-tracking branch 'lenormf/fix-rc-aliases'Maxime Coste
2017-11-03Wrap: rework logic to avoid infinite loop with multiple wrap highlightersMaxime Coste
2017-11-03Remove uneeded forward declarationMaxime Coste
2017-11-03src rc: Rename `exec`/`eval` into `execute-keys`/`evaluate-commands`Frank LENORMAND