aboutsummaryrefslogtreecommitdiff
path: root/scripts/lintdoc.lua
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-09-15 19:32:19 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-09-16 08:16:07 +0200
commitf408603f4fc10ef2ff2dd3b6550365109b0b6214 (patch)
tree38eb5c7099920b633ac94e726cafb7a5bbac73f6 /scripts/lintdoc.lua
parent78b85109338592c2bc89154278f2e961a14eee96 (diff)
downloadrneovim-f408603f4fc10ef2ff2dd3b6550365109b0b6214.tar.gz
rneovim-f408603f4fc10ef2ff2dd3b6550365109b0b6214.tar.bz2
rneovim-f408603f4fc10ef2ff2dd3b6550365109b0b6214.zip
vim-patch:9.1.0731: inconsistent case sensitive extension matching
Problem: inconsistent case sensitive extension matching Solution: unify case sensitive extension matching (Evgeni Chasnovski). There are different approaches of how extensions are matched with respect to case sensitivity. In particular, '\c' flag is used in pattern whereas in most places case sensitive matching is guarded behind `has("fname_case")` condition. Replace all instances of '\c' with an explicit case sensitive pattern variants guarded by `has("fname_case")`. Strictly speaking, this is a breaking change because only two (most common and prevailingly tested) variants are now matched: upper first letter and upper all letters. closes: vim/vim#15672 https://github.com/vim/vim/commit/59b089c9df238ce940b3c593295bc511e201399a Co-authored-by: Evgeni Chasnovski <evgeni.chasnovski@gmail.com>
Diffstat (limited to 'scripts/lintdoc.lua')
0 files changed, 0 insertions, 0 deletions