summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-25Add support for raw C++ strings in c-family highlightingMaxime Coste
2017-05-24Rename line-flags option type to line-specsMaxime Coste
2017-05-24Small code tweakMaxime Coste
2017-05-24Fix hardware cursor positioning in prompt when status bar is on bottomMaxime Coste
2017-05-23Remove unneeded forward declarationMaxime Coste
2017-05-23Fix man.kak when man pages filenames just end up with the manual sectionMaxime Coste
2017-05-22Do not avoid eol in insert mode vertical movementMaxime Coste
2017-05-22Fix bug where idle timers of disabled modes were still runMaxime Coste
2017-05-22Remove virtual destructor from OptionManagerWatcherMaxime Coste
2017-05-22Fix scrolling when cursor is on a wrapped part of the last displayed lineMaxime Coste
2017-05-21Add some missing tests for c-family indentMaxime Coste
2017-05-21Smarter align to opening parenthesis/brace supporting multilineMaxime Coste
2017-05-21Fix vertical movement with tabstopsMaxime Coste
2017-05-21Merge remote-tracking branch 'lenormf/doc-public-options'Maxime Coste
2017-05-21Commit correct version of c-family indent changeMaxime Coste
2017-05-21Merge remote-tracking branch 'danr/Add-modified-value-if-buffer-has-modificat...Maxime Coste
2017-05-21Merge branch 'master' of git://github.com/ManDay/kakouneMaxime Coste
2017-05-21Merge branch 'master' of git://github.com/bmwiedemann/kakouneMaxime Coste
2017-05-20Always link input files in the same orderBernhard M. Wiedemann
2017-05-20do not embed timestamps in .gz filesBernhard M. Wiedemann
2017-05-20Changed wording of completers descriptionCedric Sodhi
2017-05-20Support aligning to opening { as well as ( in c-family indentMaxime Coste
2017-05-20Change <a-z>/<a-Z> to combine selections instead of appendingMaxime Coste
2017-05-19Merge remote-tracking branch 'lenormf/rc-misc-fixes'Maxime Coste
2017-05-19Merge remote-tracking branch 'danr/doc-esc-key'Maxime Coste
2017-05-19Merge remote-tracking branch 'danr/Document-that-markup-is-possible-in-comple...Maxime Coste
2017-05-19Merge remote-tracking branch 'danr/Highlight-object-keys-in-yaml'Maxime Coste
2017-05-19Merge remote-tracking branch 'danr/Fix-reference-to-kakrc-highlighter-for-mar...Maxime Coste
2017-05-19Merge remote-tracking branch 'danr/Add-some-missing-languages-to-comment.kak'Maxime Coste
2017-05-19Merge remote-tracking branch 'lenormf/doc-E'Maxime Coste
2017-05-18Add modified value if buffer has modifications not savedDan Rosén
2017-05-18Make hardware cursor visible in ncurses uiMaxime Coste
2017-05-18Small reorganization in the normal keymapMaxime Coste
2017-05-17Move constexpr compatible Array struct to meta.hhMaxime Coste
2017-05-17Highlight 'copied' file action in git-commit buffersMaxime Coste
2017-05-17small code cleanupsMaxime Coste
2017-05-17Add missing std::move in on_scope_end implementationMaxime Coste
2017-05-17Add range-faces -> range-specs rename to the breaking changes messageMaxime Coste
2017-05-17Rename range-faces to range-specsMaxime Coste
2017-05-17Document escape key and update Q doc according to normal.ccDan Rosén
2017-05-17Document that markup is possible in completion menu entries.Dan Rosén
2017-05-16rc: Simplify and optimize the `alt` commandFrank LENORMAND
2017-05-16rc: Use POSIX `command -v` instead of `which`Frank LENORMAND
2017-05-16rc: Document non-hidden options with `-docstring`Frank LENORMAND
2017-05-16Highlight object keys in yamlDan Rosén
2017-05-16Add some missing languages to comment.kakDan Rosén
2017-05-15Remove ad-hoc rules in kakrc highlighterDan Rosén
2017-05-15Improve kakrc highlighter with more static wordsDan Rosén
2017-05-15Fix reference to kakrc highlighter for markdownDan Rosén
2017-05-15kakrc: Simplify and optimize the autoload functionFrank LENORMAND