Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: generic

before_script:
- git clone https://github.com/thinca/vim-themis --quiet --branch v1.4.1 --single-branch --depth 1 /tmp/vim-themis
- git clone https://github.com/thinca/vim-themis --quiet --single-branch --depth 1 /tmp/vim-themis

script:
- vim --version
Expand Down
12 changes: 0 additions & 12 deletions autoload/vital.vim

This file was deleted.

4 changes: 4 additions & 0 deletions autoload/vital/_previm.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ let s:_plugin_name = expand('<sfile>:t:r')
function! vital#{s:_plugin_name}#new() abort
return vital#{s:_plugin_name[1:]}#new()
endfunction

function! vital#{s:_plugin_name}#function(funcname) abort
silent! return function(a:funcname)
endfunction
Loading