blob ca97f451d8423575391620cbdbbf79758e2045e6 310 bytes (raw)
name: gnu/packages/aux-files/guix.vim # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
| | " This appends all of the vim plugins to the end of Vim's runtimepath.
for directory in ["/run/current-system/profile", $HOME . "/.guix-profile", $GUIX_ENVIRONMENT]
let testpath = directory . "/share/vim/vimfiles"
if isdirectory(testpath)
let &rtp = join([&rtp,testpath], ',')
endif
endfor
|
debug log:
solving ca97f451d8 ...
found ca97f451d8 in https://yhetil.org/guix-patches/20200920191523.6871-1-efraim@flashner.co.il/
applying [1/1] https://yhetil.org/guix-patches/20200920191523.6871-1-efraim@flashner.co.il/
diff --git a/gnu/packages/aux-files/guix.vim b/gnu/packages/aux-files/guix.vim
new file mode 100644
index 0000000000..ca97f451d8
Checking patch gnu/packages/aux-files/guix.vim...
Applied patch gnu/packages/aux-files/guix.vim cleanly.
index at:
100644 ca97f451d8423575391620cbdbbf79758e2045e6 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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).