summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-07Introduce highlighting phases and display setup computationMaxime Coste
2017-05-07Add a wrap highlighterMaxime Coste
2017-05-07Do not use any display information to determine where the cursor movesMaxime Coste
2017-05-07Fix use of invalidated iterator in the command map on exceptionMaxime Coste
2017-04-25Support appending selections to empty registerMaxime Coste
2017-04-24Style tweak in highglighters.ccMaxime Coste
2017-04-23Add noexcept specifiers to unicode and utf8 functionsMaxime Coste
2017-04-22Set stdin to /dev/null instead of closing it when we dont have data to pipe t...Maxime Coste
2017-04-20Fix generation of empty erase changesMaxime Coste
2017-04-20Merge remote-tracking branch 'lenormf/command-force-write'Maxime Coste
2017-04-20Change utf8::to_next/to_previous so that they are more symetricalMaxime Coste
2017-04-20src: Implement a `write!` commandFrank LENORMAND
2017-04-20Assume filename passed to write_buffer_to_file is already parsedMaxime Coste
2017-04-19Safer code for parsing commandsMaxime Coste
2017-04-19Fix uninitialised value for cursor modeMaxime Coste
2017-04-19Do not try to split non range atoms in column highlighterMaxime Coste
2017-04-17When not sending data to a subprocess, close its stdinMaxime Coste
2017-04-12Place hardware terminal cursor at the current main cursor/prompt cursor positionMaxime Coste
2017-04-11Name key '+' as plus and '-' as minusMaxime Coste
2017-04-11Change multi modifier key syntax to be <c-a-space> instead of <ca-space>Maxime Coste
2017-04-10Merge remote-tracking branch 'lenormf/fix-filter-backup-suffix'Maxime Coste
2017-04-10Remove some now unneeded uses of const String& paramsMaxime Coste
2017-04-10Add support for parsing multiple modifiers in keysMaxime Coste
2017-04-10src: Support the `-help` flagFrank LENORMAND
2017-04-04ncurses: When hiding the menu, recompute the info positionMaxime Coste
2017-04-03Do not disable autoinfo and autoshowcompl in non interactive contextMaxime Coste
2017-04-03Change prompt completion to only update when idleMaxime Coste
2017-03-30Expose hook params regex captures in hook_param_capture_NMaxime Coste
2017-03-30Add an InsertDelete hookMaxime Coste
2017-03-27Merge remote-tracking branch 'lenormf/fix-makefile-distclean'Maxime Coste
2017-03-26src: Fix the `distclean` Makefile targetFrank LENORMAND
2017-03-24Remove some unneeded type declarations in AliasRegistryMaxime Coste
2017-03-23src: Introduce a `-i` suffix flag for filter backupsFrank LENORMAND
2017-03-22Try to fix clang 3.5 compilationMaxime Coste
2017-03-21Merge faces in show_whitespaces highlighter instead of replacing itMaxime Coste
2017-03-16Use a HashMap to store the normal mode keymapMaxime Coste
2017-03-16Fixes some clang-tidy warning and add a few missing meta.hh includeMaxime Coste
2017-03-16Try to clean up option include a bitMaxime Coste
2017-03-15Move enum/flags option functions to option_types.hhMaxime Coste
2017-03-15Small code tweaks regarding flags handlingMaxime Coste
2017-03-15Remove unneeded 'valid' helper templateMaxime Coste
2017-03-15Migrate WithBitOps template specialization to with_bit_ops functionMaxime Coste
2017-03-15Migrate to a more value based meta programming modelMaxime Coste
2017-03-15Move SelectionList::set implementation out of the headerMaxime Coste
2017-03-15The canonical name for the documentation command is :doc, not :helpMaxime Coste
2017-03-15src: Make the cursor character an opening delimiterFrank LENORMAND
2017-03-14src: Align the assistant in the middle of the popupFrank LENORMAND
2017-03-11Increase modelinefmt configuration powerDan Rosén
2017-03-10Add dilbert in the ui_options doctringMaxime Coste
2017-03-10Merge remote-tracking branch 'lenormf/assistant-dilbert'Maxime Coste