summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1006: quickfix list changes when parsing text with 'erroformat'v8.0.1006Bram Moolenaar2017-08-275-10/+84
* patch 8.0.1005: terminal without job updates slowly in GUIv8.0.1005Bram Moolenaar2017-08-274-100/+98
* patch 8.0.1004: matchstrpos() without a match returns too many itemsv8.0.1004Bram Moolenaar2017-08-273-23/+28
* patch 8.0.1003: 64 bit compiler warningv8.0.1003Bram Moolenaar2017-08-272-1/+3
* patch 8.0.1002: unnecessarily updating screen after timer callbackv8.0.1002Bram Moolenaar2017-08-266-10/+21
* patch 8.0.1001: setting 'encoding' makes 'printheader' invalidv8.0.1001Bram Moolenaar2017-08-262-1/+5
* patch 8.0.1000: cannot open a terminal without running a job in itv8.0.1000Bram Moolenaar2017-08-2610-30/+140
* patch 8.0.0999: indenting raw C++ strings is wrongv8.0.0999Bram Moolenaar2017-08-263-13/+31
* patch 8.0.0998: strange error when using K while only spaces are selectedv8.0.0998Bram Moolenaar2017-08-263-0/+24
* patch 8.0.0997v8.0.0997Bram Moolenaar2017-08-262-2/+4
* patch 8.0.0996: Mac: t_RS is echoed on the screne in Terminal.appv8.0.0996Bram Moolenaar2017-08-262-20/+36
* patch 8.0.0995: terminal tests fail on Macv8.0.0995Bram Moolenaar2017-08-252-0/+7
* patch 8.0.0994: MS-Windows: cursor in terminal blinks undesirablyv8.0.0994Bram Moolenaar2017-08-242-3/+7
* patch 8.0.0993: sometimes an xterm sends an extra CTRL-Xv8.0.0993Bram Moolenaar2017-08-242-0/+6
* patch 8.0.0992: terminal title is wrong when 'encoding' is DBCSv8.0.0992Bram Moolenaar2017-08-232-0/+20
* patch 8.0.0991: using wrong character conversion for DBCSv8.0.0991Bram Moolenaar2017-08-232-2/+4
* patch 8.0.0990: with DBCS 'encoding' wrong pasting register into terminalv8.0.0990Bram Moolenaar2017-08-232-0/+29
* patch 8.0.0989: ActiveTcl dll name has changed in 8.6.6v8.0.0989Bram Moolenaar2017-08-233-1/+10
* patch 8.0.0988: warning from Covscan about using NULL pointerv8.0.0988Bram Moolenaar2017-08-233-2/+5
* patch 8.0.0987: terminal: second byte of double-byte char wrongv8.0.0987Bram Moolenaar2017-08-222-2/+8
* patch 8.0.0986: terminal feature always requires multi-byte featurev8.0.0986Bram Moolenaar2017-08-223-10/+7
* patch 8.0.0985: libvterm has its own idea of character widthv8.0.0985Bram Moolenaar2017-08-227-7/+66
* patch 8.0.0984: terminal blinking cursor not correct in the GUIv8.0.0984Bram Moolenaar2017-08-222-5/+18
* patch 8.0.0983: unnecessary check for NULL pointerv8.0.0983Bram Moolenaar2017-08-212-3/+3
* patch 8.0.0982: cannot use a terminal when 'encoding' is non-utf8 multi-bytev8.0.0982Bram Moolenaar2017-08-212-15/+68
* patch 8.0.0981: cursor in terminal window blinks by defaultv8.0.0981Bram Moolenaar2017-08-212-1/+9
* patch 8.0.0980: Coverity warning for failing to open /dev/nullv8.0.0980Bram Moolenaar2017-08-212-0/+10
* patch 8.0.0979: terminal noblock test fails on MS-Windowsv8.0.0979Bram Moolenaar2017-08-202-2/+11
* patch 8.0.0978: writing to terminal job is not testedv8.0.0978Bram Moolenaar2017-08-202-0/+25
* patch 8.0.0977: cannot send lines to a terminal job on MS-Windowsv8.0.0977Bram Moolenaar2017-08-202-11/+20
* patch 8.0.0976: cannot send lines to a terminal jobv8.0.0976Bram Moolenaar2017-08-205-26/+85
* patch 8.0.0975: using freed memory when setting 'backspace'v8.0.0975Bram Moolenaar2017-08-202-0/+4
* patch 8.0.0974: resetting a string option does not trigger OptionSetv8.0.0974Bram Moolenaar2017-08-203-34/+50
* patch 8.0.0973: initial info about blinking cursor is wrongv8.0.0973Bram Moolenaar2017-08-206-38/+37
* patch 8.0.0972: compiler warnings for unused variablesv8.0.0972Bram Moolenaar2017-08-192-0/+6
* 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-192-1/+3
* patch 8.0.0969: Coverity warning for unused return valuev8.0.0969Bram Moolenaar2017-08-192-1/+3
* patch 8.0.0968: crash when switching terminal modesv8.0.0968Bram Moolenaar2017-08-192-3/+4
* patch 8.0.0967: using a terminal may cause the cursor to blinkv8.0.0967Bram Moolenaar2017-08-192-2/+5
* patch 8.0.0966: build failure without terminal featurev8.0.0966Bram Moolenaar2017-08-192-1/+3
* patch 8.0.0965: not restoring cursor shape after it was set in a terminalv8.0.0965Bram Moolenaar2017-08-195-48/+132
* patch 8.0.0964: channel write buffer does not work with poll()v8.0.0964Bram Moolenaar2017-08-192-8/+6
* patch 8.0.0963: terminal test fails on MacOSv8.0.0963Bram Moolenaar2017-08-192-5/+14
* patch 8.0.0962: crash with virtualedit and joining linesv8.0.0962Bram Moolenaar2017-08-196-0/+52
* 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-182-3/+7
* patch 8.0.0959: build failure on MS-Windowsv8.0.0959Bram Moolenaar2017-08-182-8/+7
* patch 8.0.0958: terminal test fails on Windows when winpty dll is missingv8.0.0958Bram Moolenaar2017-08-182-1/+3
* patch 8.0.0957: a terminal job can deadlock when sending many keysv8.0.0957Bram Moolenaar2017-08-186-37/+215