1
0
forked from aniani/vim

Commit Graph

  • 5c7a299c16 patch 8.2.2628: Vim9: #{ can still be used at the script level v8.2.2628 Bram Moolenaar 2021-03-20 13:29:38 +01:00
  • 4355894869 patch 8.2.2627: no need to check for BSD after checking for not root v8.2.2627 Bram Moolenaar 2021-03-20 12:49:15 +01:00
  • 240014321b patch 8.2.2626: GTK3: error when starting up and -geometry is given v8.2.2626 Bram Moolenaar 2021-03-20 12:36:46 +01:00
  • af125866db patch 8.2.2625: rss files not recognized v8.2.2625 Bram Moolenaar 2021-03-19 20:27:40 +01:00
  • 74b99f6ab6 patch 8.2.2624: atom files not recognized v8.2.2624 Bram Moolenaar 2021-03-19 20:19:12 +01:00
  • 17709e280a patch 8.2.2623: some tests fail when run as root v8.2.2623 Bram Moolenaar 2021-03-19 14:38:12 +01:00
  • a555e6fcb6 patch 8.2.2622: GTK: error when starting up and -geometry is given v8.2.2622 Bram Moolenaar 2021-03-18 22:28:57 +01:00
  • 108cf0153c patch 8.2.2621: typval2type() cannot handle recursive structures v8.2.2621 Bram Moolenaar 2021-03-18 22:15:04 +01:00
  • 4b3e1964d8 patch 8.2.2620: Vim9: Using #{ for a dictionary gives strange errors v8.2.2620 Bram Moolenaar 2021-03-18 21:37:55 +01:00
  • 5f91e74bf9 patch 8.2.2619: Vim9: no test for return type of lambda v8.2.2619 Bram Moolenaar 2021-03-17 21:29:29 +01:00
  • 3f32788000 patch 8.2.2618: Vim9: cannot use a normal list name to store function refs v8.2.2618 Bram Moolenaar 2021-03-17 20:56:38 +01:00
  • 8863bda25d patch 8.2.2617: Vim9: script variable in block not found by function v8.2.2617 Bram Moolenaar 2021-03-17 18:42:08 +01:00
  • 3e1916947d patch 8.2.2616: Vim9: if 'cpo' is change in Vim9 script it may be restored v8.2.2616 Bram Moolenaar 2021-03-17 17:46:00 +01:00
  • a4c81bea38 patch 8.2.2615: test is sourcing the wrong file v8.2.2615 Bram Moolenaar 2021-03-17 15:23:16 +01:00
  • c970e4225b patch 8.2.2614: Vim9: function is deleted while executing v8.2.2614 Bram Moolenaar 2021-03-17 15:03:04 +01:00
  • 6ccfd99b92 patch 8.2.2613: new test throws exception v8.2.2613 Bram Moolenaar 2021-03-17 13:39:33 +01:00
  • 18b7d86d7f patch 8.2.2612: col('.') may get outdated column value v8.2.2612 Bram Moolenaar 2021-03-17 13:28:05 +01:00
  • f8c52e8d08 patch 8.2.2611: conditions for startup tests are not exactly right v8.2.2611 Bram Moolenaar 2021-03-17 12:27:23 +01:00
  • 1e448465e1 patch 8.2.2610: mouse click test fails when using remote connection v8.2.2610 Bram Moolenaar 2021-03-16 21:17:16 +01:00
  • 3214812997 patch 8.2.2609: test disabled on MS-Windows even though it should work v8.2.2609 Bram Moolenaar 2021-03-16 13:23:30 +01:00
  • f4fcedc59d patch 8.2.2608: character input not fully tested v8.2.2608 Bram Moolenaar 2021-03-15 18:36:20 +01:00
  • 02b4d9b18a patch 8.2.2607: strcharpart() cannot include composing characters v8.2.2607 Bram Moolenaar 2021-03-14 19:46:45 +01:00
  • 70ce8a1561 patch 8.2.2606: strchars() defaults to counting composing characters v8.2.2606 Bram Moolenaar 2021-03-14 19:02:09 +01:00
  • 0289a093a4 patch 8.2.2605: Vim9: string index and slice does not include composing chars v8.2.2605 Bram Moolenaar 2021-03-14 18:40:19 +01:00
  • 240309c9bf patch 8.2.2604: GUI-specific command line arguments not tested v8.2.2604 Bram Moolenaar 2021-03-14 16:20:37 +01:00
  • 77b10ffad4 patch 8.2.2603: Vim9: no effect if user command is also a function v8.2.2603 Bram Moolenaar 2021-03-14 13:21:35 +01:00
  • 2e34c34be1 patch 8.2.2602: Vim9: continue doesn't work if :while is very first command v8.2.2602 Bram Moolenaar 2021-03-14 12:13:33 +01:00
  • 6bce5856b5 patch 8.2.2601: memory usage test often fails on FreeBSD v8.2.2601 Bram Moolenaar 2021-03-13 22:11:51 +01:00
  • 93e1cae739 patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionary v8.2.2600 Bram Moolenaar 2021-03-13 21:24:56 +01:00
  • edba70703b patch 8.2.2599: build failure v8.2.2599 Bram Moolenaar 2021-03-13 21:14:18 +01:00
  • 6508880d6c patch 8.2.2598: Vim9: :open does not need to be supported v8.2.2598 Bram Moolenaar 2021-03-13 21:07:21 +01:00
  • cb4e80fab9 patch 8.2.2597: Vim9: "import * as" does not work at script level v8.2.2597 Bram Moolenaar 2021-03-13 20:57:19 +01:00
  • 41cd80335c patch 8.2.2596: :doautocmd may confuse scripts listening to WinEnter v8.2.2596 Bram Moolenaar 2021-03-13 15:47:56 +01:00
  • 9e813b3dea patch 8.2.2595: setting 'winminheight' may cause 'lines' to change v8.2.2595 Bram Moolenaar 2021-03-13 14:29:05 +01:00
  • 0756f757ed patch 8.2.2594: alternate buffer added to session file even when it's hidden v8.2.2594 Bram Moolenaar 2021-03-13 13:52:33 +01:00
  • 0de8e2d6a3 patch 8.2.2593: list of distributed files is incomplete v8.2.2593 Bram Moolenaar 2021-03-13 13:30:03 +01:00
  • c8cdf0f80b Update runtime files. Bram Moolenaar 2021-03-13 13:28:13 +01:00
  • 6fd367a97c patch 8.2.2592: code coverage could be improved v8.2.2592 Bram Moolenaar 2021-03-13 13:14:04 +01:00
  • c80f647512 patch 8.2.2591: Poke files are not recognized v8.2.2591 Bram Moolenaar 2021-03-12 22:16:41 +01:00
  • 12bce95887 patch 8.2.2590: Vim9: default argument value may cause internal error v8.2.2590 Bram Moolenaar 2021-03-11 20:04:04 +01:00
  • 776b954622 patch 8.2.2589: recover test hangs in the GUI v8.2.2589 Bram Moolenaar 2021-03-10 22:27:48 +01:00
  • 23b32a8d6b patch 8.2.2588: build failure with tiny features v8.2.2588 Bram Moolenaar 2021-03-10 21:55:46 +01:00
  • 6635ae1437 patch 8.2.2587: recover test fails on FreeBSD v8.2.2587 Bram Moolenaar 2021-03-10 21:46:39 +01:00
  • f52f0606ed patch 8.2.2586: process id may be invalid v8.2.2586 Bram Moolenaar 2021-03-10 21:26:37 +01:00
  • c23555de34 patch 8.2.2585: Vim9: illegal memory access v8.2.2585 Bram Moolenaar 2021-03-10 19:04:07 +01:00
  • d345fb9216 patch 8.2.2584: Vim9: type error for assigning "any" to a list v8.2.2584 Bram Moolenaar 2021-03-10 18:43:09 +01:00
  • 7ad67d1150 patch 8.2.2583: Vim9: cannot compare result of getenv() with null v8.2.2583 Bram Moolenaar 2021-03-10 16:08:26 +01:00
  • ffb7dcdb77 patch 8.2.2582: Vim9: screendump test fails on MS-Windows v8.2.2582 Bram Moolenaar 2021-03-10 14:00:18 +01:00
  • 37294bd6a2 patch 8.2.2581: Vim9: sourcing Vim9 script triggers a redraw v8.2.2581 Bram Moolenaar 2021-03-10 13:40:08 +01:00
  • e3ffcd9902 patch 8.2.2580: Vim9: checking vararg type may be wrong v8.2.2580 Bram Moolenaar 2021-03-08 21:47:13 +01:00
  • d00a7fb81a patch 8.2.2579: Vim9: crash in garbagecollect after for loop v8.2.2579 Bram Moolenaar 2021-03-08 20:47:14 +01:00
  • 86c3a2162c patch 8.2.2578: Lua cannot handle a passed in lambda v8.2.2578 Bram Moolenaar 2021-03-08 19:50:24 +01:00
  • 9355ae4149 patch 8.2.2577: compiler warning for type conversion v8.2.2577 Bram Moolenaar 2021-03-08 19:04:05 +01:00
  • 608d78fb45 patch 8.2.2576: Vim9: defining a :func function checks for white space v8.2.2576 Bram Moolenaar 2021-03-06 22:33:12 +01:00
  • 6914e87d3c patch 8.2.2575: Vim9: a function name with "->" in the next line doesn't work v8.2.2575 Bram Moolenaar 2021-03-06 21:01:09 +01:00
  • 04947cc6ed patch 8.2.2574: Vim9: crash when calling partial with wrong function v8.2.2574 Bram Moolenaar 2021-03-06 19:26:46 +01:00
  • a974953443 patch 8.2.2573: Vim9: using inalid pointer for error message v8.2.2573 Bram Moolenaar 2021-03-06 18:18:19 +01:00
  • 18062fcad6 patch 8.2.2572: Vim9: crash when getting the types for a legacy function v8.2.2572 Bram Moolenaar 2021-03-05 21:35:47 +01:00
  • 8c801b374b patch 8.2.2571: test may leave file behind v8.2.2571 Bram Moolenaar 2021-03-05 20:58:22 +01:00
  • f9a65505d1 patch 8.2.2570: tests fail when run as root v8.2.2570 Bram Moolenaar 2021-03-05 20:47:44 +01:00
  • 008bff967f patch 8.2.2569: 'fillchars' "stl" and "stlnc" items must be single byte v8.2.2569 Bram Moolenaar 2021-03-04 21:55:58 +01:00
  • 6057748a1a patch 8.2.2568: second time a preview popup is opened highlight is not set v8.2.2568 Bram Moolenaar 2021-03-04 21:35:07 +01:00
  • 6c3843ca8a patch 8.2.2567: Vim9: no error if variable is defined for existing function v8.2.2567 Bram Moolenaar 2021-03-04 12:38:21 +01:00
  • 2e2d758902 patch 8.2.2566: Vim9: Function name is not recognized v8.2.2566 Bram Moolenaar 2021-03-03 21:22:41 +01:00
  • f76ec1eeb5 patch 8.2.2565: Vim9: "..=" not always recognized v8.2.2565 Bram Moolenaar 2021-03-03 17:58:16 +01:00
  • 51b477f74f patch 8.2.2564: focus events end Insert mode if 'esckeys' is not set v8.2.2564 Bram Moolenaar 2021-03-03 15:24:28 +01:00
  • 4fa1175765 patch 8.2.2563: cannot use multibyte characters for folding in 'fillchars' v8.2.2563 Bram Moolenaar 2021-03-03 13:26:02 +01:00
  • 37096afd3f patch 8.2.2562: GUI: star register changed when 'clipboard is "unnamedplus" v8.2.2562 Bram Moolenaar 2021-03-02 19:04:11 +01:00
  • 3dc3474f00 patch 8.2.2561: not all textprop code is covered by tests v8.2.2561 Bram Moolenaar 2021-03-02 13:36:47 +01:00
  • 39d4cab494 patch 8.2.2560: setting 'winminheigt' does not take tabline into account v8.2.2560 Bram Moolenaar 2021-03-01 21:02:46 +01:00
  • 3650fd7098 patch 8.2.2559: MS-Windows: guifont test fails on Windows XP v8.2.2559 Bram Moolenaar 2021-02-28 23:13:40 +01:00
  • 057e84afe5 patch 8.2.2558: no error if a lambda argument shadows a variable v8.2.2558 Bram Moolenaar 2021-02-28 16:55:11 +01:00
  • 087b5ff35d patch 8.2.2557: compiler warning for shadowd variable v8.2.2557 Bram Moolenaar 2021-02-27 23:39:22 +01:00
  • 0a84284e60 patch 8.2.2556: Vim9: :import with "as" not fully supported v8.2.2556 Bram Moolenaar 2021-02-27 22:41:19 +01:00
  • 3f1e9f000f patch 8.2.2555: Vim9: missing test for 8.2.2553 v8.2.2555 Bram Moolenaar 2021-02-27 22:36:43 +01:00
  • 0f2a5cc68b patch 8.2.2554: Vim9: exporting a final is not tested v8.2.2554 Bram Moolenaar 2021-02-27 22:33:21 +01:00
  • 9faec4e3d4 Update runtime files. Bram Moolenaar 2021-02-27 16:38:07 +01:00
  • 0abc6e471a patch 8.2.2553: Vim9: Cannot put "|" after "{" v8.2.2553 Bram Moolenaar 2021-02-26 22:21:23 +01:00
  • 9f646c2e11 patch 8.2.2552: Vim9: no reason to consider "{{{{{{{{" a command v8.2.2552 Bram Moolenaar 2021-02-26 21:56:47 +01:00
  • d0bce504ec patch 8.2.2551: MS-Windows: colors test file is not installed v8.2.2551 Bram Moolenaar 2021-02-26 20:25:35 +01:00
  • 0e62a6742b patch 8.2.2550: signal stack size is wrong with latest glibc 2.34 v8.2.2550 Bram Moolenaar 2021-02-25 17:17:56 +01:00
  • 1bd3cb2019 patch 8.2.2549: crash after using "g:" in a for loop v8.2.2549 Bram Moolenaar 2021-02-24 12:27:31 +01:00
  • 7d41410a45 patch 8.2.2548: May get stuck in the cmdline window using :normal v8.2.2548 Bram Moolenaar 2021-02-23 19:39:20 +01:00
  • 2c6553498e patch 8.2.2547: "%" command not accurate for big files v8.2.2547 Bram Moolenaar 2021-02-23 19:32:03 +01:00
  • 21a83bd53d patch 8.2.2546: typo in mouse key name v8.2.2546 Bram Moolenaar 2021-02-23 19:19:58 +01:00
  • eba13e4ea2 patch 8.2.2545: errors and crash when terminal window is zero height v8.2.2545 Bram Moolenaar 2021-02-23 17:47:23 +01:00
  • bc327ccc3d patch 8.2.2544: Vim9: error for argument when checking for lambda v8.2.2544 Bram Moolenaar 2021-02-23 12:05:46 +01:00
  • 9cb577a682 patch 8.2.2543: Vim9: a return inside try/catch does not restore properly v8.2.2543 Bram Moolenaar 2021-02-22 22:45:10 +01:00
  • 41f0895c6e patch 8.2.2542: highlight of char beyond line end is not correct v8.2.2542 Bram Moolenaar 2021-02-22 22:13:49 +01:00
  • 6bfc475f71 patch 8.2.2541: popup_create() does not allow boolean for "cursorline" v8.2.2541 Bram Moolenaar 2021-02-21 23:12:18 +01:00
  • b4893b8450 patch 8.2.2540: Vim9: no error for using script var name for argument v8.2.2540 Bram Moolenaar 2021-02-21 22:20:24 +01:00
  • 7e82c5f338 patch 8.2.2539: Vim9: return from finally block causes a hang v8.2.2539 Bram Moolenaar 2021-02-21 21:32:45 +01:00
  • 21578271bb patch 8.2.2538: crash when using Python list iterator v8.2.2538 Bram Moolenaar 2021-02-21 19:12:47 +01:00
  • 027c4ab4d2 patch 8.2.2537: Vim9: crash when map() fails v8.2.2537 Bram Moolenaar 2021-02-21 16:20:18 +01:00
  • dc167465f8 patch 8.2.2536: Coverity complains about unchecked return value v8.2.2536 Bram Moolenaar 2021-02-20 20:26:16 +01:00
  • 723ef5db98 patch 8.2.2535: MS-Windows: cannot run all vim9 tests v8.2.2535 Bram Moolenaar 2021-02-20 20:13:42 +01:00
  • a1070eae77 patch 8.2.2534: missing test coverage v8.2.2534 Bram Moolenaar 2021-02-20 19:21:36 +01:00
  • 5b5ae29bd3 patch 8.2.2533: Vim9: cannot use a range with :unlet v8.2.2533 Bram Moolenaar 2021-02-20 17:04:02 +01:00
  • ada1d870b4 patch 8.2.2532: Vim9: confusing error if :k is used with a range v8.2.2532 Bram Moolenaar 2021-02-20 08:16:51 +01:00
  • 10b9421f3b patch 8.2.2531: Vim9: the :k command is obscure v8.2.2531 Bram Moolenaar 2021-02-19 21:42:57 +01:00