Index zilnic
-
2025/03/11
Commit: runtime(tera): remove unwanted code and fix issues in syntax script
Christian Brabandt
-
2025/03/11
Commit: runtime(doc): clarify that a umask is applied to mkdir()
Christian Brabandt
-
2025/03/11
Commit: runtime(vim): Update base-syntax, improve :syntax highlighting
Christian Brabandt
-
2025/03/11
Commit: patch 9.1.1193: Unnecessary use of STRCAT() in au_event_disable()
Christian Brabandt
-
2025/03/10
Commit: runtime(man): improve :Man completion for man-db
Christian Brabandt
-
2025/03/10
Commit: runtime(doc): document vim syntax switches
Christian Brabandt
-
2025/03/10
Commit: translation(sr): Update Serbian messages translation
Christian Brabandt
-
2025/03/10
Commit: patch 9.1.1194: filetype: false positive help filetype detection
Christian Brabandt
-
2025/03/09
Commit: patch 9.1.1192: Vim crashes with term response debug logging enabled
Christian Brabandt
-
2025/03/09
Commit: runtime(plsql): move fold option from syntax to filetype plugin
Christian Brabandt
-
2025/03/09
Commit: patch 9.1.1191: tests: test for patch 9.1.1186 doesn't fail without the patch
Christian Brabandt
-
2025/03/09
Commit: CI: Update clang to version 20
Christian Brabandt
-
2025/03/09
Commit: patch 9.1.1190: C indentation does not detect multibyte labels
Christian Brabandt
-
2025/03/09
Commit: runtime(sh): set b:match_skip to ignore matches for matchit
Christian Brabandt
-
2025/03/09
Commit: patch 9.1.1188: runtime(tera): tera support can be improved
Christian Brabandt
-
2025/03/09
Commit: patch 9.1.1187: matchparen plugin wrong highlights shell case statement
Christian Brabandt
-
2025/03/08
Commit: runtime(doc): use GNOME instead of Gnome
Christian Brabandt
-
2025/03/08
Commit: runtime(doc): warn users about potentially risky hotkey
Christian Brabandt
-
2025/03/08
Commit: runtime(nohlsearch): fix CursorHold loop
Christian Brabandt
-
2025/03/08
Commit: patch 9.1.1186: filetype: help files in git repos are not detected
Christian Brabandt
-
2025/03/08
Commit: runtime(syntax-tests): Improve parts of "runtest.vim"
Christian Brabandt
-
2025/03/08
Commit: runtime(doc): CmdUndefined and FuncUndefined can always be nested
Christian Brabandt
-
2025/03/08
Commit: patch 9.1.1185: endless loop with completefuzzycollect and no match found
Christian Brabandt
-
2025/03/08
Commit: patch 9.1.1184: Unnecessary use of vim_tolower() in vim_strnicmp_asc()
Christian Brabandt
-
2025/03/08
Commit: patch 9.1.1083: "above" virtual text breaks cursorlineopt=number
Christian Brabandt
-
2025/03/07
Commit: runtime(go): add 'keywordprg' and 'formatprg' to ftplugin
Christian Brabandt
-
2025/03/07
Commit: patch 9.1.1181: Unnecessary STRLEN() calls in insexpand.c
Christian Brabandt
-
2025/03/07
Commit: runtime(syntax-tests): Re-introduce support for "phoney" languages
Christian Brabandt
-
2025/03/07
Commit: patch 9.1.1182: No cmdline completion for 'completefuzzycollect'
Christian Brabandt
-
2025/03/07
Commit: patch 9.1.1180: short-description
Christian Brabandt
-
2025/03/07
Commit: runtime(vim): Update base-syntax, bug fixes
Christian Brabandt
-
2025/03/07
Re: [PATCH] runtime(rst): Add support for rst_minlines variable
'Dragan Simic' via vim_dev
-
2025/03/07
Re: [PATCH] runtime(rst): Add support for rst_minlines variable
'Dragan Simic' via vim_dev
-
2025/03/07
Re: [PATCH] runtime(rst): Add support for rst_minlines variable
Marshall Ward
-
2025/03/06
Re: [PATCH] runtime(rst): Add support for rst_minlines variable
'Dragan Simic' via vim_dev
-
2025/03/06
Re: [PATCH] runtime(rst): Add support for rst_minlines variable
Christian Brabandt
-
2025/03/06
Re: [PATCH] runtime(rst): Add support for rst_minlines variable
Maxim Kim
-
2025/03/06
Commit: editorconfig: set editing style for comment and hlsearch package
Christian Brabandt
-
2025/03/06
Commit: patch 9.1.1178: not possible to generate completion candidates using fuzzy matching
Christian Brabandt
-
2025/03/06
Re: [PATCH] runtime(rst): Add support for rst_minlines variable
'Dragan Simic' via vim_dev
-
2025/03/06
Commit: runtime(doc): revert modeline change in vim9.txt
Christian Brabandt
-
2025/03/06
Commit: patch 9.1.1179: too many strlen() calls in misc2.c
Christian Brabandt
-
2025/03/06
Re: [PATCH] runtime(rst): Add support for rst_minlines variable
Christian Brabandt
-
2025/03/06
Commit: patch 9.1.1177: filetype: tera files not detected
Christian Brabandt
-
2025/03/06
[PATCH] runtime(rst): Add support for rst_minlines variable
'Dragan Simic' via vim_dev
-
2025/03/05
Commit: runtime(new-tutor): add chapter two to the interactive tutorial
Christian Brabandt
-
2025/03/05
Commit: test(runtime/syntax): improve syntax tests
Christian Brabandt
-
2025/03/05
Commit: patch 9.1.1176: wrong indent when expanding multiple lines
Christian Brabandt
-
2025/03/05
Commit: editorconfig: set indent config for *.vim files
Christian Brabandt
-
2025/03/05
Commit: runtime(doc): mention alternative check for vim9script
Christian Brabandt
-
2025/03/05
Commit: patch 9.1.1175: inconsistent behaviour with exclusive selection and motion commands
Christian Brabandt
-
2025/03/05
Commit: patch 9.1.1174: tests: Test_complete_cmdline() may fail
Christian Brabandt
-
2025/03/05
Commit: runtime(vim): recognize <...> strings (and keys) for 'keywordprg'
Christian Brabandt
-
2025/03/05
Commit: runtime(man): don't add jumps when loading a manpage
Christian Brabandt
-
2025/03/05
Commit: runtime(doc): mention bzip3 in gzip plugin documentation
Christian Brabandt
-
2025/03/05
Commit: patch 9.1.1173: filetype: ABNF files are not detected
Christian Brabandt
-
2025/03/05
Commit: patch 9.1.1172: [security]: overflow with 'nostartofline' and Ex command in tag file
Christian Brabandt
-
2025/03/05
Re: vim9script variable is garbage collected when it shouldn't be?
Heptite
-
2025/03/05
vim9script variable is garbage collected when it shouldn't be?
Christian J. Robinson
-
2025/03/04
Commit: patch 9.1.1171: tests: wrong arguments passed to assert_equal()
Christian Brabandt
-
2025/03/04
Commit: patch 9.1.1170: wildmenu highlighting in popup can be improved
Christian Brabandt
-
2025/03/04
Commit: runtime(netrw): upstream snapshot of v179
Christian Brabandt
-
2025/03/03
Commit: runtime(doc): fix typo "bet" in :h 'completeopt'
Christian Brabandt
-
2025/03/03
Commit: patch 9.1.1168: wrong flags passed down to nextwild()
Christian Brabandt
-
2025/03/03
Commit: patch 9.1.1169: using global variable for get_insert()/get_lambda_name()
Christian Brabandt
-
2025/03/03
Commit: patch 9.1.1167: mark '] wrong after copying text object
Christian Brabandt
-
2025/03/02
Commit: runtime(doc): update how to get Vim
Christian Brabandt
-
2025/03/02
Commit: patch 9.1.1166: command-line auto-completion hard with wildmenu
Christian Brabandt
-
2025/03/02
Commit: runtime(tar): use readblob() instead of shelling out to file(1)
Christian Brabandt
-
2025/03/02
Commit: patch 9.1.1165: diff: regression with multi-file diff blocks
Christian Brabandt
-
2025/03/02
Commit: patch 9.1.1164: [security]: code execution with tar.vim and special crafted tar files
Christian Brabandt
-
2025/03/01
Re: Commit: patch 9.1.1162: completion popup not cleared in cmdline
'John Marriott' via vim_dev
-
2025/03/01
Re: [PATCH] Update Erlang syntax for recent language changes
Christian Brabandt
-
2025/03/01
Re: [PATCH] Update Erlang syntax for recent language changes
'Johannes Christ' via vim_dev
-
2025/03/01
Commit: translation(it): Update Italian translation
Christian Brabandt
-
2025/03/01
Commit: runtime(tar): fix syntax error in tar.vim
Christian Brabandt
-
2025/03/01
Commit: patch 9.1.1163: $MYVIMDIR is set too late
Christian Brabandt
-
2025/03/01
Commit: patch 9.1.1161: preinsert requires bot "menu" and "menuone" to be set
Christian Brabandt
-
2025/03/01
Commit: runtime(syntax-tests): Apply stronger synchronisation between buffers
Christian Brabandt
-
2025/03/01
Commit: patch 9.1.1162: completion popup not cleared in cmdline
Christian Brabandt
-
2025/02/28
Re: [vim/vim] Is it possible to execute commands after filetype detection and plugins are done? (Discussion #16760)
Gary Johnson
-
2025/02/28
Re: [vim/vim] Is it possible to execute commands after filetype detection and plugins are done? (Discussion #16760)
Gary Johnson
-
2025/02/28
Commit: runtime(misc): add support for bzip3 to tar, vimball and gzip plugins
Christian Brabandt
-
2025/02/28
Commit: patch 9.1.1160: Ctrl-Y does not work well with "preinsert" when completing items
Christian Brabandt
-
2025/02/28
Commit: patch 9.1.1159: $MYVIMDIR may not always be set
Christian Brabandt
-
2025/02/28
Commit: runtime(netrw): correctly handle shellslash variable
Christian Brabandt
-
2025/02/28
Commit: patch 9.1.1158: :verbose set has wrong file name with :compiler!
Christian Brabandt
-
2025/02/27
Commit: patch 9.1.1154: Vim9: not able to use autoload class accross scripts
Christian Brabandt
-
2025/02/27
Commit: runtime(vim): Update base-syntax, match Vim9 function calls after "|"
Christian Brabandt
-
2025/02/27
Commit: patch 9.1.1157: command completion wrong for input()
Christian Brabandt
-
2025/02/27
Commit: runtime(lua): Improve 'include' and make '*expr' functions script-local
Christian Brabandt
-
2025/02/27
Commit: runtime(doc): fix confusing docs for 'completeitemalign'
Christian Brabandt
-
2025/02/27
Commit: patch 9.1.1156: tests: No test for what patch 9.1.1152 fixes
Christian Brabandt
-
2025/02/27
Commit: patch 9.1.1155: Mode message not cleared after :silent message
Christian Brabandt
-
2025/02/27
Commit: runtime(compiler): improve svelte-check
Christian Brabandt
-
2025/02/26
Commit: patch 9.1.1153: build error on Haiku
Christian Brabandt
-
2025/02/26
Commit: patch 9.1.1152: Patch v9.1.1151 causes problems
Christian Brabandt
-
2025/02/26
Commit: runtime(new-tutor): update examples from Neovim to Vim
Christian Brabandt
-
2025/02/26
Re: [PATCH] Update Erlang syntax for recent language changes
Csaba Hoch
-
2025/02/25
[PATCH] Update Erlang syntax for recent language changes
'Johannes Christ' via vim_dev
-
2025/02/25
Commit: nsis: add Portuguese Brazilian translation to nsis installer
Christian Brabandt
-
2025/02/25
Commit: patch 9.1.1151: too many strlen() calls in getchar.c
Christian Brabandt
-
2025/02/25
Re: [PATCH] Update Erlang syntax for recent language changes
Christian Brabandt
-
2025/02/25
Commit: patch 9.1.1150: :hi completion may complete to wrong value
Christian Brabandt
-
2025/02/25
Commit: runtime(vim): make VimKeywordPrg even smarter for regexes
Christian Brabandt
-
2025/02/25
Commit: patch 9.1.1148: Vim9: finding imported scripts can be further improved
Christian Brabandt
-
2025/02/25
Commit: patch 9.1.1149: Unix Makefile does not support Brazilian lang for the installer
Christian Brabandt
-
2025/02/25
Commit: runtime(lua): Update lua ftplugin and documentation
Christian Brabandt
-
2025/02/24
Commit: patch 9.1.1147: preview-window does not scroll correctly
Christian Brabandt
-
2025/02/24
Commit: patch 9.1.1146: Vim9: wrong context being used when evaluating class member
Christian Brabandt
-
2025/02/24
Commit: nsis: added support for pt-BR to installer and update README.txt
Christian Brabandt
-
2025/02/24
Commit: translation(tr): Update Turkish translations
Christian Brabandt
-
2025/02/24
Commit: patch 9.1.1145: multi-line completion has wrong indentation for last line
Christian Brabandt
-
2025/02/23
Commit: runtime(netrw): runtime(netrw): upstream snapshot of v178
Christian Brabandt
-
2025/02/23
Commit: patch 9.1.1144: no way to create raw strings from a blob
Christian Brabandt
-
2025/02/23
Commit: patch 9.1.1143: illegal memory access when putting a register
Christian Brabandt
-
2025/02/23
Commit: patch 9.1.1142: tests: test_startup fails if $HOME/$XDG_CONFIG_HOME is defined
Christian Brabandt
-
2025/02/23
Commit: runtime(vim): improve &keywordprg in ftplugin
Christian Brabandt
-
2025/02/23
Commit: patch 9.1.1141: Misplaced comment in readfile()
Christian Brabandt
-
2025/02/23
Commit: patch 9.1.1138: cmdline completion for :hi is too simplistic
Christian Brabandt
-
2025/02/23
Commit: patch 9.1.1140: filetype: m17ndb files are not detected
Christian Brabandt
-
2025/02/23
Commit: patch 9.1.1139: [fifo] is not displayed when editing a fifo
Christian Brabandt
-
2025/02/23
Commit: patch 9.1.1137: ins_str() is inefficient by calling STRLEN()
Christian Brabandt
-
2025/02/23
Commit: CI: Install netbeans on windows to make sure to run test_netbeans.vim
Christian Brabandt
-
2025/02/22
Commit: patch 9.1.1136: Match highlighting marks a buffer region as changed
Christian Brabandt
-
2025/02/22
Commit: runtime(dockerfile): set comments in filetype plugin
Christian Brabandt
-
2025/02/22
Commit: runtime(compiler): include svelte-check compiler
Christian Brabandt
-
2025/02/22
Commit: runtime(doc): get rid of the titlestring hack for terminal-api
Christian Brabandt
-
2025/02/22
Commit: patch 9.1.1135: 'suffixesadd' doesn't work with multiple items
Christian Brabandt
-
2025/02/22
Commit: runtime(filetype): move filetype detection into filetypedetect augroup
Christian Brabandt
-
2025/02/21
Commit: runtime(doc): remove resolved complete item from todo list
Christian Brabandt
-
2025/02/21
Commit: patch 9.1.1132: Mark positions wrong after triggering multiline completion
Christian Brabandt
-
2025/02/21
Commit: CI: add Makefile target to verify default highlighting groups are present
Christian Brabandt
-
2025/02/21
Commit: patch 9.1.1134: filetype: Guile init file not recognized
Christian Brabandt
-
2025/02/21
Commit: patch 9.1.1133: filetype: xkb files not recognized everywhere
Christian Brabandt
-
2025/02/21
Commit: patch 9.1.1131: potential out-of-memory issue in search.c
Christian Brabandt
-
2025/02/21
Commit: patch 9.1.1130: 'listchars' "precedes" is not drawn on Tabs.
Christian Brabandt
-
2025/02/20
Commit: patch 9.1.1129: missing out-of-memory test in buf_write()
Christian Brabandt
-
2025/02/20
Commit: runtime(sieve): set fileformat=dos in filetype plugin
Christian Brabandt
-
2025/02/20
Commit: runtime(mail): add commentstring '> %s' to ftplugin
Christian Brabandt
-
2025/02/20
Commit: patch 9.1.1128: patch 9.1.1119 caused a regression with imports
Christian Brabandt
-
2025/02/20
Commit: runtime(dnsmasq): include simple filetype plugin
Christian Brabandt
-
2025/02/20
Commit: patch 9.1.1127: preinsert text is not cleaned up correctly
Christian Brabandt
-
2025/02/20
Commit: patch 9.1.1125: cannot loop through pum menu with multiline items
Christian Brabandt
-
2025/02/20
Commit: patch 9.1.1126: patch 9.1.1121 used a wrong way to handle enter
Christian Brabandt
-
2025/02/20
Commit: patch 9.1.1124: No test for 'listchars' "precedes" with double-width char
Christian Brabandt
-
2025/02/20
Commit: patch 9.1.1123: popup hi groups not falling back to defaults
Christian Brabandt
-
2025/02/20
Re: [vim/vim] Add checkgroups Makefile target to check default hl group links. (PR #16678)
Christ van Willegen
-
2025/02/20
Re: [vim/vim] Add checkgroups Makefile target to check default hl group links. (PR #16678)
Christ van Willegen
-
2025/02/20
Commit: runtime(dosini): Add support for # comments to ftplugin
Christian Brabandt
-
2025/02/20
Re: [vim/vim] Add checkgroups Makefile target to check default hl group links. (PR #16678)
Christ van Willegen
-
2025/02/20
Re: [vim/vim] runtime:vim: make K / &keywordprg smarter (PR #16680)
Gary Johnson
-
2025/02/18
Commit: patch 9.1.1122: too many strlen() calls in findfile.c
Christian Brabandt
-
2025/02/18
Commit: patch 9.1.1121: Enter does not insert newline with "noselect"
Christian Brabandt
-
2025/02/18
Commit: runtime(netrw): fix s:NetrwHome() regression
Christian Brabandt
-
2025/02/18
9.1.1119 (?) regression: cannot use an autoloaded class as a type any longer
Christian J. Robinson
-
2025/02/17
Commit: patch 9.1.1120: tests: Test_registers fails
Christian Brabandt
-
2025/02/17
Commit: runtime(doc): add reference to extendnew() at extend()
Christian Brabandt
-
2025/02/17
Commit: patch 9.1.1119: Vim9: Not able to use an autoloaded class from another autoloaded script
Christian Brabandt
-
2025/02/17
Commit: patch 9.1.1118: tests: test_termcodes fails
Christian Brabandt
-
2025/02/16
Commit: runtime(vim): Update base-syntax, improve performance
Christian Brabandt
-
2025/02/16
Commit: patch 9.1.1117: there are a few minor style issues
Christian Brabandt
-
2025/02/16
Commit: patch 9.1.1116: Vim9: super not supported in lambda expressions
Christian Brabandt
-
2025/02/16
Commit: runtime(doc): Update the 'specifies' keyword documentation, slightly reformat
Christian Brabandt
-
2025/02/16
Commit: patch 9.1.1115: [security]: use-after-free in str_to_reg()
Christian Brabandt
-
2025/02/16
Commit: patch 9.1.1114: enabling termguicolors automatically confuses users
Christian Brabandt
-
2025/02/15
Commit: runtime(keymap): Add ukrainian-enhanced keymap
Christian Brabandt
-
2025/02/14
Commit: patch 9.1.1112: Inconsistencies in get_next_or_prev_match()
Christian Brabandt
-
2025/02/14
Commit: patch 9.1.1113: tests: Test_terminal_builtin_without_gui waits 2 seconds
Christian Brabandt
-
2025/02/14
Commit: runtime(doc): document ComplMatchIns highlight for insert-completion
Christian Brabandt
-
2025/02/14
Commit: runtime(netrw): upstream snapshot of v177
Christian Brabandt
-
2025/02/13
Commit: patch 9.1.1111: Vim9: variable not found in transitive import
Christian Brabandt
-
2025/02/13
Commit: patch 9.1.1110: Vim tests are slow and flaky
Christian Brabandt
-
2025/02/13
Commit: patch 9.1.1109: cmdexpand.c hard to read
Christian Brabandt
-
2025/02/13
Commit: runtime(exports): include simple filetype plugin
Christian Brabandt
-
2025/02/13
Commit: patch 9.1.1107: cannot loop through completion menu with fuzzy
Christian Brabandt
-
2025/02/13
Commit: runtime(samba): include simple filetype plugin
Christian Brabandt
-
2025/02/13
Commit: patch 9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol"
Christian Brabandt
-
2025/02/13
Commit: runtime(vim): Update base-syntax, always match continuation comments to EOL
Christian Brabandt
-
2025/02/12
Commit: runtime(nroff): set define option & add matchit config in ftplugin
Christian Brabandt
-
2025/02/12
Commit: runtime(vim): Update base-syntax, match Vim9 boolean and null literals in parens
Christian Brabandt
-
2025/02/11
Commit: patch 9.1.1106: tests: Test_log_nonexistent() causes asan failure
Christian Brabandt
-
2025/02/11
Commit: patch 9.1.1105: Vim9: no support for protected new() method
Christian Brabandt
-
2025/02/11
Commit: patch 9.1.1104: CI: using Ubuntu 22.04 Github runners
Christian Brabandt
-
2025/02/11
Commit: ci: syntax tests spam output
Christian Brabandt
-
2025/02/11
Commit: patch 9.1.1102: tests: Test_WinScrolled_Resized_eiw() uses wrong filename
Christian Brabandt
-
2025/02/11
Commit: patch 9.1.1103: if_perl: still some compile errors with Perl 5.38
Christian Brabandt
-
2025/02/10
Commit: patch 9.1.1100: tests: Test_log_nonexistent only works on Linux
Christian Brabandt
-
2025/02/10
Commit: patch 9.1.1101: insexpand.c hard to read
Christian Brabandt
-
2025/02/10
Commit: runtime(vim): Update base-syntax, improve variable matching
Christian Brabandt
-
2025/02/10
Commit: patch 9.1.1099: Vim9: import with extends may crash
Christian Brabandt
-
2025/02/10
Commit: patch 9.1.1098: leaking memory with completing multi lines
Christian Brabandt
-
2025/02/10
Commit: patch 9.1.1097: --log with non-existent path causes a crash
Christian Brabandt
-
2025/02/10
Commit: patch 9.1.1096: if_perl: Perl 5.38 adds new symbols causing link failure
Christian Brabandt
-
2025/02/10
Commit: patch 9.1.1095: tests: matchparen plugin test wrongly named
Christian Brabandt
-
2025/02/09
Commit: patch 9.1.1094: Vim9: problem finding implemented method in type hierarchy
Christian Brabandt
-
2025/02/09
Commit: runtime(qf): Update syntax file, match second delimiter
Christian Brabandt
-
2025/02/09
Commit: patch 9.1.1092: tests: fix expected return code for python 3.13 on Windows
Christian Brabandt
-
2025/02/09
Commit: patch 9.1.1093: tests: output of test ...win32_ctrl_z depends on python version
Christian Brabandt
-
2025/02/09
Commit: patch 9.1.1091: tests: timeout might be a bit too small
Christian Brabandt