summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-10patch 9.1.0303: filetype: some protocol buffer files not recognizedv9.1.0303Bruno BELANYI
2024-04-10patch 9.1.0302: filetype: blueprint files are not recognizedv9.1.0302Bruno BELANYI
2024-04-10runtime(vim): Improve Vim9 and legacy-script comment highlighting (#13104)dkearns
2024-04-10patch 9.1.0301: Vim9: heredoc start may be recognized in stringv9.1.0301zeertzjq
2024-04-10patch 9.1.0300: Missing test for what patch v9.1.0285 fixesv9.1.0300Luuk van Baal
2024-04-10patch 9.1.0299: Vim9: return type not set for a lambda assigned to script varv9.1.0299Yegappan Lakshmanan
2024-04-10add runtime/doc/tags-* to ignore files (#14479)shane.xb.qian
2024-04-10translation(ru): Updated translation (#14481)Restorer
2024-04-10runtime(doc): Update documentationRestorerZ
2024-04-10patch 9.1.0298: MS-Windows: GETTEXT_PATH hard-coded in src/po/Make_mvc.makv9.1.0298Cthulhux
2024-04-10patch 9.1.0297: Patch 9.1.0296 causes too many issuesv9.1.0297Christian Brabandt
2024-04-09NSIS: Fix a few issues with gvim.nsiRestorerZ
2024-04-09patch 9.1.0296: regexp: engines do not handle case-folding wellv9.1.0296Christian Brabandt
2024-04-09patch 9.1.0295: filetype: pip config files are not recognizedv9.1.0295Wu, Zhenyu
2024-04-09patch 9.1.0294: Text height function does not respect it's argumentv9.1.0294Luuk van Baal
2024-04-09patch 9.1.0293: filetype: lxqt config files are not recognizedv9.1.0293Wu, Zhenyu
2024-04-09patch 9.1.0292: filetype: XDG mimeapps.list file is not recognizedv9.1.0292Wu, Zhenyu
2024-04-09patch 9.1.0291: filetype: libreoffice config files are not recognizedv9.1.0291Wu, Zhenyu
2024-04-09patch 9.1.0290: filetype: xilinx files are not recognizedv9.1.0290Wu, Zhenyu
2024-04-09patch 9.1.0289: filetype: some TeX files are not recognizedv9.1.0289Wu, Zhenyu
2024-04-09patch 9.1.0288: MS-Windows: compiler warning for size_t to int conversionv9.1.0288Mike Williams
2024-04-09patch 9.1.0287: Vim9: comment may be treated as heredoc startv9.1.0287zeertzjq
2024-04-09patch 9.1.0286: Vim9: E1027 with defcompile for abstract methodsv9.1.0286Yegappan Lakshmanan
2024-04-09patch 9.1.0285: Still problems with cursor position for CTRL-D/Uv9.1.0285Luuk van Baal
2024-04-09runtime(compiler): fix inaccuracies in pandoc compiler (#14467)Enno
2024-04-09patch 9.1.0284: make testclean is not able to delete failed screendumpsv9.1.0284Julio B
2024-04-09runtime(vim): Update base-syntax, no curly-brace names in Vim9 script (#14466)dkearns
2024-04-09patch 9.1.0282: Several small issues in doc and testsv9.1.0283Christian Brabandt
2024-04-08patch 9.1.0282: Finding highlighting attributes is inefficientv9.1.0282John Marriott
2024-04-08patch 9.1.0281: CI: fails Test_compiler_completionv9.1.0281Christian Brabandt
2024-04-08runtime(cuda): Update cuda keywords, remove uncommonly used enumeration const...jiangyinzuo
2024-04-08patch 9.1.0280: several issues with 'smoothscroll' supportv9.1.0280Luuk van Baal
2024-04-08patch 9.1.0279: filetype: roc files are not recognizedv9.1.0279nat-418
2024-04-08patch 9.1.0278: filetype: zathurarc files not recognizedv9.1.0278Wu, Zhenyu
2024-04-08patch 9.1.0277: Cannot highlight the Command-linev9.1.0277Shougo Matsushita
2024-04-08patch 9.1.0276: No pandoc syntax supportv9.1.0276Wu, Zhenyu
2024-04-08patch 9.1.0275: filetype: R history files are not recognizedv9.1.0275Wu, Zhenyu
2024-04-07patch 9.1.0274: MS-Windows: a few compiler warningsv9.1.0274Mike Williams
2024-04-07patch 9.1.0273: filetype: keymap files are not recognizedv9.1.02730xadk
2024-04-07patch 9.1.0272: autocmd may change cwd after :tcd and :lcdv9.1.0272zeertzjq
2024-04-07runtime(vim): Update syntax generator, autocmd event list parsingDoug Kearns
2024-04-07runtime(doc): Normalise builtin-function optional parameter formattingDoug Kearns
2024-04-05patch 9.1.0271: CI sound test aborts with undefined variablev9.1.0271Christian Brabandt
2024-04-05NSIS: Correctly distribute libsodium with the installer (#14422)Christian Brabandt
2024-04-05patch 9.1.0270: a few minor issues to fixv9.1.0270Christian Brabandt
2024-04-05patch 9.1.0269: Test for TextChanged is still flaky with ASANv9.1.0269zeertzjq
2024-04-05patch 9.1.0268: Two tests in test_filechanged.vim are slowv9.1.0268zeertzjq
2024-04-05patch 9.1.0267: File name entered in GUI dialog is ignoredv9.1.0267zeertzjq
2024-04-05runtime: fix :compiler leaving behind a g:makeprg variable (#14414)zeertzjq
2024-04-05runtime: Remove more fallback :CompilerSet definitions from compiler plugins ...Yinzuo Jiang