1. 9067cd6 patch 8.1.0672: the Lua interface doesn't know about v:null by Bram Moolenaar · 7 years ago
  2. e1e714e patch 8.1.0671: cursor in the wrong column after auto-formatting by Bram Moolenaar · 7 years ago
  3. 3d631cb patch 8.1.0670: macro for popup menu width is unused by Bram Moolenaar · 7 years ago
  4. a355652 patch 8.1.0669: the ex_sign() function is too long by Bram Moolenaar · 7 years ago
  5. c0676ba patch 8.1.0668: no test for overstrike mode in the command line by Bram Moolenaar · 7 years ago
  6. 2f21fa8 patch 8.1.0667: textprop test leaves file behind by Bram Moolenaar · 7 years ago
  7. fb2f7aa patch 8.1.0666: text property test fails by Bram Moolenaar · 7 years ago
  8. c6d86dc patch 8.1.0665: text property display wrong when 'spell' is set by Bram Moolenaar · 7 years ago
  9. af0839a patch 8.1.0664: configure "fail-if-missing" does not apply to enable-gui by Bram Moolenaar · 7 years ago
  10. 8caa10a patch 8.1.0663: text property display wrong when 'number' is set by Bram Moolenaar · 7 years ago
  11. ef0a1d5 patch 8.1.0662: needlessly searching for tilde in string by Bram Moolenaar · 7 years ago
  12. a8bfa17 patch 8.1.0661: clipboard regexp might be used recursively by Bram Moolenaar · 7 years ago
  13. 1ea88a3 patch 8.1.0660: sign_cleanup() may leak memory by Bram Moolenaar · 7 years ago
  14. ced198d patch 8.1.0659: build failure without the sign feature by Bram Moolenaar · 7 years ago
  15. 7d83bf4 patch 8.1.0658: deleting signs and completion for :sign is insufficient by Bram Moolenaar · 7 years ago
  16. 01e51e5 patch 8.1.0657: get error for using regexp recursively by Bram Moolenaar · 7 years ago
  17. c0c7549 patch 8.1.0656: trying to reconnect to X server may cause problems by Bram Moolenaar · 7 years ago
  18. b56ac04 patch 8.1.0655: when appending a line text property flags are not added by Bram Moolenaar · 7 years ago
  19. c1a9bc1 patch 8.1.0654: when deleting a line text property flags are not adjusted by Bram Moolenaar · 7 years ago
  20. 3de8c2d patch 8.1.0653: arglist test fails on MS-windows by Bram Moolenaar · 7 years ago
  21. 6d9e71a patch 8.1.0652: freeing memory for balloon eval too early by Bram Moolenaar · 7 years ago
  22. 2ac372c patch 8.1.0651: :args \"foo works like :args without argument by Bram Moolenaar · 7 years ago
  23. 5494818 patch 8.1.0650: command line argument -q [errorfile] is not tested by Bram Moolenaar · 7 years ago
  24. b7a7e03 patch 8.1.0649: setjmp() variables defined globally are used in one file by Bram Moolenaar · 7 years ago
  25. c8c8849 Update runtime files. by Bram Moolenaar · 7 years ago
  26. 5976f8f patch 8.1.0648: custom operators can't act upon a forced motion by Bram Moolenaar · 7 years ago
  27. d385b5d patch 8.1.0647: MS-Windows: balloon_show() does not handle wide characters by Bram Moolenaar · 7 years ago
  28. b09c684 patch 8.1.0646: cannot build with Ruby 2.6.0 by Bram Moolenaar · 7 years ago
  29. 06d6260 patch 8.1.0645: Coverity warns for possible use of NULL pointer by Bram Moolenaar · 7 years ago
  30. 6436cd8 patch 8.1.0644: finding next sign ID is inefficient by Bram Moolenaar · 7 years ago
  31. 00b1e04 patch 8.1.0643: computing byte offset wrong by Bram Moolenaar · 7 years ago
  32. e6fdf79 patch 8.1.0642: swapinfo() leaks memory by Bram Moolenaar · 7 years ago
  33. c57463c patch 8.1.0641: no check for out-of-memory when converting regexp by Bram Moolenaar · 7 years ago
  34. 548e598 patch 8.1.0640: get E14 while typing command :tab with 'incsearch' set by Bram Moolenaar · 7 years ago
  35. 8cf734e patch 8.1.0639: text properties test fails on MS-Windows by Bram Moolenaar · 7 years ago
  36. 48f88ac patch 8.1.0638: text property highlighting is off by one column by Bram Moolenaar · 7 years ago
  37. 4604fbb patch 8.1.0637: nsis file no longer used by Bram Moolenaar · 7 years ago
  38. b413d2e patch 8.1.0636: line2byte() gives wrong values with text properties by Bram Moolenaar · 7 years ago
  39. e38197d patch 8.1.0635: Coverity complains about null pointer use by Bram Moolenaar · 7 years ago
  40. e3d31b0 patch 8.1.0634: text properties cannot cross line boundaries by Bram Moolenaar · 7 years ago
  41. cd929f7 patch 8.1.0633: crash when out of memory while opening a terminal window by Bram Moolenaar · 7 years ago
  42. 7a2d989 patch 8.1.0632: using sign group names is inefficient by Bram Moolenaar · 7 years ago
  43. d6024e2 patch 8.1.0631: test for :stop fails on Arch by Bram Moolenaar · 7 years ago
  44. a42df59 patch 8.1.0630: "wincmd p" does not work after using an autocmd window by Bram Moolenaar · 7 years ago
  45. 5d24a22 patch 8.1.0629: "gn" selects the wrong text with a multi-line match by Bram Moolenaar · 7 years ago
  46. c33181c Ignore output files from indent tests. by Bram Moolenaar · 7 years ago
  47. 80dae04 patch 8.1.0628: Compiler warning on MS-Windows. by Bram Moolenaar · 7 years ago
  48. 9123c0b patch 8.1.0627: Python cannot handle function name of script-local function by Bram Moolenaar · 7 years ago
  49. 4814ccb patch 8.1.0626: MS-Windows: no resize to fit parent when using --windowid by Bram Moolenaar · 7 years ago
  50. 81df635 patch 8.1.0625: MS-Windows: terminal test fails in white console by Bram Moolenaar · 7 years ago
  51. 39b5d8b patch 8.1.0624: overuling CONF_ARGS from the environment still does not work by Bram Moolenaar · 7 years ago
  52. 3d1491e patch 8.1.0623: iterating through window frames is repeated by Bram Moolenaar · 7 years ago
  53. 9752c72 patch 8.1.0622: adding quickfix items marks items as valid errors by Bram Moolenaar · 7 years ago
  54. ef3c6a5 patch 8.1.0621: terminal debugger does not handle unexpected debugger exit by Bram Moolenaar · 7 years ago
  55. 3ac55c8 patch 8.1.0620: overuling CONF_ARGS from the environment no longer works by Bram Moolenaar · 7 years ago
  56. 461a7fc patch 8.1.0619: :echomsg and :echoerr do not handle List and Dict by Bram Moolenaar · 7 years ago
  57. 528ccfb patch 8.1.0618: term_getjob() does not return v:null as documented by Bram Moolenaar · 7 years ago
  58. 1916673 patch 8.1.0617: NSIS installer gets two files from the wrong directory by Bram Moolenaar · 7 years ago
  59. af610b8 patch 8.1.0616: NSIS installer is outdated 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. 162b714 patch 8.1.0614: placing signs can be complicated by Bram Moolenaar · 7 years ago
  62. 48f377a patch 8.1.0613: when executing an insecure function the secure flag is stuck by Bram Moolenaar · 7 years ago
  63. 9d302ad patch 8.1.0612: cannot use two global runtime dirs with configure by Bram Moolenaar · 7 years ago
  64. a79fd56 patch 8.1.0611: crash when using terminal with long composing characters by Bram Moolenaar · 7 years ago
  65. 6dc6703 patch 8.1.0610: MS-Windows ctags file list differs from Unix by Bram Moolenaar · 7 years ago
  66. 9d5c84a patch 8.1.0609: MS-Windows: unused variable, depending on the Ruby version by Bram Moolenaar · 7 years ago
  67. e667779 patch 8.1.0608: coverals is not updating by Bram Moolenaar · 7 years ago
  68. c447d8d patch 8.1.0607: proto files are not in sync with the source code by Bram Moolenaar · 7 years ago
  69. 9d87a37 Update runtime files. by Bram Moolenaar · 7 years ago
  70. a86187b patch 8.1.0606: 'cryptmethod' defaults to a very old method by Bram Moolenaar · 7 years ago
  71. 6403bcd patch 8.1.0605: running make in the top directory echoes a comment by Bram Moolenaar · 7 years ago
  72. 9eb76af patch 8.1.0604: autocommand test fails on MS-Windows by Bram Moolenaar · 7 years ago
  73. e751a5f patch 8.1.0603: the :stop command is not tested by Bram Moolenaar · 7 years ago
  74. 2caad3f patch 8.1.0602: DirChanged is also triggered when directory didn't change by Bram Moolenaar · 7 years ago
  75. 4efe73b patch 8.1.0601: a few compiler warnings by Bram Moolenaar · 7 years ago
  76. d80232b patch 8.1.0600: channel test is flaky by Bram Moolenaar · 7 years ago
  77. eeed665 patch 8.1.0599: without the +eval feature the indent tests don't work by Bram Moolenaar · 7 years ago
  78. 72846cf patch 8.1.0598: indent tests may use the wrong Vim binary by Bram Moolenaar · 7 years ago
  79. acecb3b patch 8.1.0597: cannot run test_libvterm from the top directory by Bram Moolenaar · 7 years ago
  80. 21e551c patch 8.1.0596: not all parts of printf() are tested by Bram Moolenaar · 7 years ago
  81. a9659e0 patch 8.1.0595: libvterm tests are not run with coverage by Bram Moolenaar · 7 years ago
  82. 8b321d6 patch 8.1.0594: libvterm tests fail to run on Mac by Bram Moolenaar · 7 years ago
  83. 37e3edc patch 8.1.0593: illegal memory access in libvterm test by Bram Moolenaar · 7 years ago
  84. 471f658 patch 8.1.0592: the libvterm tests are not run as part of Vim tests by Bram Moolenaar · 7 years ago
  85. 6c8dd39 patch 8.1.0591: channel sort test is flaky by Bram Moolenaar · 7 years ago
  86. cd1a62d patch 8.1.0590: when a job ends the closed channels are not handled by Bram Moolenaar · 7 years ago
  87. 142a975 patch 8.1.0589: compilation error in gvimext.cpp by Bram Moolenaar · 7 years ago
  88. 06b056e patch 8.1.0588: cannot define a sign with space in the text by Bram Moolenaar · 7 years ago
  89. 06d4c4c patch 8.1.0587: GvimExt: realloc() failing is not handled properly by Bram Moolenaar · 7 years ago
  90. eae8ae1 patch 8.1.0586: :digraph output is not easy to read by Bram Moolenaar · 7 years ago
  91. 56242f2 patch 8.1.0585: undo test may fail on MS-Windows by Bram Moolenaar · 7 years ago
  92. 5f5e203 patch 8.1.0584: with search CTRL-L does not pick up composing characters by Bram Moolenaar · 7 years ago
  93. 8f66717 patch 8.1.0583: using illogical name for get_dict_number()/get_dict_string() by Bram Moolenaar · 7 years ago
  94. fb95e21 patch 8.1.0582: text properties are not enabled by Bram Moolenaar · 7 years ago
  95. ca79a5f patch 8.1.0581: double free without the text properties feature by Bram Moolenaar · 7 years ago
  96. 2fa7fad patch 8.1.0580: invalid memory access when using text properties by Bram Moolenaar · 7 years ago
  97. 98aefe7 patch 8.1.0579: cannot attach properties to text by Bram Moolenaar · 7 years ago
  98. 5c5697f patch 8.1.0578: cannot disable arabic, rightleft and farsi in configure by Bram Moolenaar · 7 years ago
  99. 2954719 patch 8.1.0577: tabpage right-click menu never shows "Close tab" by Bram Moolenaar · 7 years ago
  100. 30700cd patch 8.1.0576: indent script tests pick up installed scripts by Bram Moolenaar · 7 years ago