summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-11Merge remote-tracking branch 'vsyl/c_description'Maxime Coste
2022-10-11Correct and unify descriptions of normal mode C key behaviorJakub Wasilewski
2022-10-02Fix compilation failure with clang 12 and debug=yesHampus Fröjdholm
2022-09-17Merge remote-tracking branch 'krobelus/faster-update-matches'Maxime Coste
2022-09-17Fix quadratic runtime when updating region highlighter matchesJohannes Altmanninger
2022-09-17Avoid potentially quadratic runtime when updating selections after modificationJohannes Altmanninger
2022-09-17Fix crash when trying to display the menu in a tiny windowAdrià Arrufat
2022-09-09Merge remote-tracking branch 'krobelus/embrace-menu-3'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/to-string'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/write-autoinfo'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/hashset-no-braces'Maxime Coste
2022-09-09Merge remote-tracking branch 'krobelus/cleanup'Maxime Coste
2022-08-28Fix clang warning regarding useless braces when using HashSetJohannes Altmanninger
2022-08-28Show write -force parameter only for commands that support itJohannes Altmanninger
2022-08-24Fix synopsis of write-quit commandsJohannes Altmanninger
2022-08-21Merge remote-tracking branch 'krobelus/set-remove-autoinfo'Maxime Coste
2022-08-21Avoid calling memcpy from empty string viewsMaxime Coste
2022-08-21Bypass RegexIterator in RegionsHighlighter::add_matchesMaxime Coste
2022-08-20Add support for field width and digit grouping in formatMaxime Coste
2022-08-20Slight code style tweakMaxime Coste
2022-08-20Remove unnecessary utf8 decoding when looking for EOL in regexMaxime Coste
2022-08-20Refactor RegionsHighlighter to share regexesMaxime Coste
2022-08-17Use make_array to avoid specifying the array sizeJohannes Altmanninger
2022-08-17Rename button_to_str() to the more idiomatic to_string()Johannes Altmanninger
2022-08-17Rename key_to_str() to the more idiomatic to_string()Johannes Altmanninger
2022-08-16Remove stale comment about StaticRegisterJohannes Altmanninger
2022-08-05Reuse existing character classes when possible in regexMaxime Coste
2022-08-05uniquify selection contents before generating regex for '*'Maxime Coste
2022-08-05Add HashSet implemented as HashMap with void value typeMaxime Coste
2022-08-05Change HashMap not to support multiple identical keys by defaultMaxime Coste
2022-08-03Merge remote-tracking branch 'krobelus/history-in-mappings'Maxime Coste
2022-08-03Merge remote-tracking branch 'krobelus/document-history-registers'Maxime Coste
2022-08-01Do not complete command switches after --Johannes Altmanninger
2022-08-01Do not record prompt history when executing user mode mappingsJohannes Altmanninger
2022-08-01Show the default values for -save-regs in autoinfo of exec/evalJohannes Altmanninger
2022-08-01Fix typo in eval/exec codeJohannes Altmanninger
2022-07-30Use menu behavior for completing builtins where appropriateJohannes Altmanninger
2022-07-28Use menu behavior when completing change-directoryJohannes Altmanninger
2022-07-28Use menu behavior when completing scope argumentsJohannes Altmanninger
2022-07-28Use and extract functions for completing scope argumentsJohannes Altmanninger
2022-07-28Fix autoinfo for "set-option -remove" not showing option-specific infoJohannes Altmanninger
2022-07-28Remove redundant handling of "-add" from set-option completerJohannes Altmanninger
2022-07-28Merge remote-tracking branch 'krobelus/embrace-menu-2'Maxime Coste
2022-07-28Merge remote-tracking branch 'krobelus/support-prompt-menu'Maxime Coste
2022-07-28Merge remote-tracking branch 'krobelus/prompt-completion-cut-at-cursor'Maxime Coste
2022-07-28Merge remote-tracking branch 'krobelus/support-shift-backspace'Maxime Coste
2022-07-24Merge remote-tracking branch 'krobelus/startup-info'Maxime Coste
2022-07-24Merge remote-tracking branch 'krobelus/complete-expansions-in-double-quotes'Maxime Coste
2022-07-24Merge remote-tracking branch 'krobelus/no-redundant-menu'Maxime Coste
2022-07-22Support "prompt -menu" to mark completions as authoritativeJohannes Altmanninger