summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-20Merge remote-tracking branch 'Delapouite/rmhl'Maxime Coste
2017-07-20Fix wrong autoinfo for remove-highlighterDelapouite
2017-07-19Make non smart case full match better than smart case full matchMaxime Coste
2017-07-19Use smart case matching for contiguous/prefix/fullmatch detectionMaxime Coste
2017-07-19Require clang >= 3.6 as 3.5 is failing on debug symbol generationMaxime Coste
2017-07-19Detect overflow using a long long for the computation result.Maxime Coste
2017-07-19Fix main selection handling in keep pipe ($)Maxime Coste
2017-07-19Merge remote-tracking branch 'lenormf/fix-git' into c++14Maxime Coste
2017-07-19Remove `echo -color` support, superseeded by `echo -markup`Maxime Coste
2017-07-19Update README for C++14 requirementMaxime Coste
2017-07-19More use of std::enable_if_t aliasMaxime Coste
2017-07-19More uses of standard type traits aliasesMaxime Coste
2017-07-19Remove unused functionMaxime Coste
2017-07-19Try to simplify back travis configMaxime Coste
2017-07-19Use c++14 function deduction and decltype(auto) to cleanup some codeMaxime Coste
2017-07-19Cleanup some code with C++14 featuresMaxime Coste
2017-07-19Fix travis configuration for C++14 supportMaxime Coste
2017-07-19Migrate code to c++14Maxime Coste
2017-07-19Add an assert to try to get more info on #1506Maxime Coste
2017-07-18Use the provided equal functor for prefix/suffix detection in diffMaxime Coste
2017-07-18Merge remote-tracking branch 'Delapouite/extra_word'Maxime Coste
2017-07-18Merge remote-tracking branch 'lenormf/fix-man-expr-reserved-words'Maxime Coste
2017-07-18More refactoring of the diff code in order to make it cleanerMaxime Coste
2017-07-18Change diff Implementation to use end indices instead of lengthMaxime Coste
2017-07-17rc man: Avoid undefined behavior on `expr`Frank LENORMAND
2017-07-17Slight style changeMaxime Coste
2017-07-17Refactor find_diff_rec and detect kept prefix/suffixes earlyMaxime Coste
2017-07-17Remove MirroredArray for diff implementationMaxime Coste
2017-07-17Fix xmessage handling in assert.ccMaxime Coste
2017-07-17rc git: Don't force a highlighting format on commitsFrank LENORMAND
2017-07-16Tolerate that the cursor might not be visibleMaxime Coste
2017-07-16Merge remote-tracking branch 'lenormf/fix-formatter'Maxime Coste
2017-07-15Small code cleanup in diff implementationMaxime Coste
2017-07-14rc formatter: Don't force selection restorationFrank LENORMAND
2017-07-14Fix replacing reducing selections to their cursorMaxime Coste
2017-07-14`|` now applies the diff of the modification instead of plain replaceMaxime Coste
2017-07-14Fix assertion when replacing with empty stringsMaxime Coste
2017-07-14Fix an assert in compute modified ranges when merging single char rangesMaxime Coste
2017-07-13Fix undo handling in <a-o>/<a-O>Maxime Coste
2017-07-12Docs: update completions_extra_word_chars → extra_word_charsDelapouite
2017-07-12Add main selection index in mode_infoDelapouite
2017-07-13Small startup message formatting tweakMaxime Coste
2017-07-11Alternative, and hopefully safer implementation of <a-o>/<a-O>Maxime Coste
2017-07-11Add <a-c> and <a-d> for changing/deleting without yankingMaxime Coste
2017-07-11Preserve order of definition of mappings when listing themMaxime Coste
2017-07-11Merge remote-tracking branch 'Delapouite/last-command-reg'Maxime Coste
2017-07-11Add <a-o> and <a-O> to add lines below/above selectionsMaxime Coste
2017-07-10Docs: add missing colon register (last entered command)Delapouite
2017-07-09Merge remote-tracking branch 'Delapouite/alt-r'Maxime Coste
2017-07-09Docs: add missing <a-R> key and fix info messageDelapouite