Skip to content

Commit

Permalink
Remove deb pacekage/vimball creation from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Psirus authored and XVilka committed Dec 13, 2019
1 parent f46c49c commit 76779a6
Showing 1 changed file with 4 additions and 49 deletions.
53 changes: 4 additions & 49 deletions doc/orgguide.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*orgguide.txt* For Vim version 7.3 Last change: 2014 December 26
*orgguide.txt* For Vim version 7.3 Last change: 2019 December 13

_ _ ____ __ __ _____ ____ ___ __ __ _____ ____ ____
( \/ )(_ _)( \/ ) ( _ )( _ \ / __)( \/ )( _ )( _ \( ___)
Expand Down Expand Up @@ -32,7 +32,6 @@ TABLE OF CONTENTS *org* *org-toc* *orgguide* *orgguid
21. Contributors |orgguide-contributors|
22. Changelog |orgguide-changelog|
23. Links |orgguide-links|
24. Development |orgguide-development|

==============================================================================
ORG MODE GUIDE *orgguide-about*
Expand Down Expand Up @@ -213,26 +212,9 @@ Inline markup~
------------------------------------------------------------------------------
INSTALLATION AND UPGRADE *orgguide-installation*

Download the latest stable release at
https://github.com/jceb/vim-orgmode/releases

Open the vimball archive in vim and source it.

$ vim install_vba.vim
>
:so %
<
ATTENTION: All .pyc files of former versions of vim-orgmode need to be
deleted beforehand!

Add the following line to your .vimrc file to ensure that filetype plugins
are loaded properly:
>
filetype plugin indent on
<
Installation can also be done with plugin managers that automatically pull
dependencies i.e. vim-plug (https://github.com/junegunn/vim-plug), dein.vim
(https://github.com/Shougo/dein.vim).
Installation can be done with plugin managers that automatically pull
dependencies i.e. vim-plug (https://github.com/junegunn/vim-plug) or
dein.vim (https://github.com/Shougo/dein.vim).

Example using *vim-plug* :
>
Expand Down Expand Up @@ -1453,33 +1435,6 @@ Keybindings~
vim -> :nmenu &Org.&Naviagte Headings.&Up<Tab>g{
\ <Plug>OrgJumpToParentNormal
>
------------------------------------------------------------------------------
Building a Vimball~
Vimball is an archive format for vim plugins. It's of use when you want to
install vim-orgmode for a single user. To build a Vimball just run the
following command in the root folder of this plugin. Please make sure that
vim is installed on your computer:
>
make vmb
<

For installing the plugin form the resulting orgmode.vmb.gz file, please
refer to the Installation section.

------------------------------------------------------------------------------
Building a Debian Package~
A Debian package is of use when you want to make vim-orgmode available to
all users on your computer. Make sure you've debhelper and vim installed,
than run the following command from the root directory of this plugin to
build the debian package:
>
dpkg-buildpackage -us -uc
<

For installing the plugin form the resulting vim-orgmode_X.X.X-X.deb file,
please refer to the Installation section.

------------------------------------------------------------------------------
Creating Tests Cases~
For every plugin it's important to write automated test cases. This is
Expand Down

0 comments on commit 76779a6

Please sign in to comment.