Skip to content

Commit

Permalink
version 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed May 9, 2012
1 parent a67e9e3 commit 9b26bdb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions autoload/SingleCompile.vim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
" along with SingleCompile. If not, see <http://www.gnu.org/licenses/>.

" File: autoload/SingleCompile.vim
" Version: 2.10.3
" Version: 2.10.4
" check doc/SingleCompile.txt for more information


Expand Down Expand Up @@ -72,7 +72,7 @@ function! SingleCompile#GetVersion() " get the script version {{{1
" For example, 2.9.2 is corresponding to 292
" From 2.10.0, the return value is: major * 1000 + minor * 10 + subminor
" For example, 2.10.1 is corresponding to 2101
return 2103
return 2104
endfunction

" util {{{1
Expand Down
2 changes: 1 addition & 1 deletion autoload/SingleCompileAsync.vim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
" along with SingleCompile. If not, see <http://www.gnu.org/licenses/>.

" File: autoload/SingleCompileAsync.vim
" Version: 2.10.3
" Version: 2.10.4
" check doc/SingleCompile.txt for more information


Expand Down
6 changes: 3 additions & 3 deletions doc/SingleCompile.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
*SingleCompile.txt*

File: SingleCompile.txt
Version: 2.10.3
Original Author and Current Maintainer: H Xu <xuhdev@gmail.com>
Last Change: 15 April 2012
Version: 2.10.4
Original Author and Current Maintainer: Hong Xu <xuhdev@gmail.com>
Last Change: 9 May 2012
Homepage: http://www.vim.org/scripts/script.php?script_id=3115
GitHub repo: https://github.com/xuhdev/SingleCompile
Description: Make it more convenient to compile or run a single source file.
Expand Down
2 changes: 1 addition & 1 deletion plugin/SingleCompile.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

" File: plugin/SingleCompile.vim
" GetLatestVimScripts: 3115 1 SingleCompile.zip
" version 2.10.3
" version 2.10.4
" check doc/SingleCompile.txt for more version information

if v:version < 700
Expand Down

0 comments on commit 9b26bdb

Please sign in to comment.