summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-09Remove assert in String::String(Codepoint, ColumnCount)Maxime Coste
2017-07-08Highliight git MERGE_MSG files as commit messagesMaxime Coste
2017-07-08Merge remote-tracking branch 'lenormf/fix-tupfile'Maxime Coste
2017-07-08Merge remote-tracking branch 'lenormf/fix-c-family'Maxime Coste
2017-07-08Fix trailing whitespaces in READMEMaxime 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-29rc c-family: Add a hook to the insert groupFrank LENORMAND
2017-06-29rc tupfile: Fix the keywords regexFrank LENORMAND
2017-06-29contrib Tupfile: Adapt to upstream changesFrank LENORMAND
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-26Merge remote-tracking branch 'Delapouite/hook-expansions'Maxime Coste
2017-06-26Add error message when using format command with no formatcmd specifiedDelapouite
2017-06-26Docs: add more details about hooksDelapouite
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-25Merge remote-tracking branch 'lenormf/fix-formatter'Maxime Coste
2017-06-24Slight code refactoring and perf improvement in vector option to stringMaxime Coste
2017-06-23rc formatter: Make sure the formatter returned successfullyFrank LENORMAND
2017-06-23Add ctags command renaming info in the startup messageMaxime Coste
2017-06-23Merge remote-tracking branch 'lenormf/fix-ctags-command-names'Maxime 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-23Merge remote-tracking branch 'lenormf/fix-faq'Maxime Coste
2017-06-22doc: Explain why `a` modifies the selection and `i` doesn'tFrank LENORMAND
2017-06-22doc: Mention the proper environment variable for pagersFrank LENORMAND