summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-07-13Fix undo handling in <a-o>/<a-O>Maxime Coste
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
2017-07-09Remove assert in String::String(Codepoint, ColumnCount)Maxime Coste
2017-07-08Merge remote-tracking branch 'Delapouite/prompt-idle'Maxime Coste
2017-07-08Merge remote-tracking branch 'Delapouite/extend'Maxime Coste
2017-07-08Merge remote-tracking branch 'Delapouite/stars-less'Maxime Coste
2017-07-07Formatting fixesMaxime Coste
2017-07-07Treat non printable characters as zero-width instead of -1 widthMaxime Coste
2017-07-06Make register and completion autoinfo lists uniform with all the other onesDelapouite
2017-07-05Refine info titles to distinguish f/t (select) and F/T (extend)Delapouite
2017-07-05Docs: add missing PromptIdle hook mentionsDelapouite
2017-06-29Formatting tweakMaxime Coste
2017-06-29Remove some dead codeMaxime Coste
2017-06-29Code style tweakMaxime Coste
2017-06-29Validating an empty command in prompt reruns the last commandMaxime Coste
2017-06-29Merge remote-tracking branch 'danr/Expose-last-entered-command-in-register'Maxime Coste
2017-06-28Consider non-files buffers as never modifiedMaxime Coste
2017-06-27Do not allow repeating last insert when we are not in normal modeMaxime Coste
2017-06-27Ensure cursor stays visible with wrapped line bigger than windowMaxime Coste
2017-06-26Fix reference highlighter not forwarding compute_display_setupMaxime Coste
2017-06-26Fix replacing last eol with a single eolMaxime Coste
2017-06-26Use the extra_word_chars option in word based normal commandsMaxime Coste
2017-06-26Pass a context instead of just the buffer to selector functionsMaxime Coste
2017-06-26Remove useless Vector, use a ConstArrayView insteadMaxime Coste
2017-06-26Change completion_extra_word_char to be a list of codepoints instead of a stringMaxime Coste
2017-06-26Always use the base LineNumber face for the line number separatorMaxime Coste
2017-06-26Formatting fixMaxime Coste
2017-06-26Disable -Wunknown-attributesMaxime Coste
2017-06-26Fix various undefined behaviours detected by UBSanMaxime Coste
2017-06-25Remember count when repeating last insertMaxime Coste
2017-06-24Slight code refactoring and perf improvement in vector option to stringMaxime Coste
2017-06-23Add ctags command renaming info in the startup messageMaxime Coste
2017-06-23Merge remote-tracking branch 'nuao/autoshowcompl_opt'Maxime Coste
2017-06-23Merge remote-tracking branch 'lenormf/debug-commands'Maxime Coste
2017-06-23Do not set idle timers when running in a transient contextMaxime Coste
2017-06-23Use an HashMap to store options in option managerMaxime Coste
2017-06-17Use user-supplied autoshowcompl option's value.nuao
2017-06-17Use already stored coordinates in show_whitespacesMaxime Coste
2017-06-17Merge remote-tracking branch 'EliteTK/fix-show_whitespaces-tab'Maxime Coste
2017-06-17Correctly handle tabs when show_whitespaces is addedTomasz Kramkowski
2017-06-17src: Add `profile-hash-maps` to the `debug` command's docstringFrank LENORMAND