summaryrefslogtreecommitdiff
path: root/src/commands.cc
AgeCommit message (Expand)Author
2016-09-18Rewrite PerArgumentCommandCompleter to use compile time dispatchingMaxime Coste
2016-09-04Rework client quitting and handling of remote errorsMaxime Coste
2016-08-30style tweakMaxime Coste
2016-08-30Use a heap instead of sorting to gather the best shell-candidates matchesMaxime Coste
2016-08-30Enable shell-candidates update in fast completion modeMaxime Coste
2016-08-22Only drop blank prefixed history entries in command/shell promptsMaxime Coste
2016-08-06Add information of types of optionsMaxime Coste
2016-08-05Regenerate shell-candidates for each completion sessionsMaxime Coste
2016-08-05Do not force exec to run in normal mode anymore, run in the current modeMaxime Coste
2016-07-28Tweak session renaming codeMaxime Coste
2016-07-28Merge remote-tracking branch 'doppioandante/set_session'Maxime Coste
2016-07-24Add 'session' command to change remote session nameEnrico Lumetti
2016-07-24Replace C-style operators with their alphabetical equivalentFrank LENORMAND
2016-07-23Implement a `readonly` modeFrank LENORMAND
2016-07-08Keep modified selections in non-draft exec/eval -iterselMaxime Coste
2016-06-22Refactor context_wrap to share more code between draft/non draft caseMaxime Coste
2016-06-22Go back to saving built-in registers by default in non draft :exec/:evalMaxime Coste
2016-06-20Make window scope available to draft contextsMaxime Coste
2016-06-20Do not preserve registers by default when exec/eval in a non draft contextMaxime Coste
2016-05-24Fix string view created from a temporary stringMaxime Coste
2016-05-20Change dir to $HOME when no parameters are given to cdMaxime Coste
2016-05-17Do not force recreate scratch buffers by default, require edit! for thatMaxime Coste
2016-05-14BufferManager now owns the Buffers instead of registering themMaxime Coste
2016-04-29Check all buffer are saved in :kill, and add :kill! to avoid thatMaxime Coste
2016-04-20prompt: zero password memory after running the command to be slightly more se...Maxime Coste
2016-04-19Add a -password switch to :prompt to allow for more secure password enteringMaxime Coste
2016-04-16Remove iterator based regex constructorMaxime Coste
2016-04-07Only offer directories when completing :cd argumentsMaxime Coste
2016-04-04Use a specific option type completions for insert completionMaxime Coste
2016-03-28Uniquify candidates in -shell-candidates modeMaxime Coste
2016-03-25Use UsedLetters for shell-candidates filteringMaxime Coste
2016-03-24Add an alternative -shell-candidates shell completion supportMaxime Coste
2016-03-24Add completion support for alias/unalias commandsMaxime Coste
2016-03-22User mappings and :exec are always executed in normal modeMaxime Coste
2016-03-14Code cleanupsMaxime Coste
2016-03-08Rework container helpers, use pipe syntax and cleanup implementationMaxime Coste
2016-03-02In buffer name completion, give priority to filename (not dirname) matchesMaxime Coste
2016-02-27Remove direct access to ui, go through clientMaxime Coste
2016-02-11Fix buffer deletion logicMaxime Coste
2016-02-10Fix use of dead temporary strings in completionsMaxime Coste
2016-02-09Migrate most completion to ranked matchMaxime Coste
2016-02-09Use the ranked word completion logic for buffer name completionMaxime Coste
2015-12-27Remove the exec_keys functionMaxime Coste
2015-12-27Slight refactorMaxime Coste
2015-12-27Formatting fixMaxime Coste
2015-12-23Support collapsing jumps in eval and execMaxime Coste
2015-12-17Initial, WIP spelling implementationMaxime Coste
2015-12-12Store the buffer timestamp in line flags options respect it for highlightingMaxime Coste
2015-12-02Fix unset option when using the current scope and it points to globalMaxime Coste
2015-12-01Change def -shell-params to def -params and take the counts as parametersMaxime Coste