unposted: vcs_info: Add Vim modelines

... for consistency with all other vcs_info function files.
master
Daniel Shahaf 2 years ago
parent ee5e3d0c9d
commit c055c6464d

@ -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

@ -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.
{

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

@ -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.
#

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

Loading…
Cancel
Save