Skip to content

Commit

Permalink
Merge pull request #2 from vim-jp/licence-nysl
Browse files Browse the repository at this point in the history
Change License to NYSL
  • Loading branch information
haya14busa committed Mar 29, 2016
2 parents eb9f196 + 5bafea1 commit f7e3110
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ vital-complete
[EXPERIMENTAL] Completion for https://github.com/vim-jp/vital.vim

![vital-complete](https://cloud.githubusercontent.com/assets/3797062/14069055/5a2e5c7e-f4cf-11e5-8d4a-503d17d03d35.gif)

## License

[NYSL](http://www.kmonos.net/nysl/index.en.html)

Japanese original text: <http://www.kmonos.net/nysl/>
5 changes: 0 additions & 5 deletions autoload/vital_complete.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"=============================================================================
" FILE: autoload/vital_complete.vim
" AUTHOR: haya14busa
" License: MIT license
"=============================================================================
scriptencoding utf-8
let s:save_cpo = &cpo
set cpo&vim
Expand Down
5 changes: 0 additions & 5 deletions plugin/vital_complete.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"=============================================================================
" FILE: plugin/vital_complete.vim
" AUTHOR: haya14busa
" License: MIT license
"=============================================================================
scriptencoding utf-8
if expand('%:p') ==# expand('<sfile>:p')
unlet! g:loaded_vital_complete
Expand Down

0 comments on commit f7e3110

Please sign in to comment.