summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-05Add support for paste all (on <a-[pP]>)Maxime Coste
2014-07-05Minor style cleanupMaxime Coste
2014-07-05utf8: use end of sequence iterators for more securityMaxime Coste
2014-07-05Use unsigned char rather than char in utf8 decoding to avoid sign extensionMaxime Coste
2014-07-03add alt-n commands to (replace|append) previous matchAlex Leferry 2
2014-07-01Add :waq for write all an quit, with slight refactoringMaxime Coste
2014-07-01Accept upper case macro names, convert them to lower caseMaxime Coste
2014-06-30Fix spurious eol appearing in non scrolling fifo buffersMaxime Coste
2014-06-29Canonicalize filenames when checking if a buffer was written to its fileMaxime Coste
2014-06-27Replace boost::optional with our own implementationMaxime Coste
2014-06-27fix potential infinite loop in show_matching highlighterMaxime Coste
2014-06-26Style fixesMaxime Coste
2014-06-26Fix recursive string parsing, correct handling of escapesMaxime Coste
2014-06-24Rename utf8::utf8_iterator to utf8::iteratorMaxime Coste
2014-06-23Fix crash in Context::main_sel_register_valueMaxime Coste
2014-06-22Do not try to reload buffer if the buffer was deletedMaxime Coste
2014-06-21Add \ in normal mode to disable user hooks on next normal commandMaxime Coste
2014-06-21Only user hooks can be disabledMaxime Coste
2014-06-21Use main selection index as default when accessing only one register valueMaxime Coste
2014-06-18Add a line_option highlighter that highlight the line stored in an int optionMaxime Coste
2014-06-18Color Default now means 'keep as is' for most highlightersMaxime Coste
2014-06-18Minor code cleanup in highlightersMaxime Coste
2014-06-18Merge branch 'master' into hierarchical-highlightersMaxime Coste
2014-06-18Add a %val{...} expand typeMaxime Coste
2014-06-16Use -group rather than -id in hooks to mirror highlighters closerMaxime Coste
2014-06-16Add BufCloseFifo hook and use that to remove fifo directoriesMaxime Coste
2014-06-16Fix corner cases in region highlightingMaxime Coste
2014-06-16Merge branch 'master' into hierarchical-highlightersMaxime Coste
2014-06-16Do not merge overlapping selection when entering append modeMaxime Coste
2014-06-16Highlight selection cursors in a second passMaxime Coste
2014-06-16Use zstr instead of c_str in ncurses addutf8strMaxime Coste
2014-06-16Share implementation in complete_id/complete_group_idMaxime Coste
2014-06-15Refactor highlighter command completionsMaxime Coste
2014-06-14Fix selection updateMaxime Coste
2014-06-14Fix crash in paragraph selectionMaxime Coste
2014-06-14Fix crash in paragraph selectionMaxime Coste
2014-06-12Remove defhl, use addhl -groupMaxime Coste
2014-06-12Fix selection updateMaxime Coste
2014-06-12add postfix increment to ParameterParser iteratorMaxime Coste
2014-06-11Add MultiRegionHighlighterMaxime Coste
2014-06-11Refactor region highlighter, extract code to helper classesMaxime Coste
2014-06-11add ' ' for whitespaces objectAlex Leferry 2
2014-06-11Add support for recursion in region highlighterMaxime Coste
2014-06-10Convert Region highlighter to a HierarchicalHighlighterMaxime Coste
2014-06-10ref highlighter tolerates unexisting referenceMaxime Coste
2014-06-10Add a fill highlighter that just fills the display bufferMaxime Coste
2014-06-10Add HierachicalHighlighter classMaxime Coste
2014-06-10Replace FunctionGroup template with HighlighterGroup classMaxime Coste
2014-06-10Fix tabs-to-spaces an spaces-to-tabs with the selection refactorMaxime Coste
2014-06-09Refactor InputMode::Insert::prepareMaxime Coste