]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(csh): Update ftplugin, improve matchit behaviour
authorDoug Kearns <dougkearns@gmail.com>
Fri, 23 Jan 2026 19:07:21 +0000 (19:07 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 23 Jan 2026 19:07:21 +0000 (19:07 +0000)
commit09a48056c775074e0c29aaaf252ccea918f42bbc
tree2b8ae18f06722752537e7563aa52863b28101cdf
parente89d97aaea0e2e94e07e24271976d0a8d2e23c38
runtime(csh): Update ftplugin, improve matchit behaviour

- Allow for an unparenthesised expression argument to the 'if',
  'if-then', and 'while' commands.  This is undocumented, and probably
  unintended, behaviour but is frequently seen in the wild.
- Allow for a continued-line expression argument to the 'if-then'
  command.

related: #19172 (csh: Support negated if in matchit)
closes:  #19190

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/ftplugin/csh.vim