1. 2d6d76f patch 8.1.2255: ":term ++shell" does not work on MS-Windows by Bram Moolenaar · 6 years ago
  2. 197c6b7 patch 8.1.2251: ":term command" may not work without a shell by Bram Moolenaar · 6 years ago
  3. 1e814bc patch 8.1.2248: CTRL-W dot does not work when modifyOtherKeys is enabled by Bram Moolenaar · 6 years ago
  4. 28ed4df patch 8.1.2219: no autocommand for open window with terminal by Bram Moolenaar · 6 years ago
  5. 8f7ab4b patch 8.1.2204: crash on exit when closing terminals by Bram Moolenaar · 6 years ago
  6. 4d14bac patch 8.1.2195: Vim does not exit when the terminal window is last window by Bram Moolenaar · 6 years ago
  7. 459fd78 patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled by Bram Moolenaar · 6 years ago
  8. 6a0299d patch 8.1.2134: modifier keys are not always recognized by Bram Moolenaar · 6 years ago
  9. 1614a14 patch 8.1.2120: some MB_ macros are more complicated than necessary by Bram Moolenaar · 6 years ago
  10. 8617348 patch 8.1.2107: various memory leaks reported by asan by Bram Moolenaar · 6 years ago
  11. d2842ea patch 8.1.2080: the terminal API is limited and can't be disabled by Bram Moolenaar · 6 years ago
  12. e0d749a patch 8.1.2076: crash when trying to put a terminal in a popup window by Bram Moolenaar · 6 years ago
  13. bd67aac patch 8.1.2064: MS-Windows: compiler warnings for unused arguments by Bram Moolenaar · 6 years ago
  14. 840d16f patch 8.1.2021: some global functions can be local to the file by Bram Moolenaar · 6 years ago
  15. 7ee80f7 patch 8.1.2012: more functions can be used as methods by Bram Moolenaar · 6 years ago
  16. a4b2699 patch 8.1.1848: 'langmap' is not used for CTRL-W command in terminal by Bram Moolenaar · 6 years ago
  17. c6538bc patch 8.1.1800: function call functions have too many arguments by Bram Moolenaar · 6 years ago
  18. 5c381eb patch 8.1.1592: may start file dialog while exiting by Bram Moolenaar · 6 years ago
  19. 75a1a94 patch 8.1.1575: callbacks may be garbage collected by Bram Moolenaar · 6 years ago
  20. 517f71a patch 8.1.1566: error message when terminal closes in another tab by Bram Moolenaar · 6 years ago
  21. 87abab9 patch 8.1.1457: cannot reuse a buffer when loading a screen dump by Bram Moolenaar · 6 years ago
  22. c799fe2 patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts by Bram Moolenaar · 6 years ago
  23. 51e1438 patch 8.1.1393: unnecessary type casts by Bram Moolenaar · 6 years ago
  24. 4d784b2 patch 8.1.1391: no popup window support by Bram Moolenaar · 6 years ago
  25. 18a4ba2 patch 8.1.1386: unessesary type casts for lalloc() by Bram Moolenaar · 6 years ago
  26. 9e58787 patch 8.1.1330: using bold attribute in terminal changes the color by Bram Moolenaar · 6 years ago
  27. 6ed8819 patch 8.1.1319: computing function length name in many places by Bram Moolenaar · 6 years ago
  28. afde13b patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe by Bram Moolenaar · 6 years ago
  29. ad3ec76 patch 8.1.1194: typos and small problems in source files by Bram Moolenaar · 6 years ago
  30. b9cdb37 patch 8.1.1182: some function prototypes are outdated by Bram Moolenaar · 6 years ago
  31. 1d79ce8 patch 8.1.1161: unreachable code by Bram Moolenaar · 6 years ago
  32. ef8c83c patch 8.1.1146: in MS-Windows console colors in a terminal window are wrong by Bram Moolenaar · 6 years ago
  33. 16c34c3 patch 8.1.1131: getwinpos() does not work in the MS-Windows console by Bram Moolenaar · 6 years ago
  34. 6bc9305 patch 8.1.1127: getwinpos() doesn't work in terminal on MS-Windows console by Bram Moolenaar · 6 years ago
  35. fa1e90c patch 8.1.1125: libvterm does not handle the window position report by Bram Moolenaar · 6 years ago
  36. abab0b0 patch 8.1.1086: too many curly braces by Bram Moolenaar · 6 years ago
  37. 697005f patch 8.1.1024: stray log calls in terminal code by Bram Moolenaar · 6 years ago
  38. 8376c3d patch 8.1.1018: window cleared when entering Terminal-Normal twice by Bram Moolenaar · 6 years ago
  39. 32033d2 patch 8.1.0982: update_cursor() called twice in :shell by Bram Moolenaar · 6 years ago
  40. 4f97475 patch 8.1.0941: macros for MS-Windows are inconsistent by Bram Moolenaar · 6 years ago
  41. 5acd987 patch 8.1.0929: no error when requesting ConPTY but it's not available by Bram Moolenaar · 6 years ago
  42. c3ef896 patch 8.1.0923: terminal dump diff swap does not update file names by Bram Moolenaar · 6 years ago
  43. 81aa0f5 patch 8.1.0921: terminal test sometimes fails; using memory after free by Bram Moolenaar · 6 years ago
  44. 29ae223 patch 8.1.0920: in Terminal-Normal mode job output messes up the window by Bram Moolenaar · 6 years ago
  45. 18442cb patch 8.1.0912: MS-Windows: warning for signed/unsigned by Bram Moolenaar · 6 years ago
  46. d9ef1b8 patch 8.1.0909: MS-Windows: using ConPTY even though it is not stable by Bram Moolenaar · 6 years ago
  47. 48773f1 patch 8.1.0900: ConPTY many crash with 32-bit build by Bram Moolenaar · 6 years ago
  48. c6ddce3 patch 8.1.0880: MS-Windows: inconsistent selection of winpty/conpty by Bram Moolenaar · 6 years ago
  49. aa5df7e patch 8.1.0870: Vim doesn't use the new ConPTY support in Windows 10 by Bram Moolenaar · 7 years ago
  50. 9172d23 patch 8.1.0847: may use terminal after it was cleaned up by Bram Moolenaar · 7 years ago
  51. 2a4857a patch 8.1.0845: having job_status() free the job causes problems by Bram Moolenaar · 7 years ago
  52. 1ecc5e4 patch 8.1.0824: SunOS/Solaris has a problem with ttys by Bram Moolenaar · 7 years ago
  53. 113e107 patch 8.1.0785: depending on the configuration some functions are unused by Bram Moolenaar · 7 years ago
  54. 617d7ef patch 8.1.0760: no proper test for using 'termencoding' by Bram Moolenaar · 7 years ago
  55. f9e3e09 patch 8.1.0743: giving error messages is not flexible by Bram Moolenaar · 7 years ago
  56. f2d79fa patch 8.1.0685: get_buf_tv() is named inconsistently by Bram Moolenaar · 7 years ago
  57. 06d6260 patch 8.1.0645: Coverity warns for possible use of NULL pointer by Bram Moolenaar · 7 years ago
  58. cd929f7 patch 8.1.0633: crash when out of memory while opening a terminal window by Bram Moolenaar · 7 years ago
  59. 528ccfb patch 8.1.0618: term_getjob() does not return v:null as documented by Bram Moolenaar · 7 years ago
  60. d155d7a patch 8.1.0615: get_tv function names are not consistent by Bram Moolenaar · 7 years ago
  61. a79fd56 patch 8.1.0611: crash when using terminal with long composing characters by Bram Moolenaar · 7 years ago
  62. 8f66717 patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string() by Bram Moolenaar · 7 years ago
  63. f3aea59 patch 8.1.0522: :terminal does not show trailing empty lines by Bram Moolenaar · 7 years ago
  64. 0fd6be7 patch 8.1.0491: if a terminal dump has CR it is considered corrupt by Bram Moolenaar · 7 years ago
  65. 29e7fe5 patch 8.1.0481: when "Terminal" highlight is reverted cursor doesn't show by Bram Moolenaar · 7 years ago
  66. a5c48c2 patch 8.1.0358: crash when using term_dumpwrite() after the job finished by Bram Moolenaar · 7 years ago
  67. 98fc8d7 patch 8.1.0326: screen dump does not consider NUL and space equal by Bram Moolenaar · 7 years ago
  68. 5db7eec patch 8.1.0243: using :term ++close ++hidden closes a window by Bram Moolenaar · 7 years ago
  69. 7da1fb5 patch 8.1.0238: 'buftype' is cleared when using ":term ++hidden cat" by Bram Moolenaar · 7 years ago
  70. 875cf87 patch 8.1.0171: typing CTRL-W n in a terminal window causes ml_get error by Bram Moolenaar · 7 years ago
  71. e0be167 patch 8.1.0166: using dict_add_nr_str() is clumsy by Bram Moolenaar · 7 years ago
  72. f9c3883 patch 8.1.0087: v:shell_error is always zero when using terminal for "!cmd" by Bram Moolenaar · 7 years ago
  73. 0ce7413 patch 8.1.0076: command getting cleared with CTRL-W : in a terminal window by Bram Moolenaar · 7 years ago
  74. dcdeaaf patch 8.1.0072: use of 'termwinkey' is inconsistent by Bram Moolenaar · 7 years ago
  75. 493359e patch 8.1.0050: $VIM_TERMINAL is also set when not in a terminal window by Bram Moolenaar · 7 years ago
  76. 6b810d9 patch 8.1.0032: BS in prompt buffer starts new line by Bram Moolenaar · 7 years ago
  77. d45aa55 patch 8.1.0016: possible crash in term_wait() by Bram Moolenaar · 7 years ago
  78. 05af9a4 patch 8.1.0015: cursor color wrong when closing a terminal window by Bram Moolenaar · 7 years ago
  79. 4f7fd56 patch 8.1.0013: using freed memory when changing terminal cursor color by Bram Moolenaar · 7 years ago
  80. 03998f6 patch 8.0.1850: todo items in source code not visible for users by Bram Moolenaar · 7 years ago
  81. 4d6cd29 patch 8.0.1848: 'termwinscroll' does not work properly by Bram Moolenaar · 7 years ago
  82. 620020e patch 8.0.1838: cursor in wrong pos when switching to Terminal-Normal mode by Bram Moolenaar · 7 years ago
  83. 05c4a47 patch 8.0.1830: switching to Terminal-Normal mode does not redraw by Bram Moolenaar · 7 years ago
  84. 73dd1bd patch 8.0.1824: Coverity warns for variable that may be uninitialized by Bram Moolenaar · 7 years ago
  85. 2bc7995 patch 8.0.1821: cursor in terminal window moves when pressing CTRL-W by Bram Moolenaar · 7 years ago
  86. 3f1a53c patch 8.0.1818: lines remove from wrong buffer when using terminal window by Bram Moolenaar · 7 years ago
  87. 0cb8ac7 patch 8.0.1815: crash with terminal window and with 'lazyredraw' set by Bram Moolenaar · 7 years ago
  88. a10ae5e patch 8.0.1814: crash with terminal window and with 'lazyredraw' set by Bram Moolenaar · 7 years ago
  89. 56bc8e2 patch 8.0.1810: buffer of a terminal only updated in Terminal-Normal mode by Bram Moolenaar · 7 years ago
  90. 9b50f36 patch 8.0.1803: warning for uninitialized variable by Bram Moolenaar · 7 years ago
  91. 402c839 patch 8.0.1802: MS-Windows: terminal test fails by Bram Moolenaar · 7 years ago
  92. f25329c patch 8.0.1801: MS-Windows: redirecting terminal output does not work by Bram Moolenaar · 7 years ago
  93. 6eddadf patch 8.0.1797: terminal window is redrawn too often by Bram Moolenaar · 7 years ago
  94. 231a2db patch 8.0.1796: GUI: click on tab fails when the focus is in a terminal by Bram Moolenaar · 7 years ago
  95. b0b98d5 patch 8.0.1795: lose contact with jobs when :gui forks by Bram Moolenaar · 7 years ago
  96. b833c1e patch 8.0.1794: duplicate term options after renaming by Bram Moolenaar · 7 years ago
  97. 606cb8b patch 8.0.1789: BufWinEnter does not work well for a terminal window by Bram Moolenaar · 7 years ago
  98. b2ac14c patch 8.0.1786: no test for 'termwinkey' by Bram Moolenaar · 7 years ago
  99. c5cd885 patch 8.0.1783: cannot use 256 colors in a MS-Windows console by Bram Moolenaar · 7 years ago
  100. ebe74b7 patch 8.0.1747: MS-Windows: term_start() does not set job_info() cmd by Bram Moolenaar · 7 years ago