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 /colors/nord.vim | |
parent | f8ffce2445df46a90437a1af3fc45d3fe51fc2f9 (diff) | |
download | nord-vim-499bf8be4a7989b0321ba11558db6271170aaf9a.tar.gz |
Prepare stable development release version 0.1.2
Diffstat (limited to 'colors/nord.vim')
-rwxr-xr-x | colors/nord.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index e408bad..2e53fa8 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -14,7 +14,7 @@ if version > 580 endif let g:colors_name = "nord" -let s:nord_vim_version="0.1.1" +let s:nord_vim_version="0.1.2" set background=dark let s:nord0_gui = "#2E3440" |