summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-12Check the return value of the rename callMaxime Coste
2019-02-12Introduce a writemethod option to either overwrite or replace filesMaxime Coste
2019-02-12Refactor write_buffer_to_file to use a flags paramMaxime Coste
2019-02-11Merge remote-tracking branch 'eraserhd/lisp-indentwidth'Maxime Coste
2019-02-11Merge remote-tracking branch 'stevenyvr987/update-gitignore'Maxime Coste
2019-02-11Merge remote-tracking branch 'laelath/c-family-else-indent'Maxime Coste
2019-02-11Merge remote-tracking branch 'fsub/ctags-cleanup'Maxime Coste
2019-02-11Fix bug in 'itersel' handling that could result in unsorted selectionsMaxime Coste
2019-02-08Indent and deindent c-family single line else properlyJustin Frank
2019-02-08git should not ignore doc/kak.1Steven Chan
2019-02-04ctags: eliminate redundant variablefsub
2019-02-04Use indentwidth for lisp, scheme, and ClojureJason Felice
2019-02-04Remove peephole regex optimization passMaxime Coste
2019-02-04Fix regex not always selecting the leftmost longest matchMaxime Coste
2019-02-04Remove references to SelectionList from selectorsMaxime Coste
2019-02-04Remove target_eol and small code cleanupsMaxime Coste
2019-02-03Merge remote-tracking branch 'lePerdu/expansion-docs'Maxime Coste
2019-02-03Merge remote-tracking branch 'Screwtapello/manpage-updates'Maxime Coste
2019-02-03Merge remote-tracking branch 'stevenyvr987/fix-ctags-funcinfo-command'Maxime Coste
2019-02-03Merge remote-tracking branch 'lePerdu/jsx-tag-attrib'Maxime Coste
2019-02-03Merge remote-tracking branch 'JJK96/documentation'Maxime Coste
2019-02-03Merge remote-tracking branch 'JJK96/select-count'Maxime Coste
2019-02-01Change all instances of count to monospaceJan-Jaap Korpershoek
2019-02-01Add explanation of count for s and S commandsJan-Jaap Korpershoek
2019-01-31Remove +F from tag attribute highlightinglePerdu
2019-01-31Document escaping %-strings and add more exampleslePerdu
2019-01-31Add/fix cross-references for expansionslePerdu
2019-01-30Change "brace" back to "nestable punctuation"lePerdu
2019-01-30Make word splitting description more preciselePerdu
2019-01-30Specify only lists can expand to multiple argslePerdu
2019-01-30Update and clarify expansion/quoting docslePerdu
2019-01-29Fix and simplify ctags-funcinfo commandSteven Chan
2019-01-25Add missing [<switches>] argument to declare-optionJan-Jaap Korpershoek
2019-01-24Replace std::mem_fn with custom lambda in rangesMaxime Coste
2019-01-24Fix missing errno includeMaxime Coste
2019-01-24Add missing locale include to main.ccMaxime Coste
2019-01-24Fix array_view dependency on std::minMaxime Coste
2019-01-24Header and dependency cleanupMaxime Coste
2019-01-24Replace std::tie with structured bindingsMaxime Coste
2019-01-24doc/kak.1: Mention other sources of information about Kakoune.Tim Allen
2019-01-24doc/kak.1: split the synopsis for each mutually exclusive mode of operation.Tim Allen
2019-01-24doc/kak.1: make the config-loading description a top-level paragraph.Tim Allen
2019-01-23Only embed gdb script on ELF targets, and add missing gdb symlinkMaxime Coste
2019-01-23Embed gdb pretty-printing script directly into Kakoune binaryMaxime Coste
2019-01-23Merge http://github.com/ckafi/kakouneMaxime Coste
2019-01-23Merge remote-tracking branch 'stevenyvr987/fix-ctags-plugin'Maxime Coste
2019-01-23Merge remote-tracking branch 'Screwtapello/document-specific-buffer-scope'Maxime Coste
2019-01-23Change pipe diffing to work linewiseMaxime Coste
2019-01-23Always select inserted text after pipingMaxime Coste
2019-01-23doc: Document the buffer=/path/to/file scope syntax.Tim Allen