Skip to content

Commit

Permalink
Release v0.5
Browse files Browse the repository at this point in the history
* 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``.
  • Loading branch information
rmariano committed Mar 18, 2017
1 parent 9ec30c4 commit d26f1d3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"" Vim configuration
" Maintainer: Mariano Anaya
" Version: v0.5-dev
" Version: v0.5
" Created: 01 Jan 2014
""""""""""""""""""""""""""""""

Expand Down
17 changes: 17 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Change Log
==========

v0.5 (2017-03-18)
-----------------
* 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``.

v0.4 (2016-11-02)
-----------------
* Inform in the status bar when spell=on
Expand Down

0 comments on commit d26f1d3

Please sign in to comment.