1. 1814183 patch 8.0.0677: setting 'filetype' may switch buffers by Bram Moolenaar · 9 years ago
  2. 182a17b patch 8.0.0676: crash when closing quickfix window in autocmd by Bram Moolenaar · 9 years ago
  3. 774e5a9 patch 8.0.0675: 'colorcolumn' has a higher priority than 'hlsearch' by Bram Moolenaar · 9 years ago
  4. 5d7be4f patch 8.0.0674: cannot build with eval but without timers by Bram Moolenaar · 9 years ago
  5. ea20de8 patch 8.0.0673: build failure without conceal feature by Bram Moolenaar · 9 years ago
  6. cc0750d patch 8.0.0672: third item of synconcealed() changes too often by Bram Moolenaar · 9 years ago
  7. 4eb6531 patch 8.0.0671: hang when typing CTRL-C in confirm() in timer by Bram Moolenaar · 9 years ago
  8. 1e8e145 patch 8.0.0670: can't use input() in a timer callback by Bram Moolenaar · 9 years ago
  9. 24a9e34 patch 8.0.0669: CTRL-N at start of the buffer does not work correctly by Bram Moolenaar · 9 years ago
  10. a1bd86e patch 8.0.0668: nsis installer script does not work by Bram Moolenaar · 9 years ago
  11. 53564f7 patch 8.0.0667: memory access error when command follows :endfunc by Bram Moolenaar · 9 years ago
  12. 5fe6912 patch 8.0.0666: dead for loop by Bram Moolenaar · 9 years ago
  13. 090209b patch 8.0.0665: warning for uninitialized variable by Bram Moolenaar · 9 years ago
  14. 6d006f9 patch 8.0.0664: mouse does not work in tmux by Bram Moolenaar · 9 years ago
  15. f8be461 patch 8.0.0663: unexpected error message only when 'verbose' is set by Bram Moolenaar · 9 years ago
  16. 4670490 patch 8.0.0662: stray FIXME for fixed problem by Bram Moolenaar · 9 years ago
  17. a529ce0 patch 8.0.0661: recognizing urxvt mouse codes does not work well by Bram Moolenaar · 9 years ago
  18. a1fed06 patch 8.0.0660: silent install on MS-Windows shows dialog by Bram Moolenaar · 9 years ago
  19. 4d78589 patch 8.0.0659: no test for conceal mode by Bram Moolenaar · 9 years ago
  20. d2c061d patch 8.0.0658: spell test is old style by Bram Moolenaar · 9 years ago
  21. 6a8958d patch 8.0.0657: cannot get and set quickfix list items by Bram Moolenaar · 9 years ago
  22. 6f9a476 patch 8.0.0656: cannot use ! after some user commands by Bram Moolenaar · 9 years ago
  23. d6abcd1 patch 8.0.0655: not easy to make sure a function does not exist by Bram Moolenaar · 9 years ago
  24. 663bb23 patch 8.0.0654: no warning for text after :endfunction by Bram Moolenaar · 9 years ago
  25. c768a20 patch 8.0.0653: the default highlight for QuickFixLine is not good by Bram Moolenaar · 9 years ago
  26. 383aa84 patch 8.0.0652: unicode information is outdated by Bram Moolenaar · 9 years ago
  27. 157069b patch 8.0.0651: build failure without the auto command feature by Bram Moolenaar · 9 years ago
  28. 868831f patch 8.0.0650: for extra help files the filetype is set more than once by Bram Moolenaar · 9 years ago
  29. 9049298 patch 8.0.0649: when opening a help file the filetype is set several times by Bram Moolenaar · 9 years ago
  30. fadacf0 patch 8.0.0648: possible use of NULL pointer by Bram Moolenaar · 9 years ago
  31. 06f1ed2 patch 8.0.0647: syntax highlighting can make cause a freeze by Bram Moolenaar · 9 years ago
  32. 0946326 patch 8.0.0646: the hlsearch test fails on fast systems by Bram Moolenaar · 9 years ago
  33. 1ef9bbe patch 8.0.0645: no error for illegal back reference in NFA engine by Bram Moolenaar · 9 years ago
  34. 5b1affe patch 8.0.0644: the timeout for 'hlsearch' is not tested by Bram Moolenaar · 9 years ago
  35. fbd0b0a patch 8.0.0643: when a pattern search is slow Vim becomes unusable by Bram Moolenaar · 9 years ago
  36. 8cf9128 patch 8.0.0642: writefile() continues after detecting an error by Bram Moolenaar · 9 years ago
  37. 3ec574f Update runtime files. by Bram Moolenaar · 9 years ago
  38. 2102035 patch 8.0.0641: cannot set a separate highlighting for the quickfix line by Bram Moolenaar · 9 years ago
  39. 8306406 patch 8.0.0640: mismatch between help and actual message by Bram Moolenaar · 9 years ago
  40. 9a48961 patch 8.0.0639: the cursor position is set when editing a new commit message by Bram Moolenaar · 9 years ago
  41. d738388 patch 8.0.0638: cannot build with new MSVC version by Bram Moolenaar · 9 years ago
  42. 21b34b6 patch 8.0.0637: crash when using some version of GTK 3 by Bram Moolenaar · 9 years ago
  43. 56f2db5 patch 8.0.0636: when reading the undo file fails may use uninitialized data by Bram Moolenaar · 9 years ago
  44. 3a429ef patch 8.0.0635: when 'ignorecase' is set script detection is inaccurate by Bram Moolenaar · 9 years ago
  45. 875feea patch 8.0.0634: cannot easily get to the last quickfix list by Bram Moolenaar · 9 years ago
  46. 60964f6 patch 8.0.0633: the client-server test is still a bit flaky by Bram Moolenaar · 9 years ago
  47. 1c13c0f patch 8.0.0632: the quotestar test is still a bit flaky by Bram Moolenaar · 9 years ago
  48. fa4161c patch 8.0.0631: can't build with Perl 5.26 by Bram Moolenaar · 9 years ago
  49. f84b122 patch 8.0.0630: it is not easy to work on lines without a match by Bram Moolenaar · 9 years ago
  50. 6b1da33 patch 8.0.0629: checking for ambigous width is not working by Bram Moolenaar · 9 years ago
  51. f085f42 patch 8.0.0628: cursor disappears after silent mapping by Bram Moolenaar · 9 years ago
  52. add8dce patch 8.0.0627: "gn" selects only one character with 'nowrapscan' by Bram Moolenaar · 9 years ago
  53. e21d69e patch 8.0.0626: in the GUI the cursor may flicker by Bram Moolenaar · 9 years ago
  54. 2061552 patch 8.0.0625: shellescape() always escapes a newline by Bram Moolenaar · 9 years ago
  55. 6c95fbc patch 8.0.0624: warning for unused variable in tiny build by Bram Moolenaar · 9 years ago
  56. 966e58e patch 8.0.0623: error for invalid regexp is not very informative by Bram Moolenaar · 9 years ago
  57. c5e2b04 patch 8.0.0622: selecting quoted text fails with 'selection' "exclusive" by Bram Moolenaar · 9 years ago
  58. 8ad80de patch 8.0.0621: :stag does not respect 'switchbuf' by Bram Moolenaar · 9 years ago
  59. b463e8d patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not needed by Bram Moolenaar · 9 years ago
  60. 6aa8cea Update runtime files. by Bram Moolenaar · 9 years ago
  61. 9472eec patch 8.0.0619: GUI gets stuck if timer uses feedkeys() by Bram Moolenaar · 9 years ago
  62. bb7943b patch 8.0.0618: NFA regex engine handles [0-z] incorrectly by Bram Moolenaar · 9 years ago
  63. 763209c patch 8.0.0617: hardcopy test hangs on MS-Windows by Bram Moolenaar · 9 years ago
  64. 1615b36 patch 8.0.0616: not always setting 'background' correctly after :hi Normal by Bram Moolenaar · 9 years ago
  65. bf15b8d patch 8.0.0615: using % with :hardcopy wrongly escapes spaces by Bram Moolenaar · 9 years ago
  66. 863e80b patch 8.0.0614: float2nr() is not exactly right by Bram Moolenaar · 9 years ago
  67. 3e54569 patch 8.0.0613: the conf filetype is used before ftdetect from packages by Bram Moolenaar · 9 years ago
  68. ce876aa patch 8.0.0612: pack dirs are added to 'runtimepath' too late by Bram Moolenaar · 9 years ago
  69. 976787d patch 8.0.0611: the screen is not redrawn after sending t_u7 by Bram Moolenaar · 9 years ago
  70. 4b974d5 patch 8.0.0610: the screen is redrawn when default 'background' is detected by Bram Moolenaar · 9 years ago
  71. 28a8193 patch 8.0.0609: some people still don't know how to quit by Bram Moolenaar · 9 years ago
  72. a3921f4 patch 8.0.0608: cannot manipulate other than the current quickfix list by Bram Moolenaar · 9 years ago
  73. 45e5fd1 patch 8.0.0607: after :bwipe + :new bufref might still be valid by Bram Moolenaar · 9 years ago
  74. 6e62da3 patch 8.0.0606: cannot set the context for a specified quickfix list by Bram Moolenaar · 9 years ago
  75. 6dd4a53 patch 8.0.0605: the quickfix cached buffer may become invalid by Bram Moolenaar · 9 years ago
  76. b4d6c3e Update runtime files. by Bram Moolenaar · 9 years ago
  77. 712598f patch 8.0.0604: gF test fails still on MS-Windows by Bram Moolenaar · 9 years ago
  78. d7aca7a patch 8.0.0603: gF test fails on MS-Windows by Bram Moolenaar · 9 years ago
  79. 2a79ed2 patch 8.0.0602: when gF fails to edit the file the cursor still moves by Bram Moolenaar · 9 years ago
  80. 545cb79 patch 8.0.0601: no test coverage for :spellrepall by Bram Moolenaar · 9 years ago
  81. 2a0b06d patch 8.0.0600: test_recover fails on some systems by Bram Moolenaar · 9 years ago
  82. 79a213d patch 8.0.0599: diff mode is insufficiently tested by Bram Moolenaar · 9 years ago
  83. 9e0f6ec patch 8.0.0598: building with gcc 7.1 yields new warnings by Bram Moolenaar · 9 years ago
  84. 253f912 patch 8.0.0597: off-by-one error in size computation by Bram Moolenaar · 9 years ago
  85. 4475b62 patch 8.0.0596: crash when complete() called after complete_add() by Bram Moolenaar · 9 years ago
  86. beb9cb1 patch 8.0.0595: Coverity warning for not checking return value by Bram Moolenaar · 9 years ago
  87. 66c0e70 patch 8.0.0594: build failure when windows feature is missing by Bram Moolenaar · 9 years ago
  88. 45cf6e9 patch 8.0.0593: duplication of code for adding a list or dict return value by Bram Moolenaar · 9 years ago
  89. 29ae377 patch 8.0.0592: if a job writes to a buffer screen is not updated by Bram Moolenaar · 9 years ago
  90. 45d2cca patch 8.0.0591: changes to eval functionality not documented by Bram Moolenaar · 9 years ago
  91. 8f77c5a patch 8.0.0590: cannot add a context to locations by Bram Moolenaar · 9 years ago
  92. a21ccb7 patch 8.0.0589: :simalt still does not work by Bram Moolenaar · 9 years ago
  93. 1a9020d patch 8.0.0588: job_stop() often assumes the channel will be closed by Bram Moolenaar · 9 years ago
  94. 0635ee6 Runtime file updates by Bram Moolenaar · 9 years ago
  95. 696cbd2 patch 8.0.0587: configure check for return value of tgetent skipped by Bram Moolenaar · 9 years ago
  96. b7637c4 patch 8.0.0586: no test for mapping timing out by Bram Moolenaar · 9 years ago
  97. 86e5792 patch 8.0.0585: test_options fails when run in the GUI by Bram Moolenaar · 9 years ago
  98. 9423749 Updated runtime files. by Bram Moolenaar · 9 years ago
  99. d788f6f patch 8.0.0584: memory leak when executing quickfix tests by Bram Moolenaar · 9 years ago
  100. b11c826 patch 8.0.0583: fold test hangs on MS-Windows by Bram Moolenaar · 9 years ago