Skip to content

Commit

Permalink
Merge branch 'prepare-for-1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
kana committed Apr 10, 2015
2 parents 6becfaa + fb5cafd commit c0a1eef
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion after/indent/vim.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" Vim additional indent settings: vim/vspec - indent vspec commands
" Version: 1.5.0
" Version: 1.6.0
" Copyright (C) 2012-2015 Kana Natsuno <http://whileimautomaton.net/>
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion after/syntax/vim/vspec.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" Vim additional syntax: vim/vspec - highlight vspec commands
" Version: 1.5.0
" Version: 1.6.0
" Copyright (C) 2010-2015 Kana Natsuno <http://whileimautomaton.net/>
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion autoload/vspec.vim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" vspec - Testing framework for Vim script
" Version: 1.5.0
" Version: 1.6.0
" Copyright (C) 2009-2015 Kana Natsuno <http://whileimautomaton.net/>
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion bin/prove-vspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# bin/prove-vspec - Utility to run many tests on Vim script at once
# Version: 1.5.0
# Version: 1.6.0
# Copyright (C) 2015 Kana Natsuno <http://whileimautomaton.net/>
# License: MIT license {{{
# Permission is hereby granted, free of charge, to any person obtaining
Expand Down
2 changes: 1 addition & 1 deletion bin/vspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# bin/vspec - Driver script to test Vim script
# Version: 1.5.0
# Version: 1.6.0
# Copyright (C) 2009-2015 Kana Natsuno <http://whileimautomaton.net/>
# License: MIT license {{{
# Permission is hereby granted, free of charge, to any person obtaining
Expand Down
11 changes: 10 additions & 1 deletion doc/vspec.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*vspec.txt* Testing framework for Vim script

Version 1.5.0
Version 1.6.0
Script ID: 3012
Copyright (C) 2009-2015 Kana Natsuno <http://whileimautomaton.net/>
License: MIT license {{{
Expand Down Expand Up @@ -531,6 +531,15 @@ BUGS *vspec-bugs*
==============================================================================
CHANGELOG *vspec-changelog*

1.6.0 2015-04-10T23:45:09+09:00 *vspec-changelog-1.6.0*
- Revise syntax highlighting:
- Support highlighting of "expr" in |:Expect|.
- Fix to highlight "not" only if it is used in |:Expect|.
- Fix |:Expect| arguments to be highlighted as expressions.
- Revise output of |:SKIP| and |:TODO|.
- Support also a double-quoted string for |:SKIP|.
- Tidy up the internal structure a bit.

1.5.0 2015-03-27T23:29:59+09:00 *vspec-changelog-1.5.0*
- Revise |bin/vspec|:
- Reduce the number of temporary file generations.
Expand Down

0 comments on commit c0a1eef

Please sign in to comment.