summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-06Avoid calling iswalnum for ascii charactersMaxime Coste
2024-02-05Changelog entries for new blame featuresJohannes Altmanninger
2024-01-30Do not add trailing newline to non-scrolling fifo buffersJohannes Altmanninger
2024-01-30Support -after switch for flag-lines highlighterMaxime Coste
2024-01-21Fix using invalid strings for undo content stringsMaxime Coste
2024-01-15Don't modify prompt history when validating empty inputJohannes Altmanninger
2023-12-26Fix performance of diff-based reloading of buffersMaxime Coste
2023-12-26Take eq predicate by reference in for_each_diffMaxime Coste
2023-12-26Small code style tweakMaxime Coste
2023-12-26Fix wrong nameMaxime Coste
2023-12-16Update changelogJohannes Altmanninger
2023-12-12Merge remote-tracking branch 'krobelus/prefer-input-order-over-alphabet'Maxime Coste
2023-12-12Merge remote-tracking branch 'arachsys/hide-unmapped'Maxime Coste
2023-12-12Fix stray semicolonMaxime Coste
2023-12-12Merge remote-tracking branch 'arachsys/unsigned-char'Maxime Coste
2023-12-10Fix compiler warnings when char is unsignedChris Webb
2023-12-10Change use of deprecated '->' operator on an iteratorChris Webb
2023-12-10Add -Wno-stringop-overflow for g++Chris Webb
2023-12-10Mark refresh_ifn() implementation as an override in input_handler.ccChris Webb
2023-12-06Hide empty and undocumented mappings from autoinfoChris Webb
2023-12-04Fix basename prefix flag to use smartcase eqMaxime Coste
2023-12-02ranked match: prefer input order over alphabetical order for user-specified c...Johannes Altmanninger
2023-12-02Reuse for_n_best when sorting values from complete optionsJohannes Altmanninger
2023-12-02Merge remote-tracking branch 'sidkshatriya/escape-curly-bracket'Maxime Coste
2023-12-02Merge remote-tracking branch 'krobelus/fuzzy-menu'Maxime Coste
2023-12-02Merge remote-tracking branch 'arachsys/write-replace'Maxime Coste
2023-12-02Fix single word detection when query is not single wordMaxime Coste
2023-11-28Set replacement file permissions before moving into placeChris Webb
2023-11-26Restore file ownership when editing with root privilegeChris Webb
2023-11-26Fix crash when ':write -method replace' fails to create tempfileChris Webb
2023-11-24Skip output synchronization query when explicitly disabledChris Webb
2023-11-23Only set Prefix in RankedMatch if the full query matchesMaxime Coste
2023-11-21Merge remote-tracking branch 'krobelus/changelog'Maxime Coste
2023-11-21Fix completion menu not getting hidden on no matchesMaxime Coste
2023-11-20rc tools menu: replace menu builtin with a prompt-based implementationJohannes Altmanninger
2023-11-18Fix use after move in HashMap::insertJohannes Altmanninger
2023-11-17Update changelogJohannes Altmanninger
2023-11-17Improve WordDB performance by precomputing hashesMaxime Coste
2023-11-17changelog: escape `{` as `\\{` otherwise '%val{window_range}' appears as '%va...Sidharth Kshatriya
2023-11-16Drop last character for basename matchingMaxime Coste
2023-11-15Slight cleanup of RankedMatch codeMaxime Coste
2023-11-15Do not use range adaptor to gather ranked matchesMaxime Coste
2023-11-15Refactor fuzzy matcher ranking furtherMaxime Coste
2023-11-14Make shell-script-candidates completer run in the backgroundMaxime Coste
2023-11-14Use a separate copy of the command completer for each completionMaxime Coste
2023-11-14Merge remote-tracking branch 'krobelus/quote-regex-option-value-completions'Maxime Coste
2023-11-14Fix completion pager not rendering after <a-semicolon> in promptJohannes Altmanninger
2023-11-13Quote completions of regex optionsJohannes Altmanninger
2023-11-13Avoid unnecessary copy of completion candidatesJohannes Altmanninger
2023-11-13Add missing include for std::arrayMaxime Coste