diff options
author | Arctic Ice Studio <development@arcticicestudio.com> | 2017-01-01 10:25:33 +0100 |
---|---|---|
committer | Arctic Ice Studio <development@arcticicestudio.com> | 2017-01-01 10:25:33 +0100 |
commit | 499bf8be4a7989b0321ba11558db6271170aaf9a (patch) | |
tree | 903732eb5de0c29fa62a05659f1c777c8cb2fed6 /CHANGELOG.md | |
parent | f8ffce2445df46a90437a1af3fc45d3fe51fc2f9 (diff) | |
download | nord-vim-499bf8be4a7989b0321ba11558db6271170aaf9a.tar.gz |
Prepare stable development release version 0.1.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7e619..c3a42aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ --- +# 0.1.2 (2017-01-01) +## Bug Fixes +Fixed a bug where the `g:colors_name` variable has been unset caused by the `syntax reset` call due to the execution +order. (@shuei72, #5, f8ffce24) + # 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) |