summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-03-30When selecting forward paragraph and we are on an end of line, select the nex...Maxime Coste
2014-03-30minor cleanup in select_whole_sentenceMaxime Coste
2014-03-30minor cleanupMaxime Coste
2014-03-29Add basic support for colalias completionMaxime Coste
2014-03-29Fix indent/deindent when only empty lines are selectedMaxime Coste
2014-03-29Remove Range struct, merge it back in SelectionMaxime Coste
2014-03-29Change default menu colorsMaxime Coste
2014-03-27rotate selection content count parameter groups selectionsMaxime Coste
2014-03-26notify buffer saved after closing the file descriptorMaxime Coste
2014-03-26fix file reload prompt displaying invalid messageMaxime Coste
2014-03-25ShellManager: Change the env var detection regex to find more usesMaxime Coste
2014-03-25Remove the shell option, always use /bin/shMaxime Coste
2014-03-25do not write the trailing nul char in send_commandsMaxime Coste
2014-03-25Server: correctly handle Accepters lifetimeMaxime Coste
2014-03-25FDWatchers are non copiable and non movableMaxime Coste
2014-03-25fix segfault in parameter parserMaxime Coste
2014-03-24Merge remote-tracking branch 'evertvp/master'Maxime Coste
2014-03-24Push aborted commands to historyEvert Van Petegem
2014-03-24change ncurses menu scroll bar styleMaxime Coste
2014-03-24Use an info box to prompt for reloading of modified filesMaxime Coste
2014-03-22style tweakMaxime Coste
2014-03-21Correctly handle failing to connect to the given session in client modeMaxime Coste
2014-03-20Store key names in a constexpr arrayMaxime Coste
2014-03-20Container utility functions now use the free begin/end functionsMaxime Coste
2014-03-20Fix support for switches style option in user commandsMaxime Coste
2014-03-20exec and eval support the -no-hooks optionMaxime Coste
2014-03-20Remove dangling forward declaration of Editor classMaxime Coste
2014-03-20Fix commentMaxime Coste
2014-03-19Automatic insert filename completion kicks in only if prefix contains slashMaxime Coste
2014-03-18EventManager: fix busy loop when no timer events exists.Maxime Coste
2014-03-15Insert mode completion execute completers in order, and supports multiple optionMaxime Coste
2014-03-07Clamp cursor position on buffer reloadingMaxime Coste
2014-03-05Fix segfault in get_until_delimiterMaxime Coste
2014-03-02Add -p <session> option to kak, which forward commands on stdin to sessionMaxime Coste
2014-03-02Rename connect_to's pid parameter to sessionMaxime Coste
2014-03-02Add -docstring option to the 'def' commandMaxime Coste
2014-03-02Add support for -buffer <comma separated names> to eval and exec commandsMaxime Coste
2014-03-02tweak docstringMaxime Coste
2014-03-02Declare commands in a CommandDesc structureMaxime Coste
2014-03-02Add a docstring to commandsMaxime Coste
2014-03-02Display command info only when the autoinfo option is trueMaxime Coste
2014-03-02Consistently name -foo things 'switches'Maxime Coste
2014-03-02Add command switches information, and automatically display itMaxime Coste
2014-03-02All commands now take directly a parameter parserMaxime Coste
2014-03-02Add @ command for tabs to spaces and alt-@ for spaces to tabsMaxime Coste
2014-03-02Rename align indent to more correct copy indentMaxime Coste
2014-02-27Add buffile env var for getting the buffer filenameMaxime Coste
2014-02-27Tolerate invalid %...{} when completingMaxime Coste
2014-02-25regionref highlighter just ignore invalid referencesMaxime Coste
2014-02-15Add support for `strings`Maxime Coste