aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arctic Ice Studio <development@arcticicestudio.com>2016-12-26 17:39:15 +0100
committerGravatar Arctic Ice Studio <development@arcticicestudio.com>2016-12-26 17:39:15 +0100
commitf3330e8136d0a5cb13e256d1ee658ea5fcc6021a (patch)
treeedaf53414460199270e38ee9778fcfb2bb9a189a
parent4d642b9b8ff7898d8a3cb2f73790c4f8eac36d75 (diff)
downloadnord-vim-f3330e8136d0a5cb13e256d1ee658ea5fcc6021a.tar.gz
Prepare stable development release version 0.1.1
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md4
-rwxr-xr-xautoload/airline/themes/nord.vim2
-rwxr-xr-xautoload/lightline/colorscheme/nord.vim2
-rwxr-xr-xcolors/nord.vim2
5 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78921f3..4a7e619 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
---
+# 0.1.1 (2016-12-26)
+## Bug Fixes
+Fixed wrong color variables (`*_term` to `*_gui`) for the `guisp` attribute of all `Spell*` highlighting groups which caused error logs while loading `vim`/`gvim`/MacVim. (@kamwitsta, #4, 4d642b9b)
+
# 0.1.0 (2016-12-25)
## Features
Detailed information about features, supported plugins/languages and install instructions can be found in the [README](https://github.com/arcticicestudio/nord-vim/blob/develop/README.md#installation) and in the [project wiki](https://github.com/arcticicestudio/nord-vim/wiki).
diff --git a/README.md b/README.md
index 0411f4c..91ae945 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Plug 'arcticicestudio/nord-vim', { 'branch': 'develop' }
A specific version can be installed via git tags.
```sh
-Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.1.0' }
+Plug 'arcticicestudio/nord-vim', { 'tag': 'v0.1.1' }
```
Of course it can be installed with any of your favorite tools:
@@ -118,7 +118,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
![][scrot-lang-ruby]
## Development
-[![](https://img.shields.io/badge/Changelog-0.1.0-blue.svg)](https://github.com/arcticicestudio/nord-vim/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver)
+[![](https://img.shields.io/badge/Changelog-0.1.1-blue.svg)](https://github.com/arcticicestudio/nord-vim/blob/v0.1.1/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-blue.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-blue.svg)](https://github.com/arcticicestudio/arcver)
### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-vim/issues).
diff --git a/autoload/airline/themes/nord.vim b/autoload/airline/themes/nord.vim
index 8d94f3e..c028abc 100755
--- a/autoload/airline/themes/nord.vim
+++ b/autoload/airline/themes/nord.vim
@@ -6,7 +6,7 @@
" email development@arcticicestudio.com +
" copyright Copyright (C) 2016 +
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-let s:nord_vim_version="0.1.0"
+let s:nord_vim_version="0.1.1"
let g:airline#themes#nord#palette = {}
let s:nord0_gui = "#2E3440"
diff --git a/autoload/lightline/colorscheme/nord.vim b/autoload/lightline/colorscheme/nord.vim
index cf86aa9..9d62541 100755
--- a/autoload/lightline/colorscheme/nord.vim
+++ b/autoload/lightline/colorscheme/nord.vim
@@ -6,7 +6,7 @@
" email development@arcticicestudio.com +
" copyright Copyright (C) 2016 +
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-let s:nord_vim_version="0.1.0"
+let s:nord_vim_version="0.1.1"
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:nord0 = ["#2E3440", "NONE"]
diff --git a/colors/nord.vim b/colors/nord.vim
index 50f25b0..407d512 100755
--- a/colors/nord.vim
+++ b/colors/nord.vim
@@ -7,7 +7,7 @@
" copyright Copyright (C) 2016 +
" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
let g:colors_name = "nord"
-let s:nord_vim_version="0.1.0"
+let s:nord_vim_version="0.1.1"
set background=dark
let s:nord0_gui = "#2E3440"