Commit Graph

  • e379e21ddc patch 9.0.1966: configure prints stray 6 when checking libruby Illia Bobyr 2023-09-30 22:59:27 +02:00
  • 8c358e024f patch 9.0.1965: wrong auto/configure script Illia Bobyr 2023-09-30 22:57:19 +02:00
  • a4dfbfed89 patch 9.0.1964: xattr support fails to build on MacOS X Christian Brabandt 2023-09-30 18:51:36 +02:00
  • 6de4e58cf2 patch 9.0.1963: Configure script may not detect xattr zeertzjq 2023-09-30 14:19:14 +02:00
  • e085dfda5d patch 9.0.1962: No support for writing extended attributes Christian Brabandt 2023-09-30 12:49:18 +02:00
  • 1f025b01e2 patch 9.0.1961: 'listchars' completion misses "multispace" and "leadmultispace" zeertzjq 2023-09-30 12:43:07 +02:00
  • f7f746b167 patch 9.0.1960: Make CI checks more strict Yee Cheng Chin 2023-09-30 12:28:50 +02:00
  • 9084c14c89 Merge pull request #1434 from ychin/ci-macos13-xcode15 Yee Cheng Chin 2023-09-29 17:43:17 -07:00
  • d3c1eb5e40 CI: Update to Xcode 15 / macOS 13 in GitHub runner Yee Cheng Chin 2023-09-29 15:58:35 -07:00
  • d41f3454e3 Merge remote-tracking branch 'vim/master' Yee Cheng Chin 2023-09-29 15:31:29 -07:00
  • c83901abdf Enable +sound for legacy builds (10.9-10.12) until fixed upstream Yee Cheng Chin 2023-09-29 15:10:47 -07:00
  • f3b68d4759 patch 9.0.1959: Vim9: methods parameters and types are covariant Yegappan Lakshmanan 2023-09-29 22:50:02 +02:00
  • 900894b09a patch 9.0.1958: cannot complete option values Yee Cheng Chin 2023-09-29 20:42:32 +02:00
  • 3695d0e41b patch 9.0.1957: termcap options should change when setting keyprotocol Gregory Anders 2023-09-29 20:17:20 +02:00
  • 28a23602e8 patch 9.0.1956: Custom completion skips orig cmdline if it invokes glob() zeertzjq 2023-09-29 19:58:35 +02:00
  • ee865f37ac patch 9.0.1955: Vim9: lockvar issues with objects/classes Ernie Rael 2023-09-29 19:53:55 +02:00
  • 112431f217 patch 9.0.1954: CI: change netrw label in labeller bot Ken Takata 2023-09-29 19:48:09 +02:00
  • 789b8854d2 patch 9.0.1953: Misplaced comment in errors.h Ken Takata 2023-09-29 19:45:42 +02:00
  • 5a05d374d3 patch 9.0.1952: Vim9: unused static field Yegappan Lakshmanan 2023-09-29 19:43:11 +02:00
  • 02902b547b runtime(doc): text-objects: document how escaped delimiters are handled Christian Brabandt 2023-09-29 00:09:28 +02:00
  • b90e3bc491 patch 9.0.1951: Vim9: hard to debug vim9_class errors from CI Yegappan Lakshmanan 2023-09-28 23:06:48 +02:00
  • 413f83990f patch 9.0.1950: Vim9: error codes spread out Yegappan Lakshmanan 2023-09-28 22:46:37 +02:00
  • f057aca1cc patch 9.0.1949: Vim9: allows reserved keywords as members Yegappan Lakshmanan 2023-09-28 22:28:15 +02:00
  • db38552dcd patch 9.0.1948: Vim9: object variable "this." should only be used in constructor h-east 2023-09-28 22:18:19 +02:00
  • 03ca4002c1 patch 9.0.1947: Bash Expansion test fails on Windows/MacOS Ken Takata 2023-09-28 21:59:58 +02:00
  • e845b38dab runtime(doc): regenerate xxd manpage Christian Brabandt 2023-09-27 23:33:39 +02:00
  • 9eb1ce5315 patch 9.0.1946: filename expansion using ** in bash may fail Christian Brabandt 2023-09-27 19:08:25 +02:00
  • 2dede3dbfa patch 9.0.1945: Vim9: missing support for ro-vars in interface Yegappan Lakshmanan 2023-09-27 19:02:01 +02:00
  • 5277cfaf8a runtime(doc): mention mouse scrolling in scrollbind-quickadj (#13190) zeertzjq 2023-09-28 01:00:12 +08:00
  • 54f70cf078 runtime(swayconfig): Update syntax file (#13192) Josef Litoš 2023-09-27 18:58:15 +02:00
  • 02774f99ce runtime(i3config): update i3config syntax (#13191) Josef Litoš 2023-09-27 18:57:24 +02:00
  • 3474594239 runtime(rmd) Update ftplugin and syntax files (#13193) Jakson Alves de Aquino 2023-09-27 13:56:02 -03:00
  • a76fbe6e00 patch 9.0.1944: Vim9: function instruction pointer invalidated Yegappan Lakshmanan 2023-09-27 18:51:43 +02:00
  • 91adcbdcc1 translation(sr): Update Serbian messages translation Ivan Pešić 2023-09-27 20:48:42 +04:00
  • f109bf93c9 patch 9.0.1943: CI not run with clang-17 Philip H 2023-09-25 21:05:00 +02:00
  • c1946267f2 patch 9.0.1942: Vim9: execution stack invalidated with null object Yegappan Lakshmanan 2023-09-25 21:00:46 +02:00
  • 54e1f56cf2 runtime(sh): only invoke bash help in ftplugin if it has been detected to be bash (#13171) Eisuke Kawashima 2023-09-26 03:40:45 +09:00
  • 4c7c622e73 Merge remote-tracking branch 'vim/master' Yee Cheng Chin 2023-09-25 04:52:11 -07:00
  • 3aa114463f patch 9.0.1941: Memory leak detected Yegappan Lakshmanan 2023-09-25 12:13:17 +02:00
  • e1b95f5252 runtime(doc): Update help tags (#13180) Yegappan Lakshmanan 2023-09-25 00:19:48 -07:00
  • ec8deb092c patch 9.0.1940: wrong upstream version in libvterm README Christian Brabandt 2023-09-24 23:42:19 +02:00
  • b80ae6cec3 patch 9.0.1939: still a problem when processing LSP RPC requests Yegappan Lakshmanan 2023-09-24 23:38:46 +02:00
  • ceffca683b runtime(todo): Update Vim9 class items (#13148) Yegappan Lakshmanan 2023-09-24 14:36:56 -07:00
  • c3b315f496 runtime(doc): Vim9: Consistenly use class/object variable and class/object method in help (#13149) Yegappan Lakshmanan 2023-09-24 14:36:17 -07:00
  • abc808112e patch 9.0.1938: multispace wrong when scrolling horizontally zeertzjq 2023-09-24 23:32:18 +02:00
  • 46a0582ffa patch 9.0.1937: missing test for mouse click + 'virtedit' zeertzjq 2023-09-24 23:30:03 +02:00
  • e6fca0e822 patch 9.0.1936: test: using wrong expected message in test_crypt Isao Sato 2023-09-24 23:27:25 +02:00
  • 7fe8f43f49 patch 9.0.1935: Vim9: not consistent error messages RestorerZ 2023-09-24 23:21:24 +02:00
  • 46bdae036a patch 9.0.1934: :bwipe fails after switching window from aucmd_win. zeertzjq 2023-09-24 23:16:08 +02:00
  • edcba96c00 patch 9.0.1933: Can change the type of a v: variable using if_lua zeertzjq 2023-09-24 23:13:51 +02:00
  • 7398f367d5 patch 9.0.1932: Vim9: error when using null object constructor Yegappan Lakshmanan 2023-09-24 23:09:10 +02:00
  • 960822a11f runtime(doc): grammar fixes in doc (#13164) Dominique Pellé 2023-09-24 23:07:39 +02:00
  • 7c948644fb runtime(doc): Update the version9.txt with a template for version 9.1 enhancements (#13165) Yegappan Lakshmanan 2023-09-24 14:07:03 -07:00
  • 790f9a890c runtime(doc): Add a missing '<' to the help of strutf16len() (#13168) a5ob7r 2023-09-25 06:05:47 +09:00
  • ca0ffc0d63 patch 9.0.1931: make test_compilers fails on ubuntu Dominique Pellé 2023-09-24 22:57:41 +02:00
  • 8ffcb47a43 runtime(tutor): fix typo in tutor.nl (#13175) Remy Bos 2023-09-24 22:54:30 +02:00
  • 4927bc7d27 patch 9.0.1930: compiler warnings with clang-17 Dominique Pellé 2023-09-24 16:12:07 +02:00
  • 99c3849a92 patch 9.0.1929: runtime tests fail with tiny vim Dominique Pellé 2023-09-24 16:09:31 +02:00
  • b895b0fabc patch 9.0.1928: Vim9: constructor type checking bug h-east 2023-09-24 15:46:31 +02:00
  • ceee7a808c patch 9.0.1927: patch 1916 (fixed terminal size) not optimal Christian Brabandt 2023-09-21 16:55:06 +02:00
  • 696270bcae patch 9.0.1926: Vim9: not enough info in error message Ernie Rael 2023-09-21 16:42:28 +02:00
  • 02c51b1dd8 patch 9.0.1925: if_python: still undefined behaviour with function pointer Yee Cheng Chin 2023-09-21 16:40:12 +02:00
  • 1926ae4184 patch 9.0.1924: LSP server message still wrongly handled (after 9.0.1922) Yegappan Lakshmanan 2023-09-21 16:36:28 +02:00
  • db54e989b5 patch 9.0.1923: curswant wrong on click with 've' and 'wrap' set zeertzjq 2023-09-21 16:33:09 +02:00
  • a7aba6ca50 runtime(doc): format jumplist examples more consistently (#13137) zeertzjq 2023-09-21 14:22:57 +08:00
  • 78c5a5abc6 patch 9.0.1922: LSP server request message is misinterpreted as a response message Yegappan Lakshmanan 2023-09-20 20:32:55 +02:00
  • 87018255e3 patch 9.0.1921: not possible to use the jumplist like a stack Yegappan Lakshmanan 2023-09-20 20:20:04 +02:00
  • 98e68c07ce patch 9.0.1920: Vim9: cannot write public var in nested object Ernie Rael 2023-09-20 20:13:06 +02:00
  • 03cd697d63 patch 9.0.1919: Wrong curswant when clicking on empty line or with vsplits zeertzjq 2023-09-20 20:08:40 +02:00
  • 5790a54166 patch 9.0.1918: No filetype detection for Authzed filetypes Matt Polzin 2023-09-20 20:03:52 +02:00
  • d606fccf6f patch 9.0.1917: undefined behaviour with python function pointer Yee Cheng Chin 2023-09-20 19:59:47 +02:00
  • aa64ba1587 patch 9.0.1916: Crash when allocating large terminal screen Christian Brabandt 2023-09-19 21:05:20 +02:00
  • 476733f3d0 patch 9.0.1915: r_CTRL-C works differently in visual mode Christian Brabandt 2023-09-19 20:41:51 +02:00
  • 1db1514365 patch 9.0.1914: Vim9: few issues when accessing object members Yegappan Lakshmanan 2023-09-19 20:34:05 +02:00
  • 2ce070c27a patch 9.0.1913: if_python: undefined behaviour for function pointers Yee Cheng Chin 2023-09-19 20:30:22 +02:00
  • 6f00d17e8d patch 9.0.1912: Cirrus-CI running out of credits Christian Brabandt 2023-09-19 20:16:46 +02:00
  • 3da696db6a patch 9.0.1911: Vim9: segfault with null object and instanceof() Ernie Rael 2023-09-19 20:14:18 +02:00
  • 346ac1429c runtime(doc): add help tag describing object-selection Christian Brabandt 2023-09-18 20:11:37 +02:00
  • 063c562a37 patch 9.0.1910: Mac OS X: missing sound support on older versions Sevan Janiyan 2023-09-18 20:04:32 +02:00
  • 00cd18222e patch 9.0.1909: Vim9: problem calling class method from other class Yegappan Lakshmanan 2023-09-18 19:56:49 +02:00
  • d25021cf03 patch 9.0.1908: undefined behaviour upper/lower function ptrs Yee Cheng Chin 2023-09-18 19:51:56 +02:00
  • d8b86c937a runtime(netrw): fix filetype detection for remote editing files Christian Brabandt 2023-09-17 18:52:56 +02:00
  • e30d8e4ce0 runtime(kotlin): Add Kotlin runtime files (#13110) dkearns 2023-09-18 02:51:22 +10:00
  • 6b5efcdd8e patch 9.0.1907: No support for liquidsoap filetypes Romain Beauxis 2023-09-17 18:49:20 +02:00
  • 92d9ee5f4c patch 9.0.1906: Vim9: Interfaces should not support class methods and variables Yegappan Lakshmanan 2023-09-17 17:03:19 +02:00
  • 0483e49f90 patch 9.0.1905: FEAT_FLOAT no longer defined dundargoc 2023-09-17 16:58:22 +02:00
  • e6059c321b patch 9.0.1904: Cirrus-CI fails because we have used all credits dundargoc 2023-09-17 16:53:18 +02:00
  • 177437cc6f doc(INSTALLpc): mention additional packages for msys2 Christian Brabandt 2023-09-17 16:36:33 +02:00
  • a66feb5fb5 patch 9.0.1903: CI fails because snd-dummy modules missing Christian Brabandt 2023-09-16 18:29:42 +02:00
  • 249a208803 runtime(man): Man plugin does not respect 'gdefault' Yee Cheng Chin 2023-09-16 18:09:47 +02:00
  • e2deb7e598 patch 9.0.1902: Vim9: Coverity complains about dead code Yegappan Lakshmanan 2023-09-16 18:05:07 +02:00
  • ad29f6af0a patch 9.0.1901: win32: not correctly freeing environment Ken Takata 2023-09-16 13:56:02 +02:00
  • e7d79eb98a patch 9.0.1900: Configure script uses non-portable == comparison Yee Cheng Chin 2023-09-16 13:38:26 +02:00
  • ffb13674d1 patch 9.0.1899: potential buffer overflow in PBYTE macro Christian Brabandt 2023-09-15 20:22:02 +02:00
  • c30a90d9b2 patch 9.0.1898: Vim9: restrict access to static vars Yegappan Lakshmanan 2023-09-15 20:14:55 +02:00
  • 35928ee8f8 runtime(vim): Highlight all :loadkeymap abbreviations in vim syntax (#13092) dkearns 2023-09-16 04:12:50 +10:00
  • c1f8bb37c6 runtime(forth): Fix :unlet error in ftplugin (#13090) dkearns 2023-09-16 00:47:06 +10:00
  • 6ffcc58be3 runtime(help): Updated documentation on editorconfig Christian Brabandt 2023-09-12 21:08:54 +02:00
  • 8b2457a381 runtime(swayconfig): improve syntax highlighting (#13060) Josef Litoš 2023-09-12 20:24:47 +02:00
  • fc93594d56 runtime(rust): sync rust runtime files with upstream (#13075) Gregory Anders 2023-09-12 13:23:38 -05:00