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

1
2
3
4
5
6
7
 
" This apends all applicable vim paths to the end of packagepath
for directory in ["/run/current-system/profile", $HOME . "/.guix-profile", $HOME ."/.guix-home/profile", $GUIX_PROFILE, $GUIX_ENVIRONMENT]
    let vimplugins = directory . "/share/vim/vimfiles"
    if isdirectory(vimplugins)
        let &pp = join([&pp,vimplugins], ',')
    endif
endfor

debug log:

solving 7e7f8d653a ...
found 7e7f8d653a in https://yhetil.org/guix/cd1a382fd5034e697bca86428cfd2d07dc11b76f.1670891520.git.me@jonscoresby.com/ ||
	https://yhetil.org/guix/a1d2173624ead857582eb569723a54650f9ab84b.1671051720.git.me@jonscoresby.com/
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/cd1a382fd5034e697bca86428cfd2d07dc11b76f.1670891520.git.me@jonscoresby.com/
diff --git a/gnu/packages/aux-files/guix.vim b/gnu/packages/aux-files/guix.vim
index 9397c53701..7e7f8d653a 100644

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

skipping https://yhetil.org/guix/a1d2173624ead857582eb569723a54650f9ab84b.1671051720.git.me@jonscoresby.com/ for 7e7f8d653a
index at:
100644 7e7f8d653a660d0e737f991af941519a14876b0d	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.