commit 8d39e0b8249998448ad17d6920b0a1f5b8b11611
parent 8617e044b706c4585e8fcfb3985a93ab2460ecb8
Author: Daniel Moch <daniel@danielmoch.com>
Date: Fri, 22 Dec 2017 08:47:46 -0500
Release 1.3
- Add support for stopping jobs
- Update copyright information
- Bug fixes and enhancements
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/LICENSE b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2016 Daniel Moch
+Copyright (c) 2016-2017 Daniel Moch
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/plugin/makejob.vim b/plugin/makejob.vim
@@ -1,7 +1,7 @@
"
" TITLE: VIM-MAKEJOB
" AUTHOR: Daniel Moch <daniel@danielmoch.com>
-" VERSION: 1.3-dev
+" VERSION: 1.3
"
if exists('g:loaded_makejob') || &cp
finish
@@ -241,4 +241,4 @@ command! -nargs=? -complete=customlist,<sid>MakeJobCompletion
\ MakeJobStop call <sid>JobStop(<f-args>)
let &cpo = s:save_cpo
unlet s:save_cpo
-" vim: set et sts=4 sw=4 tw=80
+" vim: set et sts=4 sw=4 tw=72