Skip to content

Commit d26f1d3

Browse files
committed
Release v0.5
* Makefile: Improved installation and more (deploy, install extras, etc.). * CONTRIBUTING guidelines. * Uses Python syntax highlighting from fork, with bespoke configuration. * highlight all global in configuration. * set highlight all for Python. * PR template: For PRs. * Documentation improvements: changelog moves to rst README improved and updated. * checklist for PR templates & contributing guide. * Ignore ``__pycache__`` from auto-completion (added besides \*.pyc files). * 79 cols for all the things! (Not only Python). * Install all extras in a package! (``make extras``, requires Vim 8.0+). Extras are: ``NERDTree``, ``fugiritve-vim``, and ``Flake8``.
1 parent 9ec30c4 commit d26f1d3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.vimrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"" Vim configuration
22
" Maintainer: Mariano Anaya
3-
" Version: v0.5-dev
3+
" Version: v0.5
44
" Created: 01 Jan 2014
55
""""""""""""""""""""""""""""""
66

changelog.rst

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Change Log
22
==========
33

4+
v0.5 (2017-03-18)
5+
-----------------
6+
* Makefile: Improved installation and more (deploy, install extras, etc.).
7+
* CONTRIBUTING guidelines.
8+
* Uses Python syntax highlighting from fork, with bespoke configuration.
9+
* highlight all global in configuration.
10+
* set highlight all for Python.
11+
* PR template: For PRs.
12+
* Documentation improvements:
13+
changelog moves to rst
14+
README improved and updated.
15+
* checklist for PR templates & contributing guide.
16+
* Ignore ``__pycache__`` from auto-completion (added besides \*.pyc files).
17+
* 79 cols for all the things! (Not only Python).
18+
* Install all extras in a package! (``make extras``, requires Vim 8.0+).
19+
Extras are: ``NERDTree``, ``fugiritve-vim``, and ``Flake8``.
20+
421
v0.4 (2016-11-02)
522
-----------------
623
* Inform in the status bar when spell=on

0 commit comments

Comments
 (0)