summaryrefslogtreecommitdiff
path: root/src/normal.cc
AgeCommit message (Expand)Author
2017-01-24Fix crash when clearing a regex prompt with multiple selectionsMaxime Coste
2017-01-22Add `gi` to go to first non-blank character on lineMaxime Coste
2017-01-16Use ints instead of unsigned for capture countMaxime Coste
2017-01-16Fix regex search/select not restoring initial selections on abortMaxime Coste
2017-01-11Detect empty selection lists when restoring selections from registersMaxime Coste
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2017-01-03Fix handling of main selection when copying selection to next/previous linesMaxime Coste
2017-01-02Ensure <esc> cancels in replace with charMaxime Coste
2017-01-01Move some template code out of selectors.hh into selectors.ccMaxime Coste
2017-01-01Refactor SelectionList::insert a bitMaxime Coste
2017-01-01Slight code refactor for paste handlingMaxime Coste
2016-12-23Set the register incrementally as well during incremental searchMaxime Coste
2016-12-23Display the command prompt in error face when the command is not foundMaxime Coste
2016-12-15Validate user text object desc more thorouglyMaxime Coste
2016-11-29Clean up includes of user_interface.hhMaxime Coste
2016-11-28Always consider end of selection is not and eol for keepMaxime Coste
2016-11-14Propagate the hooks disabled state through prompt, menu, and command executionMaxime Coste
2016-11-12Pass regex flags on keep matching/not matchingMaxime Coste
2016-11-09Add support for <a-Z> appending current selections to the given registerMaxime Coste
2016-11-02Propagate NormalParams to user mappingsMaxime Coste
2016-10-28Fix align support with aligntab = trueMaxime Coste
2016-10-24Make o/O open multiple lines when a count is givenMaxime Coste
2016-10-23Set main selection index to the current sel when piping different selectionsMaxime Coste
2016-10-11Add support for repeating the last object/char find commandMaxime Coste
2016-10-06Fix typo horzontally → horizontallyDelapouite
2016-10-05Fix custom text objectMaxime Coste
2016-10-04Add "(extend)" to search prompts when we are extending the selectionMaxime Coste
2016-10-01Support codepoints of variable widthMaxime Coste
2016-09-26Pass count to all object selectorsMaxime Coste
2016-08-31Remove the to_string(unsigned) (it conflicts with to_string(size_t) on x86)Maxime Coste
2016-08-27Support merging consecutive selections with <a-m>Maxime Coste
2016-08-27Map tab to jump forward until we can distinguish <c-i> from itMaxime Coste
2016-08-27Display the capture used in select/split promptMaxime Coste
2016-08-22Only drop blank prefixed history entries in command/shell promptsMaxime Coste
2016-08-05Regenerate shell-candidates for each completion sessionsMaxime Coste
2016-07-30Support sorting and merging overlapping separately, fix bug in moveMaxime Coste
2016-07-28Use the same logic for mouse wheel and (half) page up/downMaxime Coste
2016-07-28Use -1 for invalid codepoint, not 0Maxime Coste
2016-07-27Do not avoid end of lines after selecting modified ranges in undoMaxime Coste
2016-07-27Fix use of dead string memory and quick cleanupMaxime Coste
2016-07-26Allow selection primitives to use arbitrary punctuation signsFrank LENORMAND
2016-07-24Display some information when moving in historyMaxime Coste
2016-07-24Support for going backward/forward in buffer history with <a-u>/<a-U>Maxime Coste
2016-07-24Support counts for undo/redoMaxime Coste
2016-05-11Allow access to end of line with horizontal moves (h and l)Maxime Coste
2016-05-09Make utf8_iterator codepoint type and difference type configurableMaxime Coste
2016-04-19Add a -password switch to :prompt to allow for more secure password enteringMaxime Coste
2016-03-30Fix spaces_to_tabs implementation accessing past endMaxime Coste
2016-03-25Add a SplitView container viewMaxime Coste
2016-03-22User mappings and :exec are always executed in normal modeMaxime Coste