google / google/vim-maktaba

Maktaba added to runtimepath twice when symlinked and installed manually

Open
#81 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Vim Script
Stars
588
Forks
41
PR merge metrics
No merged PRs in 30d

Description

Minor issue. When using the manual installation procedure described at https://github.com/google/maktaba/blob/master/vroom/manual.vroom, and Maktaba is symlinked, then it is added to the runtimepath twice, once with the symlink location and once with the resolved symlink. See also #31.

Example vimrc:

```
" ~/.vim -> ~/code/dotfiles/.vim
set runtimepath+=~/.vim/maktaba
```

Resulting runtimepath is `...,/home/glts/code/dotfiles/.vim/maktaba,.../home/glts/.vim/maktaba`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.