Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdipardo committed Aug 13, 2020
1 parent 0cdb5ef commit 30f346c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/issue_template.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.2.0

- extract feature tests and core functions to `autoload` directory to [improve startup time][pr2]
- suggest [`set wildmenu`](README.md#highlights) for faster completions when not using neovim

### 0.1.1

- convenience commands for getting/setting global options:
Expand All @@ -17,3 +22,7 @@
### 0.1.0

- initial release


[pr2]: https://github.com/rdipardo/vim-cpywrite/pull/2

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This plugin learns your name and email by invoking `git`. If that fails, the cop
## Highlights

- Python bindings compatible with python 2.7.x or 3.4+, depending on your platform and (neo)vim version, of course
- Choose from 380 licenses (press `<tab>` after the `CPYwriteDefaultLicense` or `:CPYwrite` command for suggestions)
- No dependency on other plugins. That said, neovim users will be grateful to have the [completeopt](https://neovim.io/doc/user/options.html#'completeopt') feature when tabbing through all the available licenses. Vim users may want to add `set wildmenu` to their `vimrc` file
- Choose from 380 licenses (press `<tab>` after the `:CPYwriteDefaultLicense` or `:CPYwrite` command for suggestions)
- No dependency on other plugins. That said, neovim users will be grateful to have the [completeopt](https://neovim.io/doc/user/options.html#'completeopt') feature when tabbing through all the available licenses. Vim users may want to add `set wildmenu` to their `.vimrc` file


## Quick Reference
Expand Down Expand Up @@ -144,7 +144,7 @@ Distributed under the terms of the MIT license
[vim-8-pkg-docs]: https://github.com/vim/vim/blob/03c3bd9fd094c1aede2e8fe3ad8fd25b9f033053/runtime/doc/repeat.txt#L515
[vim-pack-man]: https://shapeshed.com/vim-packages/#how-it-works
[lang-list]: rplugin/pythonx/cpywrite/generator.py#L255
[travis-badge]: https://travis-ci.com/rdipardo/vim-cpywrite.svg?token=yCqYFpeQtymaztY4Spav&branch=autoload-refactoring
[travis-badge]: https://travis-ci.com/rdipardo/vim-cpywrite.svg?token=yCqYFpeQtymaztY4Spav&branch=master
[travis-builds]: https://travis-ci.com/rdipardo/vim-cpywrite

<!--
Expand Down

0 comments on commit 30f346c

Please sign in to comment.