summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.0976: cannot send lines to a terminal jobv8.0.0976Bram Moolenaar2017-08-201-0/+2
* patch 8.0.0975: using freed memory when setting 'backspace'v8.0.0975Bram Moolenaar2017-08-201-0/+2
* patch 8.0.0974: resetting a string option does not trigger OptionSetv8.0.0974Bram Moolenaar2017-08-201-0/+2
* patch 8.0.0973: initial info about blinking cursor is wrongv8.0.0973Bram Moolenaar2017-08-201-0/+2
* patch 8.0.0972: compiler warnings for unused variablesv8.0.0972Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0971: 'winptydll' missing from :optionsv8.0.0971Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0970: passing invalid highlight idv8.0.0970Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0969: Coverity warning for unused return valuev8.0.0969Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0968: crash when switching terminal modesv8.0.0968Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0967: using a terminal may cause the cursor to blinkv8.0.0967Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0966: build failure without terminal featurev8.0.0966Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0965: not restoring cursor shape after it was set in a terminalv8.0.0965Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0964: channel write buffer does not work with poll()v8.0.0964Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0963: terminal test fails on MacOSv8.0.0963Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0962: crash with virtualedit and joining linesv8.0.0962Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0961: the script to build the installer does not include winptyv8.0.0961Bram Moolenaar2017-08-191-0/+2
* patch 8.0.0960: job in terminal does not get CTRL-Cv8.0.0960Bram Moolenaar2017-08-181-0/+2
* patch 8.0.0959: build failure on MS-Windowsv8.0.0959Bram Moolenaar2017-08-181-0/+2
* patch 8.0.0958: terminal test fails on Windows when winpty dll is missingv8.0.0958Bram Moolenaar2017-08-181-0/+2
* patch 8.0.0957: a terminal job can deadlock when sending many keysv8.0.0957Bram Moolenaar2017-08-181-0/+2
* patch 8.0.0956: scrolling in a terminal window has flickerv8.0.0956Bram Moolenaar2017-08-171-0/+2
* patch 8.0.0955: Test_existent_file() fails on some file systemsv8.0.0955Bram Moolenaar2017-08-171-0/+2
* patch 8.0.0954: /proc/self/exe might be a relative pathv8.0.0954Bram Moolenaar2017-08-171-0/+2
* patch 8.0.0953: get "no write since last change" error in terminal windowv8.0.0953Bram Moolenaar2017-08-171-0/+2
* patch 8.0.0952: has('terminal') does not check existence of dll filev8.0.0952Bram Moolenaar2017-08-171-0/+2
* patch 8.0.0951: another wrong #ifdefv8.0.0951Bram Moolenaar2017-08-171-0/+2
* patch 8.0.0950: MS-Windows: wrong #ifdef, compiler warningsv8.0.0950Bram Moolenaar2017-08-171-0/+2
* patch 8.0.0949: winpty.dll name is fixedv8.0.0949Bram Moolenaar2017-08-161-0/+2
* patch 8.0.0948: crash if timer closes window while dragging status linev8.0.0948Bram Moolenaar2017-08-161-0/+2
* patch 8.0.0947: entering terminal using C-O C-W C-W goes to Insert modev8.0.0947Bram Moolenaar2017-08-161-0/+2
* patch 8.0.0946: using PATH_MAX does not work well on some systemsv8.0.0946Bram Moolenaar2017-08-141-0/+2
* patch 8.0.0945: 64-bit compiler warningsv8.0.0945Bram Moolenaar2017-08-141-0/+2
* patch 8.0.0944: test_profile is a little bit flakyv8.0.0944Bram Moolenaar2017-08-141-0/+2
* patch 8.0.0943: MS-Windows: Test_terminal_scrape_multibyte may failv8.0.0943Bram Moolenaar2017-08-141-0/+2
* patch 8.0.0942: using freed memory with ":terminal"v8.0.0942Bram Moolenaar2017-08-141-0/+2
* patch 8.0.0941: existing color schemes don't like StatusLineTermv8.0.0941Bram Moolenaar2017-08-141-0/+2
* patch 8.0.0940: Test_terminal_scrape_multibyte is flakyv8.0.0940Bram Moolenaar2017-08-141-0/+2
* patch 8.0.0939: Test_terminal_env is flakyv8.0.0939Bram Moolenaar2017-08-141-0/+2
* patch 8.0.0938: scrolling in terminal window is inefficientv8.0.0938Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0937: user highlight groups not adjusted for terminalv8.0.0937Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0936: mode() returns wrong value for a terminal windowv8.0.0936Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0935: cannot recognize a terminal buffer in :ls outputv8.0.0935Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0934: change to struts.h missing in patchv8.0.0934Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0933: terminal test tries to start GUI when it's not possiblev8.0.0933Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0932: terminal may not use right characters for BS and Enterv8.0.0932Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0931: getwininfo() does not indicate a terminal windowv8.0.0931Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0930: terminal buffers are stored in the viminfo filev8.0.0930Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0929: :term without argument does not workv8.0.0929Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0928: MS-Windows: passing arglist to job has escaping problemsv8.0.0928Bram Moolenaar2017-08-131-0/+2
* patch 8.0.0927: if a terminal job sends a blank title "running" is not shownv8.0.0927Bram Moolenaar2017-08-131-0/+2