1
0
forked from aniani/vim

Commit Graph

  • df54382eac patch 8.2.0178: with VTP the screen may not be restored properly v8.2.0178 Bram Moolenaar 2020-01-30 11:53:59 +01:00
  • 70b3e706b4 patch 8.2.0177: memory leak in get_tags() v8.2.0177 Bram Moolenaar 2020-01-29 22:38:45 +01:00
  • e258368b4f patch 8.2.0176: generating os headers does not work for Swedish v8.2.0176 Bram Moolenaar 2020-01-29 22:29:40 +01:00
  • db661fb95d patch 8.2.0175: crash when removing list element in map() v8.2.0175 Bram Moolenaar 2020-01-29 22:17:16 +01:00
  • 5d98dc2a48 patch 8.2.0174: various commands not completely tested v8.2.0174 Bram Moolenaar 2020-01-29 21:57:34 +01:00
  • 0ff6aad393 patch 8.2.0173: build fails with old compiler v8.2.0173 Bram Moolenaar 2020-01-29 21:27:21 +01:00
  • 4549ece47c patch 8.2.0172: Coverity warning for not restoring character v8.2.0172 Bram Moolenaar 2020-01-28 23:13:42 +01:00
  • 9a5e5a3e33 patch 8.2.0171: Coverity warning for using uninitialized buffer v8.2.0171 Bram Moolenaar 2020-01-28 23:09:23 +01:00
  • a6d536829a patch 8.2.0170: Coverity warning for ignoring return value v8.2.0170 Bram Moolenaar 2020-01-28 23:04:06 +01:00
  • 8cbd6dfc0c patch 8.2.0169: Coverity warning for dead code v8.2.0169 Bram Moolenaar 2020-01-28 22:59:45 +01:00
  • 97a2af39cd patch 8.2.0168: Coverity warning for assigning NULL to an option v8.2.0168 Bram Moolenaar 2020-01-28 22:52:48 +01:00
  • 58ceca5cae patch 8.2.0167: Coverity warning for ignoring return value v8.2.0167 Bram Moolenaar 2020-01-28 22:46:22 +01:00
  • 07da94b0f0 patch 8.2.0166: Coverity warning for using uninitialized variable v8.2.0166 Bram Moolenaar 2020-01-28 22:39:19 +01:00
  • 5b18c248d3 patch 8.2.0165: Coverity warning for using NULL pointer v8.2.0165 Bram Moolenaar 2020-01-28 22:30:32 +01:00
  • 842931cd7a patch 8.2.0164: test_alot takes too long v8.2.0164 Bram Moolenaar 2020-01-28 21:53:28 +01:00
  • 272ca95fc3 patch 8.2.0163: test hangs on MS-Windows console v8.2.0163 Bram Moolenaar 2020-01-28 20:49:11 +01:00
  • 7d8ea0b241 patch 8.2.0162: balloon test fails in the GUI v8.2.0162 Bram Moolenaar 2020-01-27 23:01:30 +01:00
  • f8ddb25789 patch 8.2.0161: not recognizing .gv file as dot filetype v8.2.0161 Bram Moolenaar 2020-01-27 22:47:09 +01:00
  • 89bfc8218c patch 8.2.0160: range test fails v8.2.0160 Bram Moolenaar 2020-01-27 22:37:23 +01:00
  • 50985eb1f0 patch 8.2.0159: non-materialized range() list causes problems v8.2.0159 Bram Moolenaar 2020-01-27 22:09:39 +01:00
  • 3f169ce17e patch 8.2.0158: triggering CompleteDone earlier is not backwards compatible v8.2.0158 Bram Moolenaar 2020-01-26 22:43:31 +01:00
  • 318e7a9c03 patch 8.2.0157: Vim9 script files not in list of distributed files v8.2.0157 Bram Moolenaar 2020-01-26 22:05:06 +01:00
  • 4b96df5a01 patch 8.2.0156: various typos in source files and tests v8.2.0156 Bram Moolenaar 2020-01-26 22:00:26 +01:00
  • a5d5953d59 patch 8.2.0155: warnings from MinGW compiler; tests fail without +float v8.2.0155 Bram Moolenaar 2020-01-26 21:42:03 +01:00
  • 21b9e9773d patch 8.2.0154: reallocating the list of scripts is inefficient v8.2.0154 Bram Moolenaar 2020-01-26 19:26:46 +01:00
  • b3de5114ac patch 8.2.0153: warning shows when listing version info v8.2.0153 Bram Moolenaar 2020-01-26 18:56:34 +01:00
  • da812e282a patch 8.2.0152: restoring ctrl_x_mode is not needed v8.2.0152 Bram Moolenaar 2020-01-26 18:35:31 +01:00
  • 978d170bdc patch 8.2.0151: detecting a script was already sourced is unreliable v8.2.0151 Bram Moolenaar 2020-01-26 17:38:12 +01:00
  • 673660ab00 patch 8.2.0150: cannot define python function when using :execute v8.2.0150 Bram Moolenaar 2020-01-26 16:50:05 +01:00
  • 8a7d6542b3 patch 8.2.0149: maintaining a Vim9 branch separately is more work v8.2.0149 Bram Moolenaar 2020-01-26 15:56:19 +01:00
  • 1d9215b9aa Update runtime files. Bram Moolenaar 2020-01-25 13:27:42 +01:00
  • 7f51bbe0d1 patch 8.2.0148: mapping related function in wrong source file v8.2.0148 Bram Moolenaar 2020-01-24 20:21:19 +01:00
  • 03c3bd9fd0 patch 8.2.0147: block Visual mode operators not correct when 'linebreak' set v8.2.0147 Bram Moolenaar 2020-01-23 20:58:09 +01:00
  • dfede9a70b patch 8.2.0146: wrong indent when 'showbreak' and 'breakindent' are set v8.2.0146 Bram Moolenaar 2020-01-23 19:59:22 +01:00
  • 2c02d3843a patch 8.2.0145: using #error for compilation errors should be OK now v8.2.0145 Bram Moolenaar 2020-01-23 16:52:01 +01:00
  • c2a60ae10e patch 8.2.0144: some mapping code is not fully tested v8.2.0144 Bram Moolenaar 2020-01-23 16:19:54 +01:00
  • 81c3ea7496 patch 8.2.0143: Coverity warning for possible use of NULL pointer v8.2.0143 Bram Moolenaar 2020-01-23 15:48:42 +01:00
  • 8bf716cdba patch 8.2.0142: possible to enter popup window with CTRL-W p v8.2.0142 Bram Moolenaar 2020-01-23 15:33:54 +01:00
  • 0d76683e09 patch 8.2.0141: no swift filetype detection v8.2.0141 Bram Moolenaar 2020-01-22 22:10:54 +01:00
  • ade0d39468 Update runtime files. Bram Moolenaar 2020-01-21 22:33:58 +01:00
  • 2387773d93 patch 8.2.0140: CI does not test building doc tags v8.2.0140 Bram Moolenaar 2020-01-21 22:13:42 +01:00
  • f0764e8bb6 patch 8.2.0139: MS-Windows: default for IME is inconsistent v8.2.0139 Bram Moolenaar 2020-01-20 22:05:34 +01:00
  • 538feb56e8 patch 8.2.0138: memory leak when starting a job fails v8.2.0138 Bram Moolenaar 2020-01-20 21:59:39 +01:00
  • a44b3eeafa patch 8.2.0137: crash when using win_execute() from a new tab v8.2.0137 Bram Moolenaar 2020-01-20 21:44:31 +01:00
  • ed5adff1e6 patch 8.2.0136: stray ch_logfile() call v8.2.0136 Bram Moolenaar 2020-01-20 21:32:51 +01:00
  • fe4bbac116 patch 8.2.0135: bracketed paste can still cause invalid memory access v8.2.0135 Bram Moolenaar 2020-01-20 21:12:20 +01:00
  • 8ba6bb7c94 patch 8.2.0134: some map functionality not covered by tests v8.2.0134 Bram Moolenaar 2020-01-20 20:41:42 +01:00
  • 98a336dd49 patch 8.2.0133: invalid memory access with search command v8.2.0133 Bram Moolenaar 2020-01-20 20:22:30 +01:00
  • ca33eb256e patch 8.2.0132: script may be re-used when deleting and creating a new one v8.2.0132 Bram Moolenaar 2020-01-19 20:18:09 +01:00
  • 479950f6c9 patch 8.2.0131: command line is not cleared when switching tabs v8.2.0131 Bram Moolenaar 2020-01-19 15:45:17 +01:00
  • 904edabb64 patch 8.2.0130: Python3 ranges are not tested v8.2.0130 Bram Moolenaar 2020-01-19 13:57:54 +01:00
  • 1a928c2099 patch 8.2.0129: MS-Windows installer doesn't use Turkish translations v8.2.0129 Bram Moolenaar 2020-01-18 16:10:40 +01:00
  • 6b915c0c0e patch 8.2.0128: cannot list options one per line v8.2.0128 Bram Moolenaar 2020-01-18 15:53:19 +01:00
  • 3029bcc094 patch 8.2.0127: some buffer commands work in a popup window v8.2.0127 Bram Moolenaar 2020-01-18 15:06:19 +01:00
  • 94b6fb78c5 patch 8.2.0126: textprop test fails v8.2.0126 Bram Moolenaar 2020-01-17 21:00:59 +01:00
  • 3c71aec696 patch 8.2.0125: :mode no longer works for any system v8.2.0125 Bram Moolenaar 2020-01-17 19:32:20 +01:00
  • 109ef128bd patch 8.2.0124: compiler warnings for variable types v8.2.0124 Bram Moolenaar 2020-01-17 19:12:03 +01:00
  • 17e04781f2 patch 8.2.0123: complete_info() does not work when CompleteDone is triggered v8.2.0123 Bram Moolenaar 2020-01-17 18:58:59 +01:00
  • f2a44e5c48 patch 8.2.0122: readme files still mention MS-DOS v8.2.0122 Bram Moolenaar 2020-01-16 19:40:38 +01:00
  • 49c57ce500 patch 8.2.0121: filter() and map() on blob don't work v8.2.0121 Bram Moolenaar 2020-01-15 20:51:34 +01:00
  • b3d33d8570 patch 8.2.0120: virtcol() does not check arguments to be valid v8.2.0120 Bram Moolenaar 2020-01-15 20:36:55 +01:00
  • 1470dc35c4 patch 8.2.0119: message test fails on some platforms v8.2.0119 Bram Moolenaar 2020-01-14 22:02:14 +01:00
  • ca7c078b79 patch 8.2.0118: crash when cycling to buffers involving popup window v8.2.0118 Bram Moolenaar 2020-01-14 20:42:48 +01:00
  • 8024f93636 Update runtime files. Bram Moolenaar 2020-01-14 19:29:13 +01:00
  • ee93b737aa patch 8.2.0117: crash when using gettabwinvar() with invalid arguments v8.2.0117 Bram Moolenaar 2020-01-14 19:05:39 +01:00
  • c10b521628 patch 8.2.0116: BufEnter autocmd not triggered on ":tab drop" v8.2.0116 Bram Moolenaar 2020-01-13 20:54:51 +01:00
  • 9df53b62de patch 8.2.0115: byte2line() does not work correctly with text properties v8.2.0115 Bram Moolenaar 2020-01-13 20:40:51 +01:00
  • 7ebcba61b2 patch 8.2.0114: info about sourced scripts is scattered v8.2.0114 Bram Moolenaar 2020-01-12 17:42:55 +01:00
  • 9b24dfcb9f patch 8.2.0113: "make cmdidxs" fails v8.2.0113 Bram Moolenaar 2020-01-12 15:46:08 +01:00
  • 02ad46394e patch 8.2.0112: illegal memory access when using 'cindent' v8.2.0112 Bram Moolenaar 2020-01-12 13:48:18 +01:00
  • 9b4a15d5db patch 8.2.0111: VAR_SPECIAL is also used for booleans v8.2.0111 Bram Moolenaar 2020-01-11 16:05:23 +01:00
  • e05a89ac63 patch 8.2.0110: prop_find() is not implemented v8.2.0110 Bram Moolenaar 2020-01-10 19:56:46 +01:00
  • 2963456ff2 Update runtime files. Bram Moolenaar 2020-01-09 21:46:04 +01:00
  • ac15fd8c67 patch 8.2.0109: corrupted text properties when expanding spaces v8.2.0109 Bram Moolenaar 2020-01-09 21:35:48 +01:00
  • bf0acff012 patch 8.2.0108: when sign text is changed a manual redraw is needed v8.2.0108 Bram Moolenaar 2020-01-09 21:01:59 +01:00
  • 4ba6441818 patch 8.2.0107: hgignore is out of sync from gitignore v8.2.0107 Bram Moolenaar 2020-01-09 16:25:52 +01:00
  • b16ad96849 patch 8.2.0106: printf formats are not exactly right v8.2.0106 Bram Moolenaar 2020-01-08 22:06:14 +01:00
  • c838626fea patch 8.2.0105: Vim license not easy to find on github v8.2.0105 Bram Moolenaar 2020-01-08 21:43:02 +01:00
  • b662591e50 patch 8.2.0104: using channel or job with ":execute" has strange effects v8.2.0104 Bram Moolenaar 2020-01-08 20:09:01 +01:00
  • e2a8f0773e patch 8.2.0103: using null object with execute() has strange effects v8.2.0103 Bram Moolenaar 2020-01-08 19:32:18 +01:00
  • da292b07af patch 8.2.0102: messages test fails in small version v8.2.0102 Bram Moolenaar 2020-01-08 19:27:40 +01:00
  • 9db2afe46d patch 8.2.0101: crash when passing null object to ":echomsg" v8.2.0101 Bram Moolenaar 2020-01-08 18:56:20 +01:00
  • 41a4141ecb patch 8.2.0100: macros for Ruby are too complicated v8.2.0100 Bram Moolenaar 2020-01-07 21:32:19 +01:00
  • 8b7aa2f9b2 patch 8.2.0099: use of NULL pointer when out of memory v8.2.0099 Bram Moolenaar 2020-01-07 21:05:49 +01:00
  • e31ee86859 patch 8.2.0098: exe stack length can be wrong without being detected v8.2.0098 Bram Moolenaar 2020-01-07 20:59:34 +01:00
  • ce6db0273f patch 8.2.0097: crash with autocommand and spellfile v8.2.0097 Bram Moolenaar 2020-01-07 20:11:42 +01:00
  • fbcdf671f0 patch 8.2.0096: cannot create tiny popup window in last column v8.2.0096 Bram Moolenaar 2020-01-06 23:07:48 +01:00
  • 1860bde9d3 patch 8.2.0095: cannot specify exit code for :cquit v8.2.0095 Bram Moolenaar 2020-01-06 21:47:21 +01:00
  • e73b38f8e1 patch 8.2.0094: MS-Windows: cannot build with Strawberry Perl 5.30 v8.2.0094 Bram Moolenaar 2020-01-06 21:22:09 +01:00
  • 7b94e77132 patch 8.2.0093: win_splitmove() can make Vim hang v8.2.0093 Bram Moolenaar 2020-01-06 21:03:24 +01:00
  • a1353b5352 patch 8.2.0092: tags functionality insufficiently tested v8.2.0092 Bram Moolenaar 2020-01-06 20:09:13 +01:00
  • 4d7a248b64 patch 8.2.0091: compiler warnings for size_t / int types v8.2.0091 Bram Moolenaar 2020-01-06 19:53:43 +01:00
  • b376ace1ae patch 8.2.0090: generated files show up in git status v8.2.0090 Bram Moolenaar 2020-01-05 22:10:31 +01:00
  • f0f8055102 patch 8.2.0089: crash when running out of memory in :setfiletype completion v8.2.0089 Bram Moolenaar 2020-01-05 22:05:49 +01:00
  • 830c1afc9d patch 8.2.0088: insufficient tests for tags; bug in using extra tag field v8.2.0088 Bram Moolenaar 2020-01-05 20:35:44 +01:00
  • 61d7c0d52c patch 8.2.0087: crash in command line expansion when out of memory v8.2.0087 Bram Moolenaar 2020-01-05 14:38:40 +01:00
  • ab782c5b6f patch 8.2.0086: build error for small version v8.2.0086 Bram Moolenaar 2020-01-04 19:00:11 +01:00
  • 3d8a513b46 patch 8.2.0085: dead code in builtin functions v8.2.0085 Bram Moolenaar 2020-01-04 16:13:49 +01:00
  • 0892832bb6 patch 8.2.0084: complete item "user_data" can only be a string v8.2.0084 Bram Moolenaar 2020-01-04 14:32:48 +01:00
  • 5cb0b93d52 patch 8.2.0083: text properties wrong when tabs and spaces are exchanged v8.2.0083 Bram Moolenaar 2020-01-03 21:25:59 +01:00