summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2015-12-01Update buffer display names after changing working directoryMaxime Coste
2015-11-27Disable history in all non interactive contextsMaxime Coste
2015-11-26Preserve default registers in exec/eval by defaultMaxime Coste
2015-11-25Add -save-regs <regs> option to exec and eval to preserve registersMaxime Coste
2015-11-23Add support for various completions in :promptMaxime Coste
2015-11-18Change autoinfo option to be a flags option, document flags optionsMaxime Coste
2015-11-18Propagate shell context through prompt/onkey/menu commandsMaxime Coste
2015-11-11Document i attribute in face command infoMaxime Coste
2015-11-07Store the last used buffer in clientsMaxime Coste
2015-11-06Support 'current' scope in set/unset commandMaxime Coste
2015-10-23Document exclusive attributeMaxime Coste
2015-10-22Pass ShellContext to commandsMaxime Coste
2015-10-22Wrap the shell params en env vars in a ShellContext structMaxime Coste
2015-10-22Fix :set completion when -add switch is givenMaxime Coste
2015-10-17More cleanups in the buffer open/reload codeMaxime Coste
2015-10-17Refactor buffer creation and reloading to be more explicitMaxime Coste
2015-10-08Detect ungraceful exits, and backup modified buffers in these casesMaxime Coste
2015-10-05Support markup in menu commandMaxime Coste
2015-10-05Use DisplayLine for menu choicesMaxime Coste
2015-09-30Fix removing shared highlightersMaxime Coste
2015-09-20Remove the default_face parameter of parse_display_lineMaxime Coste
2015-09-19Add simple markup support to generate display lines from stringsMaxime Coste
2015-09-16Store key hash in IdMapMaxime Coste
2015-08-26Add a kill command that kills the current sessionMaxime Coste
2015-08-23Remove Client::window() method, use a force_redraw() oneMaxime Coste
2015-08-18Rename Disableable to more general NestedBoolMaxime Coste
2015-08-12Try to fix compilation on travisMaxime Coste
2015-08-11Ensure the command exist before adding an aliasMaxime Coste
2015-08-10Add an unset command to remove an option value (falling back to parent)Maxime Coste
2015-08-10Move option docstring obtention to OptionRegistryMaxime Coste
2015-08-10Move option name completion to the OptionRegistryMaxime Coste
2015-07-23Disable notifications when disabling an option temporarlyMaxime Coste
2015-07-01Add remapping of text object keysViktor Palmkvist
2015-06-30Force redraw all clients after a face changedMaxime Coste
2015-06-26Add support for command completion on commands, use it for :newMaxime Coste
2015-06-25Force redraw window after adding/removing highlightersMaxime Coste
2015-06-21Rework window redraw handling, should redraw window less oftenMaxime Coste
2015-06-19Fix Self DocumentationEike Plack
2015-06-08Do not close stderr/stdout before program finishMaxime Coste
2015-06-08Specify if ShellManager should read output or not using a flagMaxime Coste
2015-06-06Move write_debug to buffer utils as write_to_debug_bufferMaxime Coste
2015-06-05Support sourcing files that use crlf end of linesMaxime Coste
2015-06-03Describe facedesc in :face docstringMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-05-09Style tweakMaxime Coste
2015-05-06Formatting fixMaxime Coste
2015-04-23Fix :open bug that could set a deleted buffer as the last used oneMaxime Coste
2015-04-21Disable history in :exec and :evalMaxime Coste
2015-04-21Support -buffer * to iterate over all buffers in :eval or :execMaxime Coste
2015-04-21Small style tweakMaxime Coste