summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.0.0768: terminal window status shows "[Scratch]"v8.0.0768Bram Moolenaar2017-07-244-50/+130
* patch 8.0.0767: build failure with Athena and Motifv8.0.0767Bram Moolenaar2017-07-242-2/+4
* patch 8.0.0766: option test fails with +terminal featurev8.0.0766Bram Moolenaar2017-07-242-1/+3
* patch 8.0.0765: build fails with tiny featuresv8.0.0765Bram Moolenaar2017-07-233-5/+5
* patch 8.0.0764: 'termkey' does not work yetv8.0.0764Bram Moolenaar2017-07-234-7/+27
* patch 8.0.0763: libvterm can be improvedv8.0.0763Bram Moolenaar2017-07-238-15/+26
* patch 8.0.0762: ml_get error with :psearch in buffer without a namev8.0.0762Bram Moolenaar2017-07-235-1/+19
* patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar2017-07-2311-123/+169
* patch 8.0.0760: terminal window colors wrong with 'termguicolors'v8.0.0760Bram Moolenaar2017-07-234-2/+28
* patch 8.0.0759: MS-Windows: terminal does not adjust sizev8.0.0759Bram Moolenaar2017-07-232-18/+39
* patch 8.0.0758: possible crash when using a terminal windowv8.0.0758Bram Moolenaar2017-07-232-4/+16
* patch 8.0.0757: libvterm MSVC Makefile not included in the distributionv8.0.0757Bram Moolenaar2017-07-231-0/+2
* patch 8.0.0756: cannot build libvterm with MSVCv8.0.0756Bram Moolenaar2017-07-234-6/+48
* patch 8.0.0755: terminal window does not have colors in the GUIv8.0.0755Bram Moolenaar2017-07-2316-14/+100
* patch 8.0.0754: terminal window does not support colorsv8.0.0754Bram Moolenaar2017-07-234-3/+186
* patch 8.0.0753: no size reports to a job running in a terminalv8.0.0753Bram Moolenaar2017-07-224-7/+74
* patch 8.0.0752: build fails on MS-Windowsv8.0.0752Bram Moolenaar2017-07-222-1/+4
* patch 8.0.0751: OpenPTY missing with some combination of featuresv8.0.0751Bram Moolenaar2017-07-224-5/+13
* patch 8.0.0750: OpenPTY missing in non-GUI buildv8.0.0750Bram Moolenaar2017-07-223-17/+25
* patch 8.0.0749: some unicode digraphs are hard to rememberv8.0.0749Bram Moolenaar2017-07-222-0/+9
* patch 8.0.0748: running Vim in terminal window doesn't use the right colorsv8.0.0748Bram Moolenaar2017-07-223-33/+72
* patch 8.0.0747: :terminal without an argument doesn't workv8.0.0747Bram Moolenaar2017-07-222-2/+7
* patch 8.0.0746: when :term fails the job is not properly cleaned upv8.0.0746Bram Moolenaar2017-07-224-3/+18
* patch 8.0.0745: multi-byte characters in a terminal don't display wellv8.0.0745Bram Moolenaar2017-07-222-1/+10
* patch 8.0.0744: terminal window does not use a ptyv8.0.0744Bram Moolenaar2017-07-228-64/+102
* patch 8.0.0743: the 'termsize' option can be set to an invalid valuev8.0.0743Bram Moolenaar2017-07-223-0/+16
* patch 8.0.0742: terminal feature does not work on MS-Windowsv8.0.0742Bram Moolenaar2017-07-226-340/+589
* patch 8.0.0741: cannot build with HPUXv8.0.0741Bram Moolenaar2017-07-222-1/+3
* patch 8.0.0740: cannot resize a terminal window by the commandv8.0.0740Bram Moolenaar2017-07-213-2/+15
* patch 8.0.0739: terminal resizing doesn't work well.v8.0.0739Bram Moolenaar2017-07-204-19/+82
* patch 8.0.0738: cannot use the mouse to resize a terminal windowv8.0.0738Bram Moolenaar2017-07-192-15/+95
* patch 8.0.0737: crash when X11 selection is very bigv8.0.0737Bram Moolenaar2017-07-194-33/+57
* patch 8.0.0736: OptionSet not triggered when entering diff modev8.0.0736Bram Moolenaar2017-07-197-155/+219
* patch 8.0.0735: no indication that the quickfix window/buffer changedv8.0.0735Bram Moolenaar2017-07-193-0/+27
* Update translations.Bram Moolenaar2017-07-1918-1069/+2805
* patch 8.0.0734: the script to check translations can be improvedv8.0.0734Bram Moolenaar2017-07-192-0/+39
* patch 8.0.0733: can only add entries to one list in the quickfix stackv8.0.0733Bram Moolenaar2017-07-192-113/+112
* patch 8.0.0732: when updating a buffer modeless selection is lostv8.0.0732Bram Moolenaar2017-07-192-3/+25
* patch 8.0.0731: cannot build the terminal feature on MS-Windowsv8.0.0731Bram Moolenaar2017-07-193-3/+22
* patch 8.0.0730: terminal feature only supports Unix-like systemsv8.0.0730Bram Moolenaar2017-07-182-183/+339
* patch 8.0.0729: the help for the terminal configure option is wrongv8.0.0729Bram Moolenaar2017-07-183-16/+18
* patch 8.0.0728: the terminal structure is never freedv8.0.0728Bram Moolenaar2017-07-177-18/+73
* patch 8.0.0727: message about what register to yank into is not translatedv8.0.0727Bram Moolenaar2017-07-162-1/+3
* patch 8.0.0726: translations cleanup script is too conservativev8.0.0726Bram Moolenaar2017-07-162-1/+9
* patch 8.0.0725: a terminal window does not handle keyboard inputv8.0.0725Bram Moolenaar2017-07-165-12/+121
* patch 8.0.0724: the message for yanking doesn't indicate the registerv8.0.0724Bram Moolenaar2017-07-165-4/+45
* patch 8.0.0723: arglist test fails if file name case is ignoredv8.0.0723Bram Moolenaar2017-07-162-3/+24
* patch 8.0.0722: screen is messed by timer up at inputlist() promptv8.0.0722Bram Moolenaar2017-07-162-1/+3
* patch 8.0.0721: :argedit can only have one argumentv8.0.0721Bram Moolenaar2017-07-164-34/+26
* patch 8.0.0720: unfinished mapping not displayed when running timerv8.0.0720Bram Moolenaar2017-07-162-4/+8