Skip to content

Commit

Permalink
Release v0.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Dec 16, 2018
1 parent f80def6 commit ab3d5bb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 2018-12-17

- **Break change** `vim-node-rpc` now upgrade in bacground.
- Add `ignoredRootPaths` to `languageserver` option.
- Add detect of vim running state.
- Add `client.vim` for create clients.
- Fix possible wrong current line of `completeResolve`.
- Fix snippet not work with `set virtualedit=all`.
- Fix default timeout to 2000.
- Fix file mode of log file.

# 2018-12-12

- **Break change** `fixInsertedWord` fix inserted word which ends with word
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc.nvim",
"version": "0.0.39",
"version": "0.0.40",
"description": "Completion manager for neovim",
"main": "./lib/index.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit ab3d5bb

Please sign in to comment.