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.1k stars 266 forks source link

Delete unneeded files #336

Closed Psirus closed 4 years ago

Psirus commented 4 years ago

I've deleted a couple of folders/files that seem unnecessary and no longer in use.

Specifically, I think basically everyone is installing vim plugins using a plugin manager these days, so all the debian and vimball stuff are gone. We should probably change the documentation to reflect that.

Additionally, there was documentation copied from orgmode itself, which a) I don't see the need to duplicate here and b) is probably outdated by now.

Let me know what you think.

codecov-io commented 4 years ago

Codecov Report

Merging #336 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #336   +/-   ##
=======================================
  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 5099025...e0207e2. Read the comment docs.

XVilka commented 4 years ago

Can you please fix the documentation here then too? https://github.com/jceb/vim-orgmode/blob/master/doc/orgguide.txt#L1457

Psirus commented 4 years ago

I've removed the old documentation, and added examples for the Vim 8 and pathogen package managers, so this should now also close #294, #301 and #135.