Commit Graph

  • b43f9ded7e patch 9.1.2001: cursor may end up in wrong window after :botright copen glepnir 2025-12-20 17:26:39 +00:00
  • 64799a5080 runtime(doc): clarify the behavior of CTRL-Z Christian Brabandt 2025-12-20 16:54:07 +00:00
  • 1a4a1b9fa6 runtime(zip): Use :lcd instead of :cd in zip.vim zoumi 2025-12-20 16:25:16 +00:00
  • 87c6eb804f patch 9.1.2000: Vim9: object member used char_u pointers John Marriott 2025-12-20 16:00:17 +00:00
  • 94097e0831 translation(hy): Update Armenian language translation gagik 2025-12-20 15:55:40 +00:00
  • 923fc09c81 translation(zh_CN): Update the Simplify Chinese translation Mao-Yining 2025-12-20 15:45:36 +00:00
  • fe8c8b1e85 runtime(doc): fix outdated :function help zeertzjq 2025-12-20 15:24:57 +00:00
  • 5fb29bb7e7 runtime(osc52): Update documentation, send DA1 query when loading package Foxe Chen 2025-12-18 21:55:25 +01:00
  • 96ce55331f patch 9.1.1999: clipboard provider does not respect 'clipboard' option Foxe Chen 2025-12-18 21:47:34 +01:00
  • 757b42ab07 runtime(tutor): Chapter 2: consistently use upper case letter, fix typo after 1e3e1ba067 Christian Brabandt 2025-12-18 21:22:06 +01:00
  • fe0bafc728 runtime(compiler): improve rust errorformat yilisharcs 2025-12-18 21:14:12 +01:00
  • cedb1a3171 patch 9.1.1998: tests: not enough tests for :setlocal omnifunc zeertzjq 2025-12-18 21:02:48 +01:00
  • 93d9d196ed runtime(doc): use codepoint consistently Christian Brabandt 2025-12-17 23:24:57 +01:00
  • 1e3e1ba067 runtime(tutor): Update Chapter 2, remove mentioning surround plugin Christian Brabandt 2025-12-17 23:13:36 +01:00
  • de701aee9f patch 9.1.1997: Missing out-of-memory check in vim9class.c John Marriott 2025-12-17 22:31:59 +01:00
  • bd5e882a91 runtime(compiler): Match gcc.vim make error format yilisharcs 2025-12-17 22:29:24 +01:00
  • bf1b41e387 patch 9.1.1996: tests: test_cmdline.vim leaves swapfiles behind Christian Brabandt 2025-12-17 22:16:31 +01:00
  • 05531d0079 patch 9.1.1995: tests: flaky test_cmdline.vim causes test failures Aliaksei Budavei 2025-12-17 22:08:19 +01:00
  • 6ac778723b patch 9.1.1994: CI: slow cursor positioning may cause flaky test failures Aliaksei Budavei 2025-12-17 22:00:49 +01:00
  • fdd21ca377 runtime(doc): fix wrong help tag reference in eval.txt Christian Brabandt 2025-12-17 21:59:32 +01:00
  • 59a16f75b5 patch 9.1.1993: MS-Windows: compile error because of implicit type conversions Christian Brabandt 2025-12-17 21:52:01 +01:00
  • b74c86416e patch 9.1.1992: Vim9: heap buffer overflow with COMPAREANY instruction Foxe Chen 2025-12-17 21:47:53 +01:00
  • 3e82b0ebfe patch 9.1.1991: :setlocal changes effective global 'omnifunc' zeertzjq 2025-12-17 21:34:23 +01:00
  • bbbc23ac2f patch 9.1.1990: tests: Test_term_gettty() fails when using conpty on Windows Muraoka Taro 2025-12-17 20:52:32 +01:00
  • ca12f62d0a patch 9.1.1989: Vim intro screen shows register message Christian Brabandt 2025-12-16 20:39:31 +01:00
  • b9e45e82ba patch 9.1.1988: osc52 package can be further improved Foxe Chen 2025-12-16 20:35:53 +01:00
  • c4b3aefd0d patch 9.1.1987: assert_equal() prepends unnecessary ':' when typed zeertzjq 2025-12-16 20:07:27 +01:00
  • beeea8a1ce patch 9.1.1986: clipboard provider does not work when redirecting messages Foxe Chen 2025-12-16 20:02:20 +01:00
  • bbf616a9d6 runtime(tutor): Improve Spanish translations Victorhck 2025-12-16 19:56:59 +01:00
  • 878d00bb3a patch 9.1.1985: tests: test_sound.vim fails on Windows Muraoka Taro 2025-12-16 19:51:26 +01:00
  • 796ea69524 Merge pull request #1620 from macvim-dev/dependabot/github_actions/actions/upload-artifact-6 Yee Cheng Chin 2025-12-16 03:31:19 -05:00
  • 8b75ced2d5 CI: Bump actions/upload-artifact from 5 to 6 dependabot[bot] 2025-12-16 08:30:18 +00:00
  • f758021961 Merge pull request #1621 from macvim-dev/dependabot/github_actions/actions/cache-5 Yee Cheng Chin 2025-12-16 03:29:25 -05:00
  • fa2e9aba1b CI: Bump actions/cache from 4 to 5 dependabot[bot] 2025-12-16 08:22:54 +00:00
  • 9f31a6a541 Merge pull request #1622 from ychin/ci-remove-macos13 Yee Cheng Chin 2025-12-16 03:20:31 -05:00
  • 782279b1fc ci: Remove macos-13 runner Yee Cheng Chin 2025-12-15 22:20:33 -08:00
  • 02b8ec7da5 patch 9.1.1984: terminal OSC52 support can be improved Foxe Chen 2025-12-15 21:45:07 +01:00
  • 2019321e0b patch 9.1.1983: Vim9: class_name definition can be improved John Marriott 2025-12-15 21:09:29 +01:00
  • eb5995a876 patch 9.1.1982: Use after free with redraw_listener_add() Foxe Chen 2025-12-15 19:58:54 +01:00
  • 35de719c0c patch 9.1.1981: tests: test suite may stop on error in gen_opt_test.vim MURAOKA Taro 2025-12-15 19:51:55 +01:00
  • e1ea10a0a1 CI: Bump actions/cache from 4 to 5 dependabot[bot] 2025-12-15 19:49:29 +01:00
  • 6bfc468c9f translation(sr): Update the Serbian translation Ivan Pešić 2025-12-15 19:48:00 +01:00
  • 64eeff5784 runtime(fvwm): Update fvwm keywords Christian Brabandt 2025-12-14 17:45:50 +01:00
  • 6c027b25f1 patch 9.1.1980: filetype: N-Quads files are not recognized Gordian Dziwis 2025-12-14 16:51:34 +01:00
  • 4c141bae3b patch 9.1.1979: :helpclose allows range and counts Doug Kearns 2025-12-14 16:41:03 +01:00
  • a2b45646ab runtime(doc): Update version9.txt for v9.1.1966 Mao-Yining 2025-12-14 16:35:04 +01:00
  • 5193375b10 patch 9.1.1978: tests: Test_smoothscroll_number() may fail Hirohito Higashi 2025-12-14 16:23:18 +01:00
  • b5cf53b8b1 patch 9.1.1977: MS-Windows: missing dependency on optiondefs.h in Make_cyg_ming.mak Christian Brabandt 2025-12-13 18:43:27 +01:00
  • 4438b8e071 patch 9.1.1976: Cannot define callbacks for redraw events Foxe Chen 2025-12-13 18:14:59 +01:00
  • 3a113e04de nsis: add Chinese translation to nsis installer Mao-Yining 2025-12-13 17:50:47 +01:00
  • e9a9833263 runtime(doc): Tweak documentation style in eval.txt and options.txt Hirohito Higashi 2025-12-13 17:45:36 +01:00
  • ef7a577b27 runtime(doc): Remove outdated agide.org link Gourmet 2025-12-13 17:39:13 +01:00
  • 3d06113c8c patch 9.1.1975: blob2str() may call STRNCPY() with a NULL pointer Foxe Chen 2025-12-12 08:52:07 +01:00
  • 353103e59a patch 9.1.1974: tests: missing cleanup in Test_bwipe_during_save() zeertzjq 2025-12-12 08:47:18 +01:00
  • 131d878aaa patch 9.1.1973: some minor problems with clipboard provider code Foxe Chen 2025-12-12 08:44:14 +01:00
  • fcd3958dcb patch 9.1.1972: No way to access the clipboard without X11/Wayland Foxe Chen 2025-12-11 21:11:03 +01:00
  • 98a0cbf05b patch 9.1.1971: crash with invalid positional argument 0 in printf() Christian Brabandt 2025-12-11 20:51:03 +01:00
  • fe1c57cd2c patch 9.1.1971: Crash when buffer gets deleted inside charconvert during save glepnir 2025-12-11 20:45:09 +01:00
  • fa3bdc2501 patch 9.1.1970: visual end column returns wrong value after block edit phanium 2025-12-11 20:39:27 +01:00
  • bfb9f5c40e runtime(doc): Rename NoDefaultCurrentDirectoryInExePath tag Doug Kearns 2025-12-11 20:33:51 +01:00
  • 50325c3d59 patch 9.1.1969: Wrong cursor position after formatting with long 'formatprg' zeertzjq 2025-12-11 20:28:48 +01:00
  • 44d480e0c3 patch 9.1.1968: tests: test_python3.vim leaves swapfiles behind Christian Brabandt 2025-12-11 20:26:06 +01:00
  • a52b11d057 patch 9.1.1967: if_python: 64bit numbers truncated lsq 2025-12-11 19:59:13 +01:00
  • e758eac336 patch 9.1.1966: MS-Windows: dark mode in gui is not supported Mao-Yining 2025-12-09 15:23:39 +01:00
  • 927ad166a4 runtime(vim): Update base syntax, match full :help command Doug Kearns 2025-12-09 13:40:59 +01:00
  • ecce3497fa patch 9.1.1965: q can accidentally start recording at more prompt Bjoern Foersterling 2025-12-09 13:27:00 +01:00
  • e72eacceab patch 9.1.1964: Wrong display when using setline() at hit-enter prompt zeertzjq 2025-12-09 13:10:12 +01:00
  • 4af6d9755c patch 9.1.1963: diff: missing diff size limit for xdiff Yee Cheng Chin 2025-12-09 13:05:17 +01:00
  • f958d35723 runtime(julia): Update Julia runtime files Sergio Alejandro Vargas 2025-12-09 12:55:17 +01:00
  • 98ef8433b6 runtime(rust): use textwidth=100 for the Rust recommended style Aaron Jacobs 2025-12-09 12:43:39 +01:00
  • b22c145c22 runtime(doc): document change in Windows behavior for patch 9.1.1947 Christian Brabandt 2025-12-09 12:36:15 +01:00
  • cf5c255260 patch 9.1.1962: filetype: Erlang application resource files are not recognized Doug Kearns 2025-12-07 19:12:33 +01:00
  • 2b3566d89e patch 9.1.1961: :0tab behaves like :tab for :stag when 'swb' contains "newtab" zeertzjq 2025-12-07 19:07:37 +01:00
  • 7a0d0a022a patch 9.1.1960: Wrong position of info popup glepnir 2025-12-07 18:54:26 +01:00
  • 826d10296f patch 9.1.1959: Wrong wrapping of long output using :echowindow glepnir 2025-12-07 18:48:22 +01:00
  • 2da433cff7 patch 9.1.1958: Wrong display with sign_unplace() and setline() in CursorMoved zeertzjq 2025-12-07 18:45:19 +01:00
  • b60b33a9dc patch 9.1.1957: filetype: bpftrace files are not recognized Stanislaw Gruszka 2025-12-06 10:40:44 +01:00
  • c7c16e4130 runtime(odin): support underscore-separated numeric literals Maxim Kim 2025-12-06 10:36:30 +01:00
  • 911ecdcd0e runtime(doc): fix return value in 'exists' and 'exists_compiled()' Mao-Yining 2025-12-06 10:33:45 +01:00
  • f8c550fea0 patch 9.1.1956: tests: test_sort.vim leaves swapfiles behind Christian Brabandt 2025-12-06 10:28:33 +01:00
  • 04794efe12 patch 9.1.1955: sort() does not handle large numbers correctly Yegappan Lakshmanan 2025-12-06 10:22:07 +01:00
  • f4a299700e patch 9.1.1954: Setting a byte in a blob, accepts values outside 0-255 Yegappan Lakshmanan 2025-12-06 10:13:00 +01:00
  • d30e76389c patch 9.1.1953: gui_mch_set_titlebar_colors() is excessively called Mao-Yining 2025-12-06 10:04:06 +01:00
  • b46cbecb1d runtime(swayconfig): separate identifier groups + cleanup Josef Litoš 2025-12-03 21:10:02 +00:00
  • 20d35f9eb9 runtime(i3config): highlight identifiers separately Josef Litoš 2025-12-03 21:09:19 +00:00
  • 23f23e611f patch 9.1.1952: tests: need better tests for tf files Christian Brabandt 2025-12-03 21:01:37 +00:00
  • 89f422df41 runtime(quarto): add missing loaded guard Doug Kearns 2025-12-03 20:30:59 +00:00
  • 8d8c9074c3 runtime(python): Highlight t-strings Rob B 2025-12-03 20:25:41 +00:00
  • 85fc83f849 runtime(sml): Update syntax, improve special constant matching Doug Kearns 2025-12-03 20:21:49 +00:00
  • ffc7f8c9da runtime(hog): set undo_ftplugin correctly, delete trailing whitespace D. Ben Knoble 2025-12-03 20:15:06 +00:00
  • 2c164f02c6 patch 9.1.1951: tests: Test_windows_external_cmd_in_cwd() only run in huge builds zeertzjq 2025-12-03 20:10:07 +00:00
  • 05a56aabee patch 9.1.1950: tests: Test_tagjump.vim leaves swapfiles behind Christian Brabandt 2025-12-03 19:27:08 +00:00
  • efc7509be2 patch 9.1.1949: :stag does not use 'swichtbuf' option Yegappan Lakshmanan 2025-12-03 19:22:13 +00:00
  • 2d54d9934d runtime(doc): Update vim9.txt Section 1 Peter Kenny 2025-12-03 19:13:34 +00:00
  • 4d87c9742a patch 9.1.1948: Windows: Vim adds current directory to search path Christian Brabandt 2025-12-01 20:51:35 +00:00
  • 083ec6d9a3 patch 9.1.1947: [security]: Windows: Vim may execute commands from current directory Christian Brabandt 2025-11-25 22:45:58 +01:00
  • f0e8b9eb93 Merge pull request #1619 from ychin/whatsnew-nonpersistentdatastore Yee Cheng Chin 2025-12-02 15:43:25 -05:00
  • c0f2d2f140 patch 9.1.1946: Cannot open the help in the current window Peter Kenny 2025-12-02 20:42:53 +00:00
  • b6a2cd4eb0 Whats New page use non-persistent data store Yee Cheng Chin 2025-12-02 14:56:08 -05:00
  • 397ad21268 patch 9.1.1945: tests: Test_getbufwintabinfo() leaves swapfiles behind Christian Brabandt 2025-12-02 19:59:54 +00:00