1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-04-26 11:55:13 +02:00

unposted: vcs_info: Add Vim modelines

... for consistency with all other vcs_info function files.
This commit is contained in:
Daniel Shahaf 2022-01-29 11:08:21 +00:00
parent ee5e3d0c9d
commit c055c6464d
5 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,10 @@
2022-01-29 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Functions/VCS_Info/VCS_INFO_patch2subject,
Functions/VCS_Info/VCS_INFO_set-branch-format,
Functions/VCS_Info/VCS_INFO_set-patch-format: vcs_info: Add
Vim modelines
* 49723: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
Use quilt-patch-dir and ${QUILT_PATCHES} even when get-unapplied
hasn't been set

View File

@ -1,3 +1,5 @@
## vim:ft=zsh
#
# This function takes as an argument a filename of a patch and sets $REPLY to
# a single-line "subject", or unsets it if no subject could be extracted.
{

View File

@ -1,3 +1,5 @@
## vim:ft=zsh
#
# A function for calling the branch-format hook
#
# Return the value to use in REPLY

View File

@ -1,3 +1,5 @@
## vim:ft=zsh
#
# This function is the common guts of the gen-applied-string /
# gen-unapplied-string / set-patch-format dance of several backends.
#

View File

@ -1,3 +1,5 @@
## vim:ft=zsh
#
# A collection of vcs_info usage examples
### Running vcs_info #########################################################