Commit Graph

  • 1aeddeb8bd patch 8.2.3142: Vim9: type check for has_key() argument is too strict Bram Moolenaar 2021-07-11 14:55:49 +02:00
  • de69a7353e patch 8.2.3141: no error when using :complete for :command without -nargs Martin Tournoij 2021-07-11 14:28:25 +02:00
  • 7c1e936c9c Merge remote-tracking branch 'vim/master' ichizok 2021-07-11 16:02:42 +09:00
  • 482d2f37a5 patch 8.2.3140: MS-Windows: ipv6 channel test is very flaky also without GUI Bram Moolenaar 2021-07-10 22:21:40 +02:00
  • a2438132a6 patch 8.2.3139: functions for string manipulation are spread out Yegappan Lakshmanan 2021-07-10 21:29:18 +02:00
  • 31e21766d6 patch 8.2.3138: debugger test fails Bram Moolenaar 2021-07-10 20:43:59 +02:00
  • c323527d67 patch 8.2.3137: Vim9: no error when a line only has a variable name Bram Moolenaar 2021-07-10 19:42:03 +02:00
  • fe3418abe0 patch 8.2.3136: no test for E187 and "No swap file" Dominique Pelle 2021-07-10 17:59:48 +02:00
  • 5b73992d8f patch 8.2.3135: Vim9: builtin function arguments not checked at compile time Yegappan Lakshmanan 2021-07-10 13:15:41 +02:00
  • 9da32e4d57 patch 8.2.3134: crash when using typename() on a function reference Bram Moolenaar 2021-07-09 19:53:57 +02:00
  • 90fba5627b patch 8.2.3133: Vim9: memory leak when add() fails Bram Moolenaar 2021-07-09 19:17:55 +02:00
  • 6bcb18253a patch 8.2.3132: compiler warns for size_t to colnr_T conversion. Bram Moolenaar 2021-07-09 15:54:00 +02:00
  • 981217c11f patch 8.2.3131: MS-Windows: ipv6 channel test is very flaky in the GUI Bram Moolenaar 2021-07-08 22:20:50 +02:00
  • b885a7c72c patch 8.2.3130: Vim9: import test fails Bram Moolenaar 2021-07-08 22:02:11 +02:00
  • c967d57aa9 patch 8.2.3129: Vim9: imported uninitialized list does not get type checked Bram Moolenaar 2021-07-08 21:38:50 +02:00
  • f055d45023 patch 8.2.3128: Vim9: uninitialzed list does not get type checked Bram Moolenaar 2021-07-08 20:57:24 +02:00
  • f32f099761 patch 8.2.3127: Vim9: no error when adding number to list of string Bram Moolenaar 2021-07-08 20:53:40 +02:00
  • d4ab807d62 patch 8.2.3126: Vim9: for loop error reports wrong line number Bram Moolenaar 2021-07-08 19:22:12 +02:00
  • 09f688c33a patch 8.2.3125: variables are set but not used =?UTF-8?q?Dundar=20G=C3=B6c?= 2021-07-08 18:05:00 +02:00
  • deb108ba0a patch 8.2.3124: Vim9: no error for white space between option and "=9" Bram Moolenaar 2021-07-08 17:35:36 +02:00
  • 1594f31345 patch 8.2.3123: Vim9: confusing error when using white space after option Bram Moolenaar 2021-07-08 16:40:13 +02:00
  • 30441bb3d5 patch 8.2.3122: with 'nowrap' cursor position is unexected in narrow window Bram Moolenaar 2021-07-08 13:19:31 +02:00
  • 41fb723ee9 patch 8.2.3121: 'listchars' "exceeds" character appears in foldcolumn Bram Moolenaar 2021-07-08 12:40:05 +02:00
  • db86472770 patch 8.2.3120: crypt with sodium test fails on MS-Windows Bram Moolenaar 2021-07-08 11:37:50 +02:00
  • 6a9e5c69cf patch 8.2.3119: compiler warning for unused argument Bram Moolenaar 2021-07-07 22:13:08 +02:00
  • 5ede5b231e patch 8.2.3118: Vim9: "any" type not handled correctly in for loop Bram Moolenaar 2021-07-07 21:55:25 +02:00
  • efc5db5215 patch 8.2.3117: Vim9: type not properly checked in for loop Bram Moolenaar 2021-07-07 21:21:30 +02:00
  • 90df4b9d42 Update runtime files Bram Moolenaar 2021-07-07 20:26:08 +02:00
  • 303215d60c patch 8.2.3116: Vim9: crash when debugging a function with line continuation Bram Moolenaar 2021-07-07 20:10:43 +02:00
  • b5098060f4 patch 8.2.3115: Coverity complains about free_wininfo() use Bram Moolenaar 2021-07-07 19:26:19 +02:00
  • 599a6e5b36 patch 8.2.3114: Amiga-like systems: build error using stat() =?UTF-8?q?Ola=20S=C3=B6der?= 2021-07-06 20:15:46 +02:00
  • 442b29c968 patch 8.2.3113: no error when for loop variable shadows script variable Bram Moolenaar 2021-07-05 22:23:00 +02:00
  • 5cb09620c1 patch 8.2.3112: in rare cases the cursor may be somewhere in a folded line Bram Moolenaar 2021-07-05 22:03:04 +02:00
  • 404557e6a6 patch 8.2.3111: Vim9: confusing error with extra whitespace before colon Bram Moolenaar 2021-07-05 21:41:48 +02:00
  • 04db26b360 patch 8.2.3110: a pattern that matches the cursor position is complicated Bram Moolenaar 2021-07-05 20:15:23 +02:00
  • f6d877975b patch 8.2.3109: check for $DISPLAY never fails Bram Moolenaar 2021-07-05 17:49:02 +02:00
  • d6fa7bd5b9 patch 8.2.3108: test for remote_foreground() fails Bram Moolenaar 2021-07-05 14:10:04 +02:00
  • 7bc4fe1ab7 Merge remote-tracking branch 'vim/master' ichizok 2021-07-05 18:19:49 +09:00
  • 22f85d0459 patch 8.2.3107: Vim9: error for arguments while type didn't specify arguments Bram Moolenaar 2021-07-04 23:29:30 +02:00
  • 6977dba04b patch 8.2.3106: Vim9: confusing line number reported for error Bram Moolenaar 2021-07-04 22:48:12 +02:00
  • 97f227d9c9 patch 8.2.3105: Vim9: type of partial is wrong when it has arguments Bram Moolenaar 2021-07-04 20:20:52 +02:00
  • b7480cd893 patch 8.2.3104: Vim9: unspecified function type causes type error Bram Moolenaar 2021-07-04 18:28:15 +02:00
  • f33cae6050 patch 8.2.3103: swap test may fail on some systems Bram Moolenaar 2021-07-04 17:36:54 +02:00
  • 3777d6e32b patch 8.2.3102: test for crash fix does not fail without the fix Bram Moolenaar 2021-07-04 17:23:25 +02:00
  • 26e88ec8e2 patch 8.2.3101: missing function prototype for vim_round() Bram Moolenaar 2021-07-04 17:21:04 +02:00
  • 67b17a6fc6 patch 8.2.3101: missing function prototype for vim_round() Bram Moolenaar 2021-07-04 16:50:55 +02:00
  • 7a40ff00ed patch 8.2.3100: Vim9: no error when using type with unknown number of args Bram Moolenaar 2021-07-04 15:54:08 +02:00
  • 4197828dc6 patch 8.2.3099: Vim9: missing catch/finally not reported at script level Bram Moolenaar 2021-07-04 14:47:30 +02:00
  • 999db2346b patch 8.2.3098: popup window test is flaky on MS-Windows with GUI Bram Moolenaar 2021-07-04 14:00:55 +02:00
  • 1d97efce0c patch 8.2.3097: crash when using "quit" at recovery prompt Bram Moolenaar 2021-07-04 13:27:11 +02:00
  • 6c72fd51a8 patch 8.2.3096: temp files remain after running tests Dominique Pelle 2021-07-04 12:30:06 +02:00
  • b17ab86e7b patch 8.2.3095: with 'virtualedit' set to "block" block selection is wrong Bram Moolenaar 2021-07-03 22:15:17 +02:00
  • c60e959cba patch 8.2.3094: Test_popup_atcursor_pos() fails without the conceal feature Dominique Pelle 2021-07-03 21:41:38 +02:00
  • fb773a3e0a patch 8.2.3093: tablabel_tooltip test fails with Athena Bram Moolenaar 2021-07-03 21:37:59 +02:00
  • 74509239df patch 8.2.3092: Vim9: builtin function test fails without +channel feature Dominique Pelle 2021-07-03 19:27:37 +02:00
  • e28d9b3bd4 patch 8.2.3091: Vim9: default argument expr. cannot use previous argument Bram Moolenaar 2021-07-03 18:56:53 +02:00
  • 00aaa512d5 patch 8.2.3090: in rare cases the cursor may be somewhere in a folded line Bram Moolenaar 2021-07-03 18:04:11 +02:00
  • 20cc528320 patch 8.2.3089: garbage collection has useless code Bram Moolenaar 2021-07-03 16:33:16 +02:00
  • 9cee4a1c9c patch 8.2.3088: with 'virtualedit' set to "block" Visual highlight is wrong Bram Moolenaar 2021-07-03 15:08:37 +02:00
  • fcde67c99f patch 8.2.3087: Gemtext files are not recognized Bram Moolenaar 2021-07-03 13:51:44 +02:00
  • 6fc0161682 patch 8.2.3086: Vim9: breakpoint on "for" does not work Bram Moolenaar 2021-07-03 13:36:31 +02:00
  • acbb4b5720 patch 8.2.3085: JSONC files are not recognized Izhak Jakov 2021-07-03 13:09:37 +02:00
  • a26f56f675 patch 8.2.3084: Vim9: builtin function argument types are not checked Yegappan Lakshmanan 2021-07-03 11:58:12 +02:00
  • 72463f883c patch 8.2.3083: crash when passing null string to charclass() Christian Brabandt 2021-07-02 20:19:31 +02:00
  • b836f631db patch 8.2.3082: a channel command "echoerr" does not show anything Bram Moolenaar 2021-07-01 22:11:28 +02:00
  • 11a632d60b patch 8.2.3081: cannot catch errors in a channel command Alisue 2021-06-30 22:01:02 +02:00
  • 576cb75ceb patch 8.2.3080: recover test fails on 32bit systems Yegappan Lakshmanan 2021-06-30 21:30:10 +02:00
  • a3d1b29bd3 patch 8.2.3079: Powershell core not supported by default Mike Williams 2021-06-30 20:56:00 +02:00
  • 834193afd7 patch 8.2.3078: Vim9: profile test fails Bram Moolenaar 2021-06-30 20:39:15 +02:00
  • d3d8feeb89 patch 8.2.3077: Vim9: an error in a catch block is not reported Bram Moolenaar 2021-06-30 19:54:43 +02:00
  • 3f987b5917 patch 8.2.3076: Vim9: using try in catch block causes a hang Bram Moolenaar 2021-06-30 12:02:24 +02:00
  • 80b2ba3e96 patch 8.2.3075: xxd always reports an old version string =?UTF-8?q?J=C3=BCrgen=20Weigert?= 2021-06-29 20:36:25 +02:00
  • ea042677ab patch 8.2.3074: popup_atcursor() uses wrong position with concealing Bram Moolenaar 2021-06-29 20:22:32 +02:00
  • 4067bd3604 patch 8.2.3073: when cursor is move for block append wrong text is inserted Bram Moolenaar 2021-06-29 18:54:35 +02:00
  • 7d7bcc6ba0 patch 8.2.3072: "zy" does not work well when "virtualedit' is "block" Bram Moolenaar 2021-06-28 21:54:27 +02:00
  • 127950241e patch 8.2.3071: shell options are not set properly for PowerShell Mike Williams 2021-06-28 20:53:58 +02:00
  • b3052243a8 Merge remote-tracking branch 'vim/master' ichizok 2021-06-28 11:25:30 +09:00
  • ffec6dd16a patch 8.2.3070: not enough testing for shell use Yegappan Lakshmanan 2021-06-27 22:09:59 +02:00
  • 108010aa47 patch 8.2.3069: error messages are spread out Bram Moolenaar 2021-06-27 22:03:33 +02:00
  • d887297ad0 patch 8.2.3068: Unicode tables are slightly outdated Christian Brabandt 2021-06-27 21:30:14 +02:00
  • 1d1ce613cd patch 8.2.3067: building fails with Athena Bram Moolenaar 2021-06-27 19:02:52 +02:00
  • 17d868b8b2 patch 8.2.3066: Vim9: debugging lambda does not work Bram Moolenaar 2021-06-27 16:29:53 +02:00
  • 577dc93da9 patch 8.2.3065: Vim9: error when sourcing script twice and reusing function Bram Moolenaar 2021-06-27 15:35:40 +02:00
  • 4d8f476176 Update runtime files Bram Moolenaar 2021-06-27 15:18:56 +02:00
  • e65081d1b5 patch 8.2.3064: Vim9: in script cannot set item in uninitialized list Bram Moolenaar 2021-06-27 15:04:05 +02:00
  • 65aee0b714 patch 8.2.3063: crash when switching 'cryptmethod' to xchaha20 with undo file Bram Moolenaar 2021-06-27 14:08:24 +02:00
  • 4cd5c52d64 patch 8.2.3062: internal error when adding several text properties Bram Moolenaar 2021-06-27 13:04:00 +02:00
  • 054794c20f patch 8.2.3061: testing the shell option is incomplete and spread out Yegappan Lakshmanan 2021-06-27 12:07:49 +02:00
  • 98f9a5f4cb patch 8.2.3060: Vim9: cannot use ternary operator in parenthesis Bram Moolenaar 2021-06-26 22:22:38 +02:00
  • e3ffaa6b7c patch 8.2.3059: Vim9: memory leak when using lambda Bram Moolenaar 2021-06-26 22:17:35 +02:00
  • 015cf10311 patch 8.2.3058: Vim9: cannot use ternary operator in parenthesis Bram Moolenaar 2021-06-26 21:52:02 +02:00
  • 307dec4567 patch 8.2.3057: Vim9: debugger test fails with normal features and +terminal Bram Moolenaar 2021-06-26 21:21:03 +02:00
  • 14ded11fca patch 8.2.3056: Vim9: using default value in lambda gives confusing error Bram Moolenaar 2021-06-26 19:25:49 +02:00
  • 3a3b10e87a patch 8.2.3055: strange error for assigning to "x.key" on non-dictionary Bram Moolenaar 2021-06-26 15:00:59 +02:00
  • 4d5dfe2083 patch 8.2.3054: Vim9: unpack assignment using "_" after semicolon fails Bram Moolenaar 2021-06-26 13:59:29 +02:00
  • 13e45d14ba patch 8.2.3053: Vim9: cannot assign to @@ in :def function Bram Moolenaar 2021-06-26 13:28:35 +02:00
  • ce024c3e20 patch 8.2.3052: Vim9: "legacy call" does not work Bram Moolenaar 2021-06-26 13:00:49 +02:00
  • 444d878324 patch 8.2.3051: Vim9: for loop with one list variable does not work Bram Moolenaar 2021-06-26 12:40:56 +02:00
  • f3caeb63d6 patch 8.2.3050: cannot recognize elixir files Austin Gatlin 2021-06-26 12:02:55 +02:00
  • 6582e230a0 patch 8.2.3049: JSON patch file not recognized Kevin Locke 2021-06-25 21:54:25 +02:00