1
0
forked from aniani/vim

Commit Graph

  • 8143a53c53 patch 8.2.2141: a user command with try/catch may not catch an expression error v8.2.2141 Bram Moolenaar 2020-12-13 20:26:29 +01:00
  • 2a3cd3af45 patch 8.2.2140: build failure with tiny features v8.2.2140 Bram Moolenaar 2020-12-13 19:22:27 +01:00
  • acbae18df5 patch 8.2.2139: Vim9: unreachable code in assignment v8.2.2139 Bram Moolenaar 2020-12-13 18:44:43 +01:00
  • b5b9480ee9 patch 8.2.2138: Vim9: "exit_cb" causes Vim to exit v8.2.2138 Bram Moolenaar 2020-12-13 17:50:20 +01:00
  • e498429087 patch 8.2.2137: Vim9: :echo and :execute give error for empty argument v8.2.2137 Bram Moolenaar 2020-12-13 14:19:25 +01:00
  • c530852315 patch 8.2.2136: Vim9: Using uninitialized variable v8.2.2136 Bram Moolenaar 2020-12-13 12:25:35 +01:00
  • 93f82cbee5 patch 8.2.2135: Vim9: #{ still seen as start of dict in some places v8.2.2135 Bram Moolenaar 2020-12-12 21:25:56 +01:00
  • 57f799e6a4 patch 8.2.2134: Vim9: get E1099 when autocmd triggered in builtin function v8.2.2134 Bram Moolenaar 2020-12-12 20:42:19 +01:00
  • 2a9d5d386b patch 8.2.2133: Vim9: checking for a non-empty string is too strict v8.2.2133 Bram Moolenaar 2020-12-12 18:58:40 +01:00
  • 3ae50c775c patch 8.2.2132: padding not drawn properly for popup window with title v8.2.2132 Bram Moolenaar 2020-12-12 18:18:06 +01:00
  • 709664cca0 patch 8.2.2131: Vim9: crash when lambda uses same var as assignment v8.2.2131 Bram Moolenaar 2020-12-12 14:33:41 +01:00
  • cc2335896b patch 8.2.2130: Insert mode completion messages end up in message history v8.2.2130 Bram Moolenaar 2020-12-12 13:32:07 +01:00
  • 0ea7421ae6 patch 8.2.2129: MS-Windows: Checking if a file name is absolute is slow v8.2.2129 Bram Moolenaar 2020-12-11 20:10:50 +01:00
  • 100118c73a patch 8.2.2128: there is no way to do something on CTRL-Z v8.2.2128 Bram Moolenaar 2020-12-11 19:30:34 +01:00
  • 1b884a0053 Update runtime files. Bram Moolenaar 2020-12-10 21:11:27 +01:00
  • 70249ee831 patch 8.2.2127: Vim9: executing user command from Vim9 script not tested v8.2.2127 Bram Moolenaar 2020-12-10 21:01:30 +01:00
  • 0e12140550 patch 8.2.2126: Ruby: missing function prototype v8.2.2126 Bram Moolenaar 2020-12-10 20:50:34 +01:00
  • 8f1bf2ef78 patch 8.2.2125: Vim9: leaking memory v8.2.2125 Bram Moolenaar 2020-12-10 20:21:24 +01:00
  • 08597875b2 patch 8.2.2124: Vim9: a range cannot be computed at runtime v8.2.2124 Bram Moolenaar 2020-12-10 19:43:40 +01:00
  • d356fc65d2 patch 8.2.2123: after using a complete popup the buffer is listed v8.2.2123 Bram Moolenaar 2020-12-09 18:13:44 +01:00
  • 9ec7026f24 patch 8.2.2122: Vim9: crash when sourcing vim9script early v8.2.2122 Bram Moolenaar 2020-12-09 17:16:59 +01:00
  • a7a691cc14 patch 8.2.2121: internal error when using \ze before \zs in a pattern v8.2.2121 Bram Moolenaar 2020-12-09 16:36:04 +01:00
  • 730677a0da patch 8.2.2120: not all Perl functionality is tested v8.2.2120 Bram Moolenaar 2020-12-09 16:05:45 +01:00
  • 7988a6f0e9 patch 8.2.2119: GTK3: status line background color is wrong v8.2.2119 Bram Moolenaar 2020-12-09 15:53:27 +01:00
  • f46bf5204c patch 8.2.2118: dead code in the job support v8.2.2118 Bram Moolenaar 2020-12-09 13:16:13 +01:00
  • 7bb4e74c38 patch 8.2.2117: some functions use any value as a string v8.2.2117 Bram Moolenaar 2020-12-09 12:41:50 +01:00
  • 2c78a772fd patch 8.2.2116: MS-Windows GUI: test for 'guifont' is incomplete v8.2.2116 Bram Moolenaar 2020-12-09 12:01:03 +01:00
  • 7257af477b patch 8.2.2115: Vim9: some errors not tested for; dead code v8.2.2115 Bram Moolenaar 2020-12-08 22:08:51 +01:00
  • 61265b4000 patch 8.2.2114: Vim9: unreachable code in assignment v8.2.2114 Bram Moolenaar 2020-12-08 21:53:28 +01:00
  • 1b3e0727ce patch 8.2.2113: MS-Windows GUI: crash after using ":set guifont=" four times v8.2.2113 Bram Moolenaar 2020-12-08 21:12:40 +01:00
  • ac665c24c9 patch 8.2.2112: running tests may leave some files behind v8.2.2112 Bram Moolenaar 2020-12-08 20:39:15 +01:00
  • 023fd5d213 patch 8.2.2111: GTK: menu background is the same color as the main window v8.2.2111 Bram Moolenaar 2020-12-08 20:31:16 +01:00
  • 8e1cbb55c3 patch 8.2.2110: cannot use ":shell" when reading from stdin v8.2.2110 Bram Moolenaar 2020-12-08 19:36:21 +01:00
  • 8a3da6a368 patch 8.2.2109: "vim -" does not work well when modifyOtherKeys is enabled v8.2.2109 Bram Moolenaar 2020-12-08 19:18:37 +01:00
  • 083966f671 patch 8.2.2108: Vim9: no test to check for :let error v8.2.2108 Bram Moolenaar 2020-12-08 11:29:40 +01:00
  • 8ff16e0183 patch 8.2.2107: Vim9: some errors not tested v8.2.2107 Bram Moolenaar 2020-12-07 21:49:52 +01:00
  • b237ae7b83 patch 8.2.2106: TOML files are not recognized v8.2.2106 Bram Moolenaar 2020-12-07 18:05:02 +01:00
  • 7b130b9738 patch 8.2.2105: sound test is a bit flaky v8.2.2105 Bram Moolenaar 2020-12-06 21:43:44 +01:00
  • d5a986f460 patch 8.2.2104: build problem with Ruby 2.7 v8.2.2104 Bram Moolenaar 2020-12-06 21:11:31 +01:00
  • 41d6196e30 patch 8.2.2103: Vim9: unreachable code v8.2.2103 Bram Moolenaar 2020-12-06 20:12:43 +01:00
  • 5402175815 patch 8.2.2102: Vim9: not all error messages tested v8.2.2102 Bram Moolenaar 2020-12-06 18:50:36 +01:00
  • 8bb0f5472c patch 8.2.2101: Vim9: memory leak when literal dict has an error v8.2.2101 Bram Moolenaar 2020-12-06 16:03:55 +01:00
  • 67322bf74a patch 8.2.2100: insufficient testing for function range and dict v8.2.2100 Bram Moolenaar 2020-12-06 15:03:19 +01:00
  • 918a424917 patch 8.2.2099: Vim9: some checks are not tested v8.2.2099 Bram Moolenaar 2020-12-06 14:37:08 +01:00
  • 08cf0c0d82 patch 8.2.2098: Vim9: function argument of sort() and map() not tested v8.2.2098 Bram Moolenaar 2020-12-05 21:47:06 +01:00
  • 56602ba153 patch 8.2.2097: Vim9: using :silent! when calling a function prevents abort v8.2.2097 Bram Moolenaar 2020-12-05 21:22:08 +01:00
  • f665e97ffa patch 8.2.2096: Vim9: command modifiers not restored after assignment v8.2.2096 Bram Moolenaar 2020-12-05 19:17:16 +01:00
  • 4029cabbe7 patch 8.2.2095: Vim9: crash when failed dict member is followed by concat v8.2.2095 Bram Moolenaar 2020-12-05 18:13:27 +01:00
  • d0fe620cbb patch 8.2.2094: when an expression fails getting next command may be wrong v8.2.2094 Bram Moolenaar 2020-12-05 17:11:12 +01:00
  • c0913d023b patch 8.2.2093: Vim9: script test sometimes fails v8.2.2093 Bram Moolenaar 2020-12-05 14:44:37 +01:00
  • 2d870f8d9e patch 8.2.2092: Vim9: unpredictable errors for script tests v8.2.2092 Bram Moolenaar 2020-12-05 13:41:01 +01:00
  • 29d2f45c88 patch 8.2.2091: MS-Windows: build warnings v8.2.2091 Bram Moolenaar 2020-12-04 19:42:52 +01:00
  • c5e6a7179d patch 8.2.2090: Vim9: dict does not accept a key in quotes v8.2.2090 Bram Moolenaar 2020-12-04 19:12:14 +01:00
  • 6cd42db9dc patch 8.2.2089: libvterm test fails to build on Mac v8.2.2089 Bram Moolenaar 2020-12-04 18:09:54 +01:00
  • f6c177ab3a patch 8.2.2088: Vim9: script test sometimes fails v8.2.2088 Bram Moolenaar 2020-12-04 17:38:00 +01:00
  • 21e51221f2 patch 8.2.2087: Vim9: memory leak when statement is truncated v8.2.2087 Bram Moolenaar 2020-12-04 12:43:29 +01:00
  • 476268c387 patch 8.2.2086: libvterm tests are only run on Linux v8.2.2086 Bram Moolenaar 2020-12-03 21:24:07 +01:00
  • c0d670ce16 patch 8.2.2085: Qt translation file is recognized as typescript v8.2.2085 Bram Moolenaar 2020-12-03 21:08:37 +01:00
  • 0684e36a7e patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode character v8.2.2084 Bram Moolenaar 2020-12-03 19:54:42 +01:00
  • af0df47a76 patch 8.2.2083: Vim9: crash when using ":silent!" and getting member fails v8.2.2083 Bram Moolenaar 2020-12-02 20:51:22 +01:00
  • e0de171ecd patch 8.2.2082: Vim9: can still use the depricated #{} dict syntax v8.2.2082 Bram Moolenaar 2020-12-02 17:36:54 +01:00
  • 7f76494aac patch 8.2.2081: Vim9: cannot handle a linebreak after "=" in assignment v8.2.2081 Bram Moolenaar 2020-12-02 15:11:18 +01:00
  • ea87069d78 patch 8.2.2080: Vim9: no proper error message for using s:var in for loop v8.2.2080 Bram Moolenaar 2020-12-02 14:24:30 +01:00
  • 38bd8de551 patch 8.2.2079: Vim9: cannot put a linebreak before or after "in" of ":for" v8.2.2079 Bram Moolenaar 2020-12-02 13:23:36 +01:00
  • 1cbfc9914d patch 8.2.2078: illegal memory access when using :print on invalid text v8.2.2078 Bram Moolenaar 2020-12-02 12:37:37 +01:00
  • a452b808b4 patch 8.2.2077: build failure with small features v8.2.2077 Bram Moolenaar 2020-12-01 21:47:59 +01:00
  • c478ee3d83 patch 8.2.2076: MS-Windows console: sometimes drops typed characters v8.2.2076 Bram Moolenaar 2020-12-01 21:27:51 +01:00
  • 57cf4973a2 patch 8.2.2075: error for const argument to mapnew() v8.2.2075 Bram Moolenaar 2020-12-01 21:08:05 +01:00
  • 4324d87a44 patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle range v8.2.2074 Bram Moolenaar 2020-12-01 20:12:24 +01:00
  • 4b8a065145 patch 8.2.2073: Vim9: for with unpack only works for local variables v8.2.2073 Bram Moolenaar 2020-12-01 16:30:44 +01:00
  • 004d9b00ba patch 8.2.2072: Vim9: list assign not well tested v8.2.2072 Bram Moolenaar 2020-11-30 21:40:03 +01:00
  • da7c20c953 patch 8.2.2071: Vim9: list assign doesn't except empty remainder list v8.2.2071 Bram Moolenaar 2020-11-30 21:12:19 +01:00
  • f0068c5154 patch 8.2.2070: can't get the exit value in VimLeave(Pre) autocommands v8.2.2070 Bram Moolenaar 2020-11-30 17:42:10 +01:00
  • 23515b4ef7 Update runtime files Bram Moolenaar 2020-11-29 14:36:24 +01:00
  • 287153c5d4 patch 8.2.2069: the quickfix window is not updated after setqflist() v8.2.2069 Bram Moolenaar 2020-11-29 14:20:27 +01:00
  • b46f57e87b patch 8.2.2068: transparent syntax item uses start/end of containing region v8.2.2068 Bram Moolenaar 2020-11-29 14:11:41 +01:00
  • f5452691ba patch 8.2.2067: cursor position in popup terminal is wrong v8.2.2067 Bram Moolenaar 2020-11-28 21:56:06 +01:00
  • ce2c5444e2 patch 8.2.2066: Vim9: assignment with += doesn't work v8.2.2066 Bram Moolenaar 2020-11-28 21:21:17 +01:00
  • f8ca03bf91 patch 8.2.2065: using map() and filter() on a range() is inefficient v8.2.2065 Bram Moolenaar 2020-11-28 20:32:29 +01:00
  • ebec3e29b8 patch 8.2.2064: terminal: cursor is on while redrawing, causing flicker v8.2.2064 Bram Moolenaar 2020-11-28 20:22:06 +01:00
  • dc234caff2 patch 8.2.2063: Vim9: only one level of indexing supported v8.2.2063 Bram Moolenaar 2020-11-28 18:52:33 +01:00
  • 4a44120e3d patch 8.2.2062: <Cmd> does not handle CTRL-V v8.2.2062 Bram Moolenaar 2020-11-28 14:43:26 +01:00
  • 4d05af0a64 patch 8.2.2061: Vim9: E1030 error when using empty string for term_sendkeys() v8.2.2061 Bram Moolenaar 2020-11-27 20:55:00 +01:00
  • aeb313f355 patch 8.2.2060: check for features implemented with "if" v8.2.2060 Bram Moolenaar 2020-11-27 19:13:28 +01:00
  • 6ee874d378 patch 8.2.2059: Amiga: can't find plugins v8.2.2059 Bram Moolenaar 2020-11-27 19:01:31 +01:00
  • 3482be6a33 patch 8.2.2058: using mkview/loadview changes the jumplist v8.2.2058 Bram Moolenaar 2020-11-27 11:00:38 +01:00
  • fccbf068f8 patch 8.2.2057: getting the selection may trigger TextYankPost autocmd v8.2.2057 Bram Moolenaar 2020-11-26 20:34:00 +01:00
  • ce7be3a0e6 patch 8.2.2056: configure fails when building with implicit-function-declaration v8.2.2056 Bram Moolenaar 2020-11-26 20:11:11 +01:00
  • 2472a74be4 patch 8.2.2055: MS-Windows: two Vim instances may use the same temp file v8.2.2055 Bram Moolenaar 2020-11-26 19:47:28 +01:00
  • d49a35a1c3 patch 8.2.2054: Amiga: FEAT_ARP defined when it should not v8.2.2054 Bram Moolenaar 2020-11-25 21:55:45 +01:00
  • c2ca935d26 patch 8.2.2053: Vim9: lamba doesn't accept argument types v8.2.2053 Bram Moolenaar 2020-11-25 21:30:11 +01:00
  • 47a2abf0bc patch 8.2.2052: Vim9: "edit +4 fname" gives an error v8.2.2052 Bram Moolenaar 2020-11-25 20:12:11 +01:00
  • 34c54eb6cb patch 8.2.2051: Vim9: crash when aborting a user function call v8.2.2051 Bram Moolenaar 2020-11-25 19:15:19 +01:00
  • 6bed0dbc85 patch 8.2.2050: search test contains unneeded sleeps v8.2.2050 Bram Moolenaar 2020-11-25 17:41:20 +01:00
  • d653293c80 patch 8.2.2049: Amiga: obsolete function v8.2.2049 Bram Moolenaar 2020-11-25 17:00:43 +01:00
  • 3a3b691042 patch 8.2.2048: Amiga: obsolete code v8.2.2048 Bram Moolenaar 2020-11-25 15:52:31 +01:00
  • 36fe7b287e patch 8.2.2047: Amiga: FEAT_ARP defined when it should not v8.2.2047 Bram Moolenaar 2020-11-25 15:45:38 +01:00
  • 5dc4e2f883 patch 8.2.2046: some test failures don't give a clear error v8.2.2046 Bram Moolenaar 2020-11-25 14:15:12 +01:00
  • 448465e687 patch 8.2.2045: highlighting a character too much with incsearch v8.2.2045 Bram Moolenaar 2020-11-25 13:49:27 +01:00
  • 5ee0981fb5 patch 8.2.2044: MS-Windows: swap file test sometimes fails v8.2.2044 Bram Moolenaar 2020-11-25 12:43:28 +01:00