summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-21patch 9.1.0360: Vim9: does not handle autoloaded variables wellv9.1.0360Ernie Rael
2024-04-21runtime(doc): minor spell fix in starting.txtDiego Viola
2024-04-20patch 9.1.0359: MS-Windows: relative import in a script sourced from a buffer...v9.1.0359Yegappan Lakshmanan
2024-04-20patch 9.1.0358: wrong drawing in GUI with setcellwidth()v9.1.0358h-east
2024-04-20ftplugin(cmake): Add include and suffixesaddWu, Zhenyu
2024-04-20patch 9.1.0357: Page scrolling should place cursor at window boundariesv9.1.0357Luuk van Baal
2024-04-20runtime(doc): align command line tableChristian Brabandt
2024-04-19runtime(doc): minor fixes to starting.txtDiego Viola
2024-04-19patch 9.1.0356: MS-Windows: --remote may change working directoryv9.1.0356Christian Brabandt
2024-04-19runtime(bp): fix comment definition in filetype plugin (#14594)Bruno BELANYI
2024-04-19patch 9.1.0355: filetype: flake.lock files are not recognizedv9.1.0355Riley Bruins
2024-04-18patch 9.1.0354: runtime(uci): No support for uci file typesv9.1.0354Colin Caine
2024-04-18runtime(java): Support "g:ftplugin_java_source_path" with archived filesAliaksei Budavei
2024-04-18patch 9.1.0353: tests: Test_autoload_import_relative_compiled fails on Windowsv9.1.0353Ernie Rael
2024-04-18patch 9.1.0352: Finding cmd modifiers and cmdline-specials is inefficientv9.1.0352John Marriott
2024-04-18patch 9.1.0351: No test that completing a partial mapping clears 'showcmd'v9.1.0351zeertzjq
2024-04-18patch 9.1.0350: tests: test_vim9_dissamble may failv9.1.0350Julio B
2024-04-18patch 9.1.0349: Vim9: need static type for typealiasv9.1.0349Yegappan Lakshmanan
2024-04-18patch 9.1.0348: X11 does not ignore smooth scroll eventv9.1.0348lilydjwg
2024-04-18patch 9.1.0347: A few typos in test_xdg when testing gvimrcv9.1.0347Diego Viola
2024-04-17patch 9.1.0346: Patch v9.1.0338 fixed sourcing a script with importv9.1.0346Ernie Rael
2024-04-17patch 9.1.0345: Problem: gvimrc not sourced from XDG_CONFIG_HOMEv9.1.0345Maxim Kim
2024-04-17patch 9.1.0344: Cursor wrong after using setcellwidth() in terminalv9.1.0344mikoto2000
2024-04-17patch 9.1.0343: 'showcmd' wrong for partial mapping with multibytev9.1.0343zeertzjq
2024-04-16patch 9.1.0342: tests: test_taglist fails when 'helplang' contains non-englishv9.1.0342Julio B
2024-04-16patch 9.1.0341: Problem: a few memory leaks are foundv9.1.0341Christian Brabandt
2024-04-16patch 9.1.0340: Problem: Error with matchaddpos() and empty listv9.1.0340Christian Brabandt
2024-04-16patch 9.1.0339: tests: xdg test uses screen dumpsv9.1.0339Yegappan Lakshmanan
2024-04-16patch 9.1.0338: Vim9: import through symlinks not correctly handledv9.1.0338Ernie Rael
2024-04-16patch 9.1.0337: Missing entry for XDG vimrc file in :versionv9.1.0337Diego Viola
2024-04-15patch 9.1.0336: tests: typo in test_xdgv9.1.0336Diego Viola
2024-04-15runtime(i3config/swayconfig): update syntax scriptsJosef Litoš
2024-04-15runtime(doc): document pandoc compiler and enable configuring argumentsKonfekt
2024-04-15patch 9.1.0335: String interpolation fails for List typev9.1.0335Yegappan Lakshmanan
2024-04-15patch 9.1.0334: No test for highlight behavior with 'ambiwidth'v9.1.0334zeertzjq
2024-04-15patch 9.1.0333: tests: test_xdg fails on the appimage repov9.1.0333Christian Brabandt
2024-04-15patch 9.1.0332: tests: some assert_equal() calls have wrong order of argsv9.1.0332zeertzjq
2024-04-15patch 9.1.0331: make install does not install all filesv9.1.0331Matt Hammerly
2024-04-15runtime(doc): fix typos in starting.txtDiego Viola
2024-04-14patch 9.1.0330: v9.1.0327 contains an unrelated changev9.1.0330Christian Brabandt
2024-04-14patch 9.1.0329: String interpolation fails for Dict typev9.1.0329Yegappan Lakshmanan
2024-04-14patch 9.1.0328: CI fails with t_?? testv9.1.0328Christian Brabandt
2024-04-14patch 9.1.0327: No support for using $XDG_CONFIG_HOMEv9.1.0327Luca Saccarola
2024-04-14patch 9.1.0326: filetype: some requirements files are not recognizedv9.1.0326Wu, Zhenyu
2024-04-14patch 9.1.0325: filetype: CMakeCache.txt files not recognizedv9.1.0325Wu, Zhenyu
2024-04-14runtime(vim): Update base-syntax, fix nested function folding (#14397)dkearns
2024-04-14patch 9.1.0324: filetype: some json files are not recognizedv9.1.0324Wu, Zhenyu
2024-04-14compiler(rime_deployer): include new compiler, use it for '*.custom.yaml' fil...wzy
2024-04-14patch 9.1.0323: filetype: cabal config files may not be recognizedv9.1.0323Wu, Zhenyu
2024-04-14runtime(vim): don't set compiler, update a comment for vimdoc compiler (#14532)Shane-XB-Qian