jceb / vim-orgmode

Text outlining and task management for Vim based on Emacs' Org-Mode
http://www.vim.org/scripts/script.php?script_id=3642
Other
3.12k stars 267 forks source link

[FIX] Correctly deal with wildcards in Vim path #366

Closed thomaspaulb closed 3 years ago

thomaspaulb commented 3 years ago

Otherwise a "cannot import orgmode", "cannot find orgmode.ORGMODE" chain of errors is thrown on startup if you have $HOME/.vimrc/bundle/*/ in your path.

thomaspaulb commented 3 years ago

@jceb I can help out in maintaining

codecov-io commented 3 years ago

Codecov Report

Merging #366 (9c098f8) into master (b7bce17) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #366   +/-   ##
=======================================
  Coverage   84.38%   84.38%           
=======================================
  Files          49       49           
  Lines        6794     6794           
=======================================
  Hits         5733     5733           
  Misses       1061     1061           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b7bce17...9c098f8. Read the comment docs.

jceb commented 3 years ago

Thanks a lot