mirror of
https://github.com/vim/vim.git
synced 2026-05-10 04:12:08 +02:00
The username/group/netgroup patterns used \l\+ which only matched lowercase letters. Linux usernames commonly contain hyphens, digits, and underscores (e.g. www-data, deploy01, test_user). Update the pattern to \l[-a-z0-9_]* to allow matching the additional characters "-_" and numbers. fixes: #18963 closes: #19396 Signed-off-by: Bozhidar Batsov <bozhidar@batsov.dev> Signed-off-by: Christian Brabandt <cb@256bit.org>
24 KiB
24 KiB