summaryrefslogtreecommitdiff
path: root/rc/base
AgeCommit message (Expand)Author
2016-09-25Indent after other keywordsFrank LENORMAND
2016-09-25Allow dashes in target names for syntax highlightingFrank LENORMAND
2016-09-24Add language highlighting to markdown code blocksFrank LENORMAND
2016-09-24Add more standard GNU keywords to the makefile completion keywordsFrank LENORMAND
2016-09-19Merge remote-tracking branch 'alexherbo2/ruby-rc'Maxime Coste
2016-09-16highlight :: operatorAlex Leferry 2
2016-09-16fixes symbol highlightingAlex Leferry 2
2016-09-09fixes 'end' insertionAlex Leferry 2
2016-09-09disable hooksAlex Leferry 2
2016-09-09Always use quotes with sh/bashDimitar Dimitrov
2016-09-07Highlight diff in git-commit tooMartin Chaine
2016-08-31Fix the directory from which the file containing a matching tag will be openedFrank LENORMAND
2016-08-06Use shell-candidates for ctags completion, and cache tag names in a separate ...Maxime Coste
2016-07-28Move x11.kak and tmux.kak to rc/base from rc/coreMaxime Coste
2016-07-19Merge remote-tracking branch 'lenormf/fix-autowrap'Maxime Coste
2016-07-17rc/base/etc: Use a more efficient expressionKylie McClain
2016-07-14Disable automatic paragraph formatting by default, work around the lack of st...Frank LENORMAND
2016-07-14Fix the selection patterns on corner casesFrank LENORMAND
2016-07-14Fix paragraph wrapping in the autowrap scriptFrank LENORMAND
2016-07-08Use POSIX `fold` instead of `fmt`Frank LENORMAND
2016-07-08Fix the autowrap script, use an external tool to wrap paragraphsFrank LENORMAND
2016-06-27Change ctags autoinfo to run on {Normal,Insert}IdleMaxime Coste
2016-06-21Remove useless and non posix -e switch to awk invocations in rc scriptsMaxime Coste
2016-05-24Treat tags paths as relative to the tags fileMaxime Coste
2016-05-24fixes hooks removingAlex Leferry 2
2016-05-05Add swift.kak for Swift highlightingJimmy Thrasher
2016-04-23Pass a generic pattern to `printf` calls, use `echo` when possibleFrank LENORMAND
2016-04-23Replace non POSIX calls to `echo` with `printf %s`Frank LENORMAND
2016-04-21Remove uses of \< and \>, always use std regex compatible \bMaxime Coste
2016-04-09style tweak in the static words definitionsMaxime Coste
2016-04-09Merge remote-tracking branch 'lenormf/fix-static-completion'Maxime Coste
2016-03-25Back to regular -shell-completion for ctags completerMaxime Coste
2016-03-25Fix hook declarationsFrank LENORMAND
2016-03-24Add an alternative -shell-candidates shell completion supportMaxime Coste
2016-03-17Replace non-POSIX here-strings and calls to `echo`Frank LENORMAND
2016-03-17Help Kakoune to better detect /…/ literalsAlex Leferry 2
2016-03-16add :alt command to jump to the alternate file (implementation ↔ test)Alex Leferry 2
2016-03-14Replace non-POSIX inline character replacement in shell scriptsFrank LENORMAND
2016-03-14Add static completion suggestions to several languages, set `autopep8` as def...Frank LENORMAND
2016-03-14Get rid of useless operationsFrank LENORMAND
2016-03-13Fix bugs and factorize code in the autowrap scriptFrank LENORMAND
2016-03-10Restore the `filter_around_selections` functions to balance indentation copiesFrank LENORMAND
2016-03-10Give commands that do not indent their own `insert` hookFrank LENORMAND
2016-03-10Remove hooks that trim trailing whitespacesFrank LENORMAND
2016-03-10Add `rubocop` as default ruby formatterFrank LENORMAND
2016-03-08code cleanup: remove optional sed optionAlex Leferry 2
2016-03-03add :alt command to jump to the alternate file (implementation ↔ test)Alex Leferry 2
2016-03-03Fix MIME type detectionAlex Leferry 2
2016-02-27Fix highlighting of single letter identifiersAlex Leferry 2
2016-02-27Fix escaping of ' in single quote stringsAlex Leferry 2