summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-13Fix description of ui_optionsMaxim Baz
2018-07-10The info command only takes one content string, not one-or-more.Tim Allen
2018-07-09Add BufReload hook which is triggered on buffer reloadChristopher Fredén
2018-07-08Rename highlighters that used an underscore to use a dashMaxime Coste
2018-07-08Refactor WrapHighlighter::next_split_pos to avoid non-linear complexityMaxime Coste
2018-07-08Use a memory mapped file for sourcingMaxime Coste
2018-07-08Tweak comment to make it less ambiguousMaxime Coste
2018-07-08Fix infinite loop on SIGHUP with the NCursesUIMaxime Coste
2018-07-05Fix asserts with -sync flag handling and slight code cleanupMaxime Coste
2018-07-05Change `a` on end of line behaviour to be consistentMaxime Coste
2018-07-05Tweak how highlighter names are auto-generatedMaxime Coste
2018-07-05Make recurse regex opt-in with a -recurse switch instead of opt-outMaxime Coste
2018-07-05Fix add-highlighter docstringMaxime Coste
2018-07-05Fix bug in recursive region highlightingMaxime Coste
2018-07-05Fix region highlighters validation that the delegate type existsMaxime Coste
2018-07-05Parse unknown switches as positional for region highlightersMaxime Coste
2018-07-05Prevent adding region/default-region highlighters to non-regions parentsMaxime Coste
2018-07-05Allow removing region from regions highlighterMaxime Coste
2018-07-05Invalidate cache when RegionsHighlighter subregions are modifiedMaxime Coste
2018-07-05Auto-generate highlighter name if only path is givenMaxime Coste
2018-07-05Refactor RegionsHighlighters to define each region as a separate commandMaxime Coste
2018-07-05Add HashMap::items to access item listMaxime Coste
2018-07-05Fix ParameterParser::position_from with arbitrary indicesMaxime Coste
2018-07-05Refactor add-highlighter to make naming explicitMaxime Coste
2018-07-05Introduce a "double_up" function for doubling up escapingMaxime Coste
2018-07-05Fix auto escaping of command argument completionMaxime Coste
2018-07-05Improve highlighting of Kakrc string regionsMaxime Coste
2018-07-05Refactor handling of startup info to make it configurableMaxime Coste
2018-07-05Expand %reg{} inside double quotes only to the main selection valueMaxime Coste
2018-07-05Tolerate restoring invalid coordinates from registerMaxime Coste
2018-07-05Reference the big breaking refactoring in the startup messageMaxime Coste
2018-07-05Make register expansions expand to the full register contentMaxime Coste
2018-07-05Store each selection as a separate element in a registerMaxime Coste
2018-07-05Change set-register command to take a list of valuesMaxime Coste
2018-07-05Fix selection save/restore from registers post selection list syntax changeMaxime Coste
2018-07-05Add 'skip(size_t)' range utility to skip a number of elementsMaxime Coste
2018-07-05Change env vars that are lists to use the general list syntaxMaxime Coste
2018-07-05Make selection lists use the option list syntaxMaxime Coste
2018-07-05Change option lists to be specified as separate arguments on commands lineMaxime Coste
2018-07-05Make expansion of strings support quoting of % by doubling upMaxime Coste
2018-07-05Refactor command line parsingMaxime Coste
2018-07-05Add -with-hooks to execute-keys and make -no-hooks evaluate-commands specificMaxime Coste
2018-07-05Make -with-maps only available for execute-keys commandMaxime Coste
2018-07-05Do not save any registers by default in evaluate-commandsMaxime Coste
2018-07-05Do not reparse %sh{...} stringsMaxime Coste
2018-07-04Merge remote-tracking branch 'lenormf/edit-readonly-flag'Maxime Coste
2018-07-04Merge remote-tracking branch 'lenormf/synchronized-write'Maxime Coste
2018-07-04src: Add a `-sync` flag to the write commandsFrank LENORMAND
2018-07-03src: Allow the `edit` command to create readonly buffersFrank LENORMAND
2018-07-02Mark unused variables with the [[gnu::unused]] attributedahlbaek