summaryrefslogtreecommitdiff
path: root/src/main.cc
AgeCommit message (Expand)Author
2017-06-29Merge remote-tracking branch 'danr/Expose-last-entered-command-in-register'Maxime Coste
2017-06-26Use the extra_word_chars option in word based normal commandsMaxime Coste
2017-06-26Change completion_extra_word_char to be a list of codepoints instead of a stringMaxime Coste
2017-06-23Add ctags command renaming info in the startup messageMaxime Coste
2017-06-17Update startup info messageMaxime Coste
2017-06-12minor style tweakMaxime Coste
2017-06-12Use read_fd to get pipe command from stdin instead of ad-hoc codeMaxime Coste
2017-06-08Do not show startup info when piping into kakMaxime Coste
2017-06-06Expose kak_buf_line_countDelapouite
2017-06-03Document the `*` behaviour change in the startup messageMaxime Coste
2017-06-03Small formatting fixMaxime Coste
2017-05-27Document line-flags -> line-specs and update-option in breaking changesMaxime Coste
2017-05-25Expose last entered command in register :Dan Rosén
2017-05-21Merge remote-tracking branch 'danr/Add-modified-value-if-buffer-has-modificat...Maxime Coste
2017-05-20Change <a-z>/<a-Z> to combine selections instead of appendingMaxime Coste
2017-05-18Add modified value if buffer has modifications not savedDan Rosén
2017-05-17Add range-faces -> range-specs rename to the breaking changes messageMaxime Coste
2017-05-13Add the -E switch for server initialization commandsMaxime Coste
2017-04-20Assume filename passed to write_buffer_to_file is already parsedMaxime Coste
2017-04-12Place hardware terminal cursor at the current main cursor/prompt cursor positionMaxime Coste
2017-04-10Merge remote-tracking branch 'lenormf/fix-filter-backup-suffix'Maxime Coste
2017-04-10src: Support the `-help` flagFrank LENORMAND
2017-03-23src: Introduce a `-i` suffix flag for filter backupsFrank LENORMAND
2017-03-16Use a HashMap to store the normal mode keymapMaxime Coste
2017-03-16Fixes some clang-tidy warning and add a few missing meta.hh includeMaxime Coste
2017-03-16Try to clean up option include a bitMaxime Coste
2017-03-15Migrate WithBitOps template specialization to with_bit_ops functionMaxime Coste
2017-03-15The canonical name for the documentation command is :doc, not :helpMaxime Coste
2017-03-11Increase modelinefmt configuration powerDan Rosén
2017-03-10Add dilbert in the ui_options doctringMaxime Coste
2017-03-08Add a -debug flag to :edit to set the buffer as debug dataMaxime Coste
2017-02-23Refactor StringData and StringRegistry to remove need for purgingMaxime Coste
2017-02-20Fix performance of word completion with many different selectionsMaxime Coste
2017-02-19Display an info box on startup with recent breaking changesMaxime Coste
2017-02-14Reorganize code in main.ccMaxime Coste
2017-02-14Make numeric registers setableMaxime Coste
2017-01-31Support the vim behaviour for +line syntaxEike Plack
2017-01-29Make StringView and unit types trivial typesMaxime Coste
2017-01-21Support the +line syntax for clients as well.Maxime Coste
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2017-01-01Fix remaining uses of hardcoded /tmp to get the socket pathsMaxime Coste
2016-12-30Add a ncurses_change_colors option that can disable color palette changeMaxime Coste
2016-12-20Merge branch 'master' of git://github.com/akkartik/kakouneMaxime Coste
2016-12-20Remain silent on exit without error.Kartik K. Agaram
2016-12-20Small formatting tweakMaxime Coste
2016-12-20Ensure we have an EOL after error messagesMaxime Coste
2016-12-20Ensure we return 0 on exit from graceful disconnectionMaxime Coste
2016-12-03Small include fixMaxime Coste
2016-12-01Rework handling of initial coordinates so that init commands can change themMaxime Coste
2016-11-29Simplify greatly UI input handlingMaxime Coste