diff options
author | Teddy Wing | 2022-05-26 18:46:20 +0200 |
---|---|---|
committer | Teddy Wing | 2022-05-26 18:46:20 +0200 |
commit | 370a12d7df3c7e2d0f7a08a66c9c9f09b85870c9 (patch) | |
tree | b66d5542bad231be8b16444274c99106aa0e9e63 /bundle/macports-checksums/ftplugin | |
parent | 110106795b8d77e27ebd9799cd7b886d78599aac (diff) | |
download | dotvim-370a12d7df3c7e2d0f7a08a66c9c9f09b85870c9.tar.bz2 |
Add 'macports-checksums' plugin
A new command that appends MacPorts checksums for a given file.
Diffstat (limited to 'bundle/macports-checksums/ftplugin')
-rw-r--r-- | bundle/macports-checksums/ftplugin/portfile/macports_checksums.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bundle/macports-checksums/ftplugin/portfile/macports_checksums.vim b/bundle/macports-checksums/ftplugin/portfile/macports_checksums.vim new file mode 100644 index 0000000..8c34e70 --- /dev/null +++ b/bundle/macports-checksums/ftplugin/portfile/macports_checksums.vim @@ -0,0 +1,2 @@ +command! -buffer -nargs=1 -complete=file MPchecksums + \ call macports_checksums#Checksums(<f-args>) |