all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 3c13a16b7d19f3e84f1455ffae2150b7a5775aa2 329 bytes (raw)
name: gnu/packages/aux-files/guix.vim 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
if !empty($GUIX_VIMRUNTIME)
    set rtp+=$GUIX_VIMRUNTIME
endif

" Unconditionally add */after directories last, as intended by upstream
" TODO: Remove duplicate */after directories
for directory in [$VIM . "/vimfiles", $HOME ."/.vim"]
    let vimplugins = directory . "/after"
    let &rtp = join([&rtp,vimplugins], ',')
endfor

debug log:

solving 3c13a16b7d ...
found 3c13a16b7d in https://yhetil.org/guix/f06b71a730f11b473963e3925d216bf30f7f307e.1646227054.git.seerlite@nixnet.email/ ||
	https://yhetil.org/guix/4736ca5df2bf710fc082eed4f08c1f2ccaf6984f.1652921451.git.seerlite@nixnet.email/ ||
	https://yhetil.org/guix/84af4a68a12d4838fa88e99e6c654930e33694fa.1652408245.git.seerlite@nixnet.email/ ||
	https://yhetil.org/guix/afc30d91028b3b67f52fa7ec83b27b5ca6c3b24d.1652922844.git.seerlite@nixnet.email/ ||
	https://yhetil.org/guix/afc30d91028b3b67f52fa7ec83b27b5ca6c3b24d.1652922494.git.seerlite@nixnet.email/ ||
	https://yhetil.org/guix/81321483b3ea03870a94a5fce3931ba176269f73.1653352914.git.seerlite@nixnet.email/ ||
	https://yhetil.org/guix/06694925c423c7e08e49e8384c0009c9f1cd2aa9.1677096448.git.seerlite@disroot.org/
found 9397c53701 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 9397c53701fe30d9bb8c8ee4ca86a078dcb78272	gnu/packages/aux-files/guix.vim

applying [1/1] https://yhetil.org/guix/f06b71a730f11b473963e3925d216bf30f7f307e.1646227054.git.seerlite@nixnet.email/
diff --git a/gnu/packages/aux-files/guix.vim b/gnu/packages/aux-files/guix.vim
index 9397c53701..3c13a16b7d 100644

Checking patch gnu/packages/aux-files/guix.vim...
Applied patch gnu/packages/aux-files/guix.vim cleanly.

skipping https://yhetil.org/guix/4736ca5df2bf710fc082eed4f08c1f2ccaf6984f.1652921451.git.seerlite@nixnet.email/ for 3c13a16b7d
skipping https://yhetil.org/guix/84af4a68a12d4838fa88e99e6c654930e33694fa.1652408245.git.seerlite@nixnet.email/ for 3c13a16b7d
skipping https://yhetil.org/guix/afc30d91028b3b67f52fa7ec83b27b5ca6c3b24d.1652922844.git.seerlite@nixnet.email/ for 3c13a16b7d
skipping https://yhetil.org/guix/afc30d91028b3b67f52fa7ec83b27b5ca6c3b24d.1652922494.git.seerlite@nixnet.email/ for 3c13a16b7d
skipping https://yhetil.org/guix/81321483b3ea03870a94a5fce3931ba176269f73.1653352914.git.seerlite@nixnet.email/ for 3c13a16b7d
skipping https://yhetil.org/guix/06694925c423c7e08e49e8384c0009c9f1cd2aa9.1677096448.git.seerlite@disroot.org/ for 3c13a16b7d
index at:
100644 3c13a16b7d19f3e84f1455ffae2150b7a5775aa2	gnu/packages/aux-files/guix.vim

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.