1
0
forked from aniani/vim

Commit Graph

  • 1e4c7d0ed2 patch 8.2.1057: cannot build with dynamic Lua v8.2.1057 Bram Moolenaar 2020-06-25 20:56:42 +02:00
  • 211dd3fd82 patch 8.2.1056: wrong display when mixing match conceal and syntax conceal v8.2.1056 Bram Moolenaar 2020-06-25 20:07:04 +02:00
  • 73b4465ba7 patch 8.2.1055: no filetype set for pacman config files v8.2.1055 Bram Moolenaar 2020-06-25 19:53:24 +02:00
  • 801ab06934 patch 8.2.1054: not so easy to pass a lua function to Vim v8.2.1054 Bram Moolenaar 2020-06-25 19:27:56 +02:00
  • 832adf9bb8 patch 8.2.1053: insufficient testing for 'statusline' and 'tabline' v8.2.1053 Bram Moolenaar 2020-06-25 19:01:36 +02:00
  • 7acde51832 patch 8.2.1052: build failure with older compilers v8.2.1052 Bram Moolenaar 2020-06-24 23:02:40 +02:00
  • ca275a05d8 patch 8.2.1051: crash when changing a list while using reduce() on it v8.2.1051 Bram Moolenaar 2020-06-24 22:07:46 +02:00
  • 65a8ed37f7 patch 8.2.1050: missing change in struct v8.2.1050 Bram Moolenaar 2020-06-24 21:00:25 +02:00
  • b171fb1790 patch 8.2.1049: Vim9: leaking memory when using continuation line v8.2.1049 Bram Moolenaar 2020-06-24 20:34:03 +02:00
  • 9d40c63c7d patch 8.2.1048: build failure without the eval feature v8.2.1048 Bram Moolenaar 2020-06-24 19:05:29 +02:00
  • 5409f5d8c9 patch 8.2.1047: Vim9: script cannot use line continuation like :def function v8.2.1047 Bram Moolenaar 2020-06-24 18:37:35 +02:00
  • b7e2483655 patch 8.2.1046: insufficient tests for src/buffer.c v8.2.1046 Bram Moolenaar 2020-06-24 13:37:35 +02:00
  • 67fbdfefd2 patch 8.2.1045: Vim9: line break before operator does not work v8.2.1045 Bram Moolenaar 2020-06-23 22:26:05 +02:00
  • ef6d86c173 patch 8.2.1044: not all systemd file types are recognized v8.2.1044 Bram Moolenaar 2020-06-23 21:01:38 +02:00
  • 4014e2ceb0 patch 8.2.1043: %a item in 'statusline' not tested v8.2.1043 Bram Moolenaar 2020-06-23 20:00:50 +02:00
  • df069eec3b patch 8.2.1042: Vim9: cannot put an operator on the next line v8.2.1042 Bram Moolenaar 2020-06-22 23:02:51 +02:00
  • 7eaafe65ee patch 8.2.1041: test summary is missing executed count v8.2.1041 Bram Moolenaar 2020-06-22 22:10:06 +02:00
  • bdd2c290d3 patch 8.2.1040: not enough testing for movement commands v8.2.1040 Bram Moolenaar 2020-06-22 21:34:30 +02:00
  • 25fd267287 patch 8.2.1039: cannot put NUL byte on clipboard v8.2.1039 Bram Moolenaar 2020-06-22 20:30:27 +02:00
  • b2b218d89b patch 8.2.1038: popupwin test fails v8.2.1038 Bram Moolenaar 2020-06-22 20:22:19 +02:00
  • acd4c5e914 patch 8.2.1037: Vim9: crash when using line continuation inside :def v8.2.1037 Bram Moolenaar 2020-06-22 19:39:03 +02:00
  • 373c65104e patch 8.2.1036: popupwin test fails sometimes v8.2.1036 Bram Moolenaar 2020-06-22 19:24:23 +02:00
  • 7633fe595e patch 8.2.1035: setreg() does not always clear the register v8.2.1035 Bram Moolenaar 2020-06-22 19:10:56 +02:00
  • 38041da1c2 patch 8.2.1034: compiler warning for uninitialized variables v8.2.1034 Bram Moolenaar 2020-06-21 22:17:18 +02:00
  • 73fef33014 Update runtime files Bram Moolenaar 2020-06-21 22:12:03 +02:00
  • 8d9437968b patch 8.2.1033: not easy to read the test time in the test output v8.2.1033 Bram Moolenaar 2020-06-21 20:39:37 +02:00
  • 7fe875583b patch 8.2.1032: error message for declaring a variable cannot be translated v8.2.1032 Bram Moolenaar 2020-06-21 20:38:28 +02:00
  • f5433fbfe4 patch 8.2.1031: build failure with Perl5.32 v8.2.1031 Bram Moolenaar 2020-06-21 20:06:54 +02:00
  • da58134eed patch 8.2.1030: reducing size of a terminal window may cause a crash v8.2.1030 Bram Moolenaar 2020-06-21 17:57:32 +02:00
  • 23c5527373 patch 8.2.1029: Vim9: cannot chain function calls with -> at line start v8.2.1029 Bram Moolenaar 2020-06-21 16:58:13 +02:00
  • e55b1c098d patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variable v8.2.1028 Bram Moolenaar 2020-06-21 15:52:59 +02:00
  • 820ffa567c patch 8.2.1027: GUI: multi-byte characters do not work in a terminal v8.2.1027 Bram Moolenaar 2020-06-21 15:09:14 +02:00
  • a3b7fdc1bb patch 8.2.1026: Vim9: cannot break the line after "->" v8.2.1026 Bram Moolenaar 2020-06-21 14:12:17 +02:00
  • 8c524f76eb patch 8.2.1025: tabpage menu and tabline not sufficiently tested v8.2.1025 Bram Moolenaar 2020-06-21 13:23:45 +02:00
  • 6797966dfc patch 8.2.1024: Vim9: no error for using "let g:var = val" v8.2.1024 Bram Moolenaar 2020-06-20 22:50:47 +02:00
  • 0cb5bcf583 patch 8.2.1023: Vim9: redefining a function uses a new index every time v8.2.1023 Bram Moolenaar 2020-06-20 18:19:09 +02:00
  • 845e0ee594 patch 8.2.1022: various parts of code not covered by tests v8.2.1022 Bram Moolenaar 2020-06-20 16:05:32 +02:00
  • a190548e91 patch 8.2.1021: Ruby interface not tested enough v8.2.1021 Bram Moolenaar 2020-06-20 16:00:25 +02:00
  • b326edf5b3 patch 8.2.1020: popupwin test fails in the GUI v8.2.1020 Bram Moolenaar 2020-06-20 15:03:38 +02:00
  • ef6746f637 patch 8.2.1019: mapping <M-S-a> does not work in the GUI v8.2.1019 Bram Moolenaar 2020-06-20 14:43:23 +02:00
  • 280b0dc815 patch 8.2.1018: typo in enum value v8.2.1018 Bram Moolenaar 2020-06-20 13:29:03 +02:00
  • 1089374130 patch 8.2.1017: Appveyor output doesn't show MinGW console features v8.2.1017 Bram Moolenaar 2020-06-19 22:37:47 +02:00
  • 7e380030c1 patch 8.2.1016: Vim9: test fails when channel feature is missing v8.2.1016 Bram Moolenaar 2020-06-19 22:35:44 +02:00
  • 20298ce679 patch 8.2.1015: popup filter gets key with modifier prepended v8.2.1015 Bram Moolenaar 2020-06-19 21:46:52 +02:00
  • 1e0b7b11db patch 8.2.1014: using "name" for a string result is confusing v8.2.1014 Bram Moolenaar 2020-06-19 19:30:53 +02:00
  • ec9b017b87 patch 8.2.1013: channel tests can be a bit flaky v8.2.1013 Bram Moolenaar 2020-06-19 19:10:59 +02:00
  • 3b74b6b4bb patch 8.2.1012: Vim9: cannot declare single character script variables v8.2.1012 Bram Moolenaar 2020-06-19 19:01:43 +02:00
  • c785b9a7f4 patch 8.2.1011: Vim9: some code not tested v8.2.1011 Bram Moolenaar 2020-06-19 18:34:15 +02:00
  • 128d307963 patch 8.2.1010: build failure in libvterm with debug enabled v8.2.1010 Bram Moolenaar 2020-06-19 17:20:41 +02:00
  • c5b1c20b6b patch 8.2.1009: Vim9: some failures not checked for v8.2.1009 Bram Moolenaar 2020-06-18 22:43:27 +02:00
  • 0779fab297 patch 8.2.1008: Vim9: no test for disassambling newly added instructions v8.2.1008 Bram Moolenaar 2020-06-18 22:18:18 +02:00
  • c8cb883015 patch 8.2.1007: completion doesn't work after ":r ++arg !" v8.2.1007 Bram Moolenaar 2020-06-18 21:14:30 +02:00
  • efd8855594 patch 8.2.1006: Vim9: require unnecessary return statement v8.2.1006 Bram Moolenaar 2020-06-18 20:50:10 +02:00
  • 9b68c82b7c patch 8.2.1005: Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusing v8.2.1005 Bram Moolenaar 2020-06-18 19:31:08 +02:00
  • 511feec6f0 patch 8.2.1004: line numbers below filler lines not always updated v8.2.1004 Bram Moolenaar 2020-06-18 19:15:27 +02:00
  • 865af6b990 patch 8.2.1003: Vim9: return type of sort() is too generic v8.2.1003 Bram Moolenaar 2020-06-18 18:45:49 +02:00
  • ceb2e77510 patch 8.2.1002: test may fail when run directly v8.2.1002 Bram Moolenaar 2020-06-18 18:33:59 +02:00
  • 72abcf42d4 patch 8.2.1001: Vim9: crash with nested "if" and assignment v8.2.1001 Bram Moolenaar 2020-06-18 18:26:24 +02:00
  • 158ea175a9 patch 8.2.1000: get error when leaving Ex mode with :visual v8.2.1000 Bram Moolenaar 2020-06-18 17:28:39 +02:00
  • 2f03e5a0a9 patch 8.2.0999: moving to next sentence gets stuck on quote v8.2.0999 Bram Moolenaar 2020-06-18 15:33:25 +02:00
  • 3d9207ad2f patch 8.2.0998: not all tag code is tested v8.2.0998 Bram Moolenaar 2020-06-17 22:58:35 +02:00
  • 856c1110c1 patch 8.2.0997: cannot execute a register containing line continuation v8.2.0997 Bram Moolenaar 2020-06-17 21:47:23 +02:00
  • 40a019f157 patch 8.2.0996: using "aucmdwin" in win_gettype() is not ideal v8.2.0996 Bram Moolenaar 2020-06-17 21:41:35 +02:00
  • e17f8817a1 patch 8.2.0995: insufficient testing for the readdir() sort option v8.2.0995 Bram Moolenaar 2020-06-17 20:30:44 +02:00
  • 9bb3eb3e02 patch 8.2.0994: Vim9: missing function causes compilation error v8.2.0994 Bram Moolenaar 2020-06-17 20:03:36 +02:00
  • f7d267ef20 patch 8.2.0993: Vim9 script test fails with normal features v8.2.0993 Bram Moolenaar 2020-06-17 12:04:54 +02:00
  • 101f4810e2 patch 8.2.0992: Vim9: crash when using :import in the Vim command v8.2.0992 Bram Moolenaar 2020-06-16 23:18:51 +02:00
  • 0fe937fd86 patch 8.2.0991: cannot get window type for autocmd and preview window v8.2.0991 Bram Moolenaar 2020-06-16 22:42:04 +02:00
  • a1bc6f1293 patch 8.2.0990: Using duplicate error number v8.2.0990 Bram Moolenaar 2020-06-16 22:27:39 +02:00
  • a6e8bf2d89 patch 8.2.0989: crash after resizing a terminal window v8.2.0989 Bram Moolenaar 2020-06-16 20:58:07 +02:00
  • 84cf6bd81b patch 8.2.0988: getting directory contents is always case sorted v8.2.0988 Bram Moolenaar 2020-06-16 20:03:43 +02:00
  • 9af78769ee patch 8.2.0987: Vim9: cannot assign to [var; var] v8.2.0987 Bram Moolenaar 2020-06-16 11:34:42 +02:00
  • c70222d12a patch 8.2.0986: MS-Windows: functions test fails v8.2.0986 Bram Moolenaar 2020-06-15 23:18:12 +02:00
  • fdcbe3c3fe patch 8.2.0985: simplify() does not remove slashes from "///path" v8.2.0985 Bram Moolenaar 2020-06-15 21:41:56 +02:00
  • ab176ce982 patch 8.2.0984: not using previous window when closing a shell popup window v8.2.0984 Bram Moolenaar 2020-06-15 21:19:08 +02:00
  • ad72350360 patch 8.2.0983: SConstruct file type not recognized v8.2.0983 Bram Moolenaar 2020-06-15 20:24:58 +02:00
  • b340baed9f patch 8.2.0982: insufficient testing for reading/writing files v8.2.0982 Bram Moolenaar 2020-06-15 19:51:56 +02:00
  • 47a519a933 patch 8.2.0981: Vim9: cannot compile "[var, var] = list" v8.2.0981 Bram Moolenaar 2020-06-14 23:05:10 +02:00
  • a65d8b5bb9 patch 8.2.0980: raku file extension not recognized v8.2.0980 Bram Moolenaar 2020-06-14 20:04:32 +02:00
  • 65e0d77a66 Update runtime files Bram Moolenaar 2020-06-14 17:29:55 +02:00
  • 8e20f75e58 patch 8.2.0979: a couple of screendump tests fail v8.2.0979 Bram Moolenaar 2020-06-14 16:43:47 +02:00
  • 0c8059e0b6 patch 8.2.0978: leaking memory in termcodes test v8.2.0978 Bram Moolenaar 2020-06-14 15:35:58 +02:00
  • 8dff4cbf6d patch 8.2.0977: t_8u is made empty for the wrong terminals v8.2.0977 Bram Moolenaar 2020-06-14 14:34:16 +02:00
  • df7df59d85 patch 8.2.0976: some 'cpoptions' not tested v8.2.0976 Bram Moolenaar 2020-06-14 13:50:55 +02:00
  • 984dddbef4 patch 8.2.0975: Vim9: script variable does not accept optional s: prefix v8.2.0975 Bram Moolenaar 2020-06-14 12:50:24 +02:00
  • f3decc5830 patch 8.2.0974: Vim9: memory leak when script var has wrong type v8.2.0974 Bram Moolenaar 2020-06-13 19:56:38 +02:00
  • 34db91f7a4 patch 8.2.0973: Vim9: type is not checked when assigning to a script variable v8.2.0973 Bram Moolenaar 2020-06-13 19:00:10 +02:00
  • c82a5b5da5 patch 8.2.0972: Vim9 script variable declarations need a type v8.2.0972 Bram Moolenaar 2020-06-13 18:09:19 +02:00
  • 142499de33 patch 8.2.0971: build with tiny features fails v8.2.0971 Bram Moolenaar 2020-06-13 16:39:31 +02:00
  • 0c0eddd3dd patch 8.2.0970: terminal properties are not available in Vim script v8.2.0970 Bram Moolenaar 2020-06-13 15:47:25 +02:00
  • 4a021dfbee patch 8.2.0969: assert_equal() output for dicts is hard to figure out v8.2.0969 Bram Moolenaar 2020-06-13 15:13:38 +02:00
  • c9630d2658 patch 8.2.0968: no proper testing of the 'cpoptions' flags v8.2.0968 Bram Moolenaar 2020-06-13 13:20:48 +02:00
  • 71ccd03ee8 patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967 Bram Moolenaar 2020-06-12 22:59:11 +02:00
  • 722e505d1a patch 8.2.0966: 'shortmess' flag "n" not used in two places v8.2.0966 Bram Moolenaar 2020-06-12 22:31:00 +02:00
  • 5055c56cfb patch 8.2.0965: has_funcundefined() is not used v8.2.0965 Bram Moolenaar 2020-06-12 22:15:31 +02:00
  • 37d1673ce0 patch 8.2.0964: TextYankPost does not provide info about Visual selection v8.2.0964 Bram Moolenaar 2020-06-12 22:09:01 +02:00
  • 6c6be9e88d patch 8.2.0963: number increment/decrement does not work with 'virtualedit' v8.2.0963 Bram Moolenaar 2020-06-12 20:19:44 +02:00
  • f6e020b122 patch 8.2.0962: terminal test sometimes hangs on Travis v8.2.0962 Bram Moolenaar 2020-06-12 20:11:55 +02:00
  • ec68028604 patch 8.2.0961: MS-Windows: no completion for locales v8.2.0961 Bram Moolenaar 2020-06-12 19:35:32 +02:00
  • 9721fb4ea3 patch 8.2.0960: cannot use :import in legacy Vim script v8.2.0960 Bram Moolenaar 2020-06-11 23:10:46 +02:00