xaizek / vim-preamble (License: Unspecified) (since 2018-12-07)
Preamble Vim plugin by Mel Davis with a couple of fixes.
Commit e9544b6349f7edef5c2a4846c5a1fdb822cfc199

Add modeline to the documentation
Author: xaizek
Author date (UTC): 2014-11-02 16:10
Committer name: xaizek
Committer date (UTC): 2014-11-02 16:10
Parent(s): 8d0547fcde5d73575823977badd8ba97892ac352
Signing key:
Tree: 7943df3efe93c08e0e4687892376efdd04bf3ff6
File Lines added Lines deleted
doc/Preamble.txt 2 1
File doc/Preamble.txt changed (mode: 100644) (index 94dbfe1..98ae318)
1 1 *preamble.txt* Folding preamble comments *preamble* *Preamble* *preamble.txt* Folding preamble comments *preamble* *Preamble*
2 2
3 3 Author: Mel Davis <ZZmeldavisZZ@ZZsignals.selfip.orgZZ> (remove 'Z's) Author: Mel Davis <ZZmeldavisZZ@ZZsignals.selfip.orgZZ> (remove 'Z's)
4 Last Change: Jan 4, 2010
4 Last Change: Nov 2, 2014
5 5
6 6 Plugin Version: 0.1 Plugin Version: 0.1
7 7
 
... ... CHANGELOG~
150 150
151 151 01/04/2010 Initial release 01/04/2010 Initial release
152 152
153 vim:tw=78:sw=4:ft=help:norl:
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vim-preamble

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vim-preamble

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master