mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
vim-patch:e84d2d4432cd
runtime(sh): Update ftplugin, fix vim/vim#14101 (vim/vim#14102)
Add the 'b' flag to 'comments', so that the shebang line is not detected as comment.
Fixes vim/vim#14101.
e84d2d4432
Co-authored-by: dkearns <dougkearns@gmail.com>
This commit is contained in:
@@ -174,7 +174,7 @@ assign_commit_details() {
|
||||
|
||||
vim_commit_url="https://github.com/vim/vim/commit/${vim_commit}"
|
||||
vim_message="$(git -C "${VIM_SOURCE_DIR}" log -1 --pretty='format:%B' "${vim_commit}" \
|
||||
| sed -Ee 's/(\W)(#[0-9]{1,})/\1vim\/vim\2/g')"
|
||||
| sed -Ee 's/([^A-Za-z0-9])(#[0-9]{1,})/\1vim\/vim\2/g')"
|
||||
local vim_coauthor0
|
||||
vim_coauthor0="$(git -C "${VIM_SOURCE_DIR}" log -1 --pretty='format:Co-authored-by: %an <%ae>' "${vim_commit}")"
|
||||
# Extract co-authors from the commit message.
|
||||
|
Reference in New Issue
Block a user