summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-20Fix remove of highlighters with trailing / in their nameMaxime Coste
2018-03-20Throw when trying to remove a child highlighter that does not existsMaxime Coste
2018-03-20Regex: Only allow SyntaxCharacter and - to be escaped in a character classMaxime Coste
2018-03-19Fix real_path againMaxime Coste
2018-03-19Fix introduced bug in real_pathMaxime Coste
2018-03-19Tweak option documentation helper to support -addMaxime Coste
2018-03-19NCursesUI: refactor info_show codeMaxime Coste
2018-03-18Refactor read_fd '\r' removal logicMaxime Coste
2018-03-18Fix implementation of real_path to handle non-existing directories in /Maxime Coste
2018-03-18Fix crash on expanding command line stringsMaxime Coste
2018-03-16RangesHighlighter: a range that goes up to buffer end is not validMaxime Coste
2018-03-15RankedMatch: Do not compare word boundary match count on single word matchesMaxime Coste
2018-03-13NCursesUI: Show full menu rather than triming to respect anchorMaxime Coste
2018-03-13ranges: Add transform overload taking directly a pointer to memberMaxime Coste
2018-03-13NCursesUI: Use accumulate algorithm to gather the longest element in menuMaxime Coste
2018-03-13Do not jump to buffer start on `g.` with no previous modificationsMaxime Coste
2018-03-11Handle hyphens in user-mode namesDelapouite
2018-03-11Detect infinit recursion in reference highlightingMaxime Coste
2018-03-10Move WORD text object to <a-w>Maxime Coste
2018-03-10Merge remote-tracking branch 'Delapouite/hls'Maxime Coste
2018-03-09Detect no-op replaces and do not act on themMaxime Coste
2018-03-06Docs: extend explanations about line_flags, ranges and replace-rangesDelapouite
2018-03-05Support changing autoreload option directly from the reload messageMaxime Coste
2018-03-05Add a GlobalSetOption hookMaxime Coste
2018-03-05Merge remote-tracking branch 'Delapouite/scratch'Maxime Coste
2018-03-05Regex: take the full subject range as a parameterMaxime Coste
2018-03-05Regex: Remove helper functions from regex_impl.hhMaxime Coste
2018-03-05Merge remote-tracking branch 'fsub/unused-lambda-capture'Maxime Coste
2018-03-04Remove SelectionList::update_timestamp()Maxime Coste
2018-03-04Insert: Do not move end of line on open line (o/O)Maxime Coste
2018-03-03Remove unused lambda capturefsub
2018-03-02Remove <scope> from user-modes commandsDelapouite
2018-03-01Update status message with new breaking changesMaxime Coste
2018-03-01Change x behaviour to select full line first even if on EOLMaxime Coste
2018-03-01Reintroduce complex selection merging behaviourMaxime Coste
2018-03-01Merge remote-tracking branch 'Delapouite/user-mode-lock'Maxime Coste
2018-02-28InsertCompleter: refactor line completer implementationMaxime Coste
2018-02-28Merge remote-tracking branch 'Delapouite/line_complete'Maxime Coste
2018-02-28Commands: Refactor generate_switches_docMaxime Coste
2018-02-28Ranges: Fix copiability of some range view iteratorsMaxime Coste
2018-02-28Merge remote-tracking branch 'aver-d/option_display'Maxime Coste
2018-02-28Prompt: update completions after inserting register or raw keMaxime Coste
2018-02-28RefPtr: use inconditional noexcept specification on destructorMaxime Coste
2018-02-27Add -lock switch to enter-user-mode commandDelapouite
2018-02-27Add support for line completion in all buffersDelapouite
2018-02-27Add [scratch] indicator in context infoDelapouite
2018-02-26Fix out of bound read in ParameterParser::get_switchMaxime Coste
2018-02-26Merge remote-tracking branch 'Delapouite/sels'Maxime Coste
2018-02-25Ease reading of command-line optionsaver-d
2018-02-25RefPtr: Add some more noexcept specificationsMaxime Coste