Some checks failed
		
		
	
	Detach Plugins / check (FlyGrep.vim) (push) Has been cancelled
				
			Detach Plugins / check (GitHub.vim) (push) Has been cancelled
				
			Detach Plugins / check (JavaUnit.vim) (push) Has been cancelled
				
			Detach Plugins / check (SourceCounter.vim) (push) Has been cancelled
				
			Detach Plugins / check (cpicker.nvim) (push) Has been cancelled
				
			Detach Plugins / check (dein-ui.vim) (push) Has been cancelled
				
			Detach Plugins / check (git.vim) (push) Has been cancelled
				
			Detach Plugins / check (iedit.vim) (push) Has been cancelled
				
			Detach Plugins / check (scrollbar.vim) (push) Has been cancelled
				
			Detach Plugins / check (vim-chat) (push) Has been cancelled
				
			Detach Plugins / check (vim-cheat) (push) Has been cancelled
				
			Detach Plugins / check (vim-todo) (push) Has been cancelled
				
			Detach Plugins / check (xmake.vim) (push) Has been cancelled
				
			test / Linux (nvim, nightly) (push) Has been cancelled
				
			test / Linux (nvim, v0.3.8) (push) Has been cancelled
				
			test / Linux (nvim, v0.4.0) (push) Has been cancelled
				
			test / Linux (nvim, v0.4.2) (push) Has been cancelled
				
			test / Linux (nvim, v0.4.3) (push) Has been cancelled
				
			test / Linux (nvim, v0.4.4) (push) Has been cancelled
				
			test / Linux (nvim, v0.5.0) (push) Has been cancelled
				
			test / Linux (nvim, v0.5.1) (push) Has been cancelled
				
			test / Linux (nvim, v0.6.0) (push) Has been cancelled
				
			test / Linux (nvim, v0.6.1) (push) Has been cancelled
				
			test / Linux (nvim, v0.7.0) (push) Has been cancelled
				
			test / Linux (nvim, v0.7.2) (push) Has been cancelled
				
			test / Linux (nvim, v0.8.0) (push) Has been cancelled
				
			test / Linux (nvim, v0.8.1) (push) Has been cancelled
				
			test / Linux (nvim, v0.8.2) (push) Has been cancelled
				
			test / Linux (nvim, v0.8.3) (push) Has been cancelled
				
			test / Linux (nvim, v0.9.0) (push) Has been cancelled
				
			test / Linux (nvim, v0.9.1) (push) Has been cancelled
				
			test / Linux (true, vim, v7.4.052) (push) Has been cancelled
				
			test / Linux (true, vim, v7.4.1689) (push) Has been cancelled
				
			test / Linux (true, vim, v7.4.629) (push) Has been cancelled
				
			test / Linux (true, vim, v8.0.0027) (push) Has been cancelled
				
			test / Linux (true, vim, v8.0.0183) (push) Has been cancelled
				
			test / Linux (vim, nightly) (push) Has been cancelled
				
			test / Linux (vim, v8.0.0184) (push) Has been cancelled
				
			test / Linux (vim, v8.0.1453) (push) Has been cancelled
				
			test / Linux (vim, v8.1.2269) (push) Has been cancelled
				
			test / Linux (vim, v8.2.2434) (push) Has been cancelled
				
			test / Linux (vim, v8.2.3995) (push) Has been cancelled
				
			test / Windows (nvim, nightly) (push) Has been cancelled
				
			test / Windows (nvim, v0.3.8) (push) Has been cancelled
				
			test / Windows (nvim, v0.4.2) (push) Has been cancelled
				
			test / Windows (nvim, v0.4.3) (push) Has been cancelled
				
			test / Windows (nvim, v0.4.4) (push) Has been cancelled
				
			test / Windows (nvim, v0.5.0) (push) Has been cancelled
				
			test / Windows (nvim, v0.5.1) (push) Has been cancelled
				
			test / Windows (nvim, v0.6.0) (push) Has been cancelled
				
			test / Windows (nvim, v0.6.1) (push) Has been cancelled
				
			test / Windows (nvim, v0.7.0) (push) Has been cancelled
				
			test / Windows (nvim, v0.7.2) (push) Has been cancelled
				
			test / Windows (nvim, v0.8.0) (push) Has been cancelled
				
			test / Windows (nvim, v0.8.1) (push) Has been cancelled
				
			test / Windows (nvim, v0.8.2) (push) Has been cancelled
				
			test / Windows (nvim, v0.8.3) (push) Has been cancelled
				
			test / Windows (nvim, v0.9.0) (push) Has been cancelled
				
			test / Windows (nvim, v0.9.1) (push) Has been cancelled
				
			test / Windows (vim, nightly) (push) Has been cancelled
				
			test / Windows (vim, v7.4.1185) (push) Has been cancelled
				
			test / Windows (vim, v7.4.1689) (push) Has been cancelled
				
			test / Windows (vim, v8.0.0027) (push) Has been cancelled
				
			test / Windows (vim, v8.0.1453) (push) Has been cancelled
				
			test / Windows (vim, v8.1.2269) (push) Has been cancelled
				
			test / Windows (vim, v8.2.2434) (push) Has been cancelled
				
			test / Windows (vim, v8.2.3995) (push) Has been cancelled
				
			docker / docker (push) Has been cancelled
				
			mirror / check (coding) (push) Has been cancelled
				
			mirror / check (gitee) (push) Has been cancelled
				
			mirror / check (gitlab) (push) Has been cancelled
				
			
		
			
				
	
	
		
			188 lines
		
	
	
		
			5.7 KiB
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			188 lines
		
	
	
		
			5.7 KiB
		
	
	
	
		
			VimL
		
	
	
	
	
	
" ___vital___
 | 
						|
" NOTE: lines between '" ___vital___' is generated by :Vitalize.
 | 
						|
" Do not mofidify the code nor insert new lines before '" ___vital___'
 | 
						|
if v:version > 703 || v:version == 703 && has('patch1170')
 | 
						|
  function! vital#_easymotion#Vim#Buffer#import() abort
 | 
						|
    return map({'parse_cmdarg': '', '_vital_depends': '', 'read_content': '', 'get_selected_text': '', 'is_cmdwin': '', 'edit_content': '', 'open': '', 'get_last_selected': '', '_vital_loaded': ''},  'function("s:" . v:key)')
 | 
						|
  endfunction
 | 
						|
else
 | 
						|
  function! s:_SID() abort
 | 
						|
    return matchstr(expand('<sfile>'), '<SNR>\zs\d\+\ze__SID$')
 | 
						|
  endfunction
 | 
						|
  execute join(['function! vital#_easymotion#Vim#Buffer#import() abort', printf("return map({'parse_cmdarg': '', '_vital_depends': '', 'read_content': '', 'get_selected_text': '', 'is_cmdwin': '', 'edit_content': '', 'open': '', 'get_last_selected': '', '_vital_loaded': ''}, \"function('<SNR>%s_' . v:key)\")", s:_SID()), 'endfunction'], "\n")
 | 
						|
  delfunction s:_SID
 | 
						|
endif
 | 
						|
" ___vital___
 | 
						|
let s:save_cpo = &cpo
 | 
						|
set cpo&vim
 | 
						|
 | 
						|
function! s:_vital_loaded(V) abort
 | 
						|
  let s:V = a:V
 | 
						|
  let s:P = s:V.import('Prelude')
 | 
						|
  let s:G = s:V.import('Vim.Guard')
 | 
						|
endfunction
 | 
						|
 | 
						|
function! s:_vital_depends() abort
 | 
						|
  return ['Prelude', 'Vim.Guard']
 | 
						|
endfunction
 | 
						|
 | 
						|
if exists('*getcmdwintype')
 | 
						|
  function! s:is_cmdwin() abort
 | 
						|
    return getcmdwintype() !=# ''
 | 
						|
  endfunction
 | 
						|
else
 | 
						|
  function! s:is_cmdwin() abort
 | 
						|
    return bufname('%') ==# '[Command Line]'
 | 
						|
  endfunction
 | 
						|
endif
 | 
						|
 | 
						|
function! s:open(buffer, opener) abort
 | 
						|
  let save_wildignore = &wildignore
 | 
						|
  let &wildignore = ''
 | 
						|
  try
 | 
						|
    if s:P.is_funcref(a:opener)
 | 
						|
      let loaded = !bufloaded(a:buffer)
 | 
						|
      call a:opener(a:buffer)
 | 
						|
    elseif a:buffer is 0 || a:buffer is# ''
 | 
						|
      let loaded = 1
 | 
						|
      silent execute a:opener
 | 
						|
      enew
 | 
						|
    else
 | 
						|
      let loaded = !bufloaded(a:buffer)
 | 
						|
      if s:P.is_string(a:buffer)
 | 
						|
        execute a:opener '`=a:buffer`'
 | 
						|
      elseif s:P.is_number(a:buffer)
 | 
						|
        silent execute a:opener
 | 
						|
        execute a:buffer 'buffer'
 | 
						|
      else
 | 
						|
        throw 'vital: Vim.Buffer: Unknown opener type.'
 | 
						|
      endif
 | 
						|
    endif
 | 
						|
  finally
 | 
						|
    let &wildignore = save_wildignore
 | 
						|
  endtry
 | 
						|
  return loaded
 | 
						|
endfunction
 | 
						|
 | 
						|
function! s:get_selected_text(...) abort
 | 
						|
  echohl WarningMsg
 | 
						|
  echom "[WARN] s:get_selected_text() is deprecated. Use 's:get_last_selected()'."
 | 
						|
  echohl None
 | 
						|
  return call('s:get_last_selected', a:000)
 | 
						|
endfunction
 | 
						|
 | 
						|
" Get the last selected text in visual mode
 | 
						|
" without using |gv| to avoid |textlock|.
 | 
						|
" NOTE:
 | 
						|
" * This function uses |gv| only when using |CTRL-V|
 | 
						|
"   because |gv| is the only way to get selected text
 | 
						|
"   when using <C-v>$ .
 | 
						|
"   Please see #192 for the details.
 | 
						|
" * If you don't care about |textlock|,
 | 
						|
"   you can use simple version of this function.
 | 
						|
"   https://github.com/vim-jp/vital.vim/commit/39aae80f3839fdbeebd838ff14d87327a6b889a9
 | 
						|
function! s:get_last_selected() abort
 | 
						|
  if visualmode() ==# "\<C-v>"
 | 
						|
    let save = getreg('"', 1)
 | 
						|
    let save_type = getregtype('"')
 | 
						|
    try
 | 
						|
      normal! gv""y
 | 
						|
      return @"
 | 
						|
    finally
 | 
						|
      call setreg('"', save, save_type)
 | 
						|
    endtry
 | 
						|
  else
 | 
						|
    let [begin, end] = [getpos("'<"), getpos("'>")]
 | 
						|
    let lastchar = matchstr(getline(end[1])[end[2]-1 :], '.')
 | 
						|
    if begin[1] ==# end[1]
 | 
						|
      let lines = [getline(begin[1])[begin[2]-1 : end[2]-2]]
 | 
						|
    else
 | 
						|
      let lines = [getline(begin[1])[begin[2]-1 :]]
 | 
						|
      \         + (end[1] - begin[1] <# 2 ? [] : getline(begin[1]+1, end[1]-1))
 | 
						|
      \         + [getline(end[1])[: end[2]-2]]
 | 
						|
    endif
 | 
						|
    return join(lines, "\n") . lastchar . (visualmode() ==# 'V' ? "\n" : '')
 | 
						|
  endif
 | 
						|
endfunction
 | 
						|
 | 
						|
function! s:read_content(content, ...) abort
 | 
						|
  let options = extend({
 | 
						|
        \ 'tempfile': '',
 | 
						|
        \ 'fileformat': '',
 | 
						|
        \ 'encoding': '',
 | 
						|
        \ 'binary': 0,
 | 
						|
        \ 'nobinary': 0,
 | 
						|
        \ 'bad': '',
 | 
						|
        \ 'edit': 0,
 | 
						|
        \ 'line': '',
 | 
						|
        \}, get(a:000, 0, {}))
 | 
						|
  let tempfile = empty(options.tempfile) ? tempname() : options.tempfile
 | 
						|
  let optnames = [
 | 
						|
        \ empty(options.fileformat) ? '' : '++ff=' . options.fileformat,
 | 
						|
        \ empty(options.encoding) ? '' : '++enc=' . options.encoding,
 | 
						|
        \ empty(options.binary) ? '' : '++bin',
 | 
						|
        \ empty(options.nobinary) ? '' : '++nobin',
 | 
						|
        \ empty(options.bad) ? '' : '++bad=' . options.bad,
 | 
						|
        \ empty(options.edit) ? '' : '++edit',
 | 
						|
        \]
 | 
						|
  let optname = join(filter(optnames, '!empty(v:val)'))
 | 
						|
  try
 | 
						|
    call writefile(a:content, tempfile)
 | 
						|
    execute printf('keepalt keepjumps %sread %s%s',
 | 
						|
          \ options.line,
 | 
						|
          \ empty(optname) ? '' : optname . ' ',
 | 
						|
          \ fnameescape(tempfile),
 | 
						|
          \)
 | 
						|
  finally
 | 
						|
    call delete(tempfile)
 | 
						|
    execute 'bwipeout!' tempfile
 | 
						|
  endtry
 | 
						|
endfunction
 | 
						|
 | 
						|
function! s:edit_content(content, ...) abort
 | 
						|
  let options = extend({
 | 
						|
        \ 'edit': 1,
 | 
						|
        \}, get(a:000, 0, {}))
 | 
						|
  let guard = s:G.store(['&l:modifiable'])
 | 
						|
  let saved_view = winsaveview()
 | 
						|
  try
 | 
						|
    let &l:modifiable=1
 | 
						|
    silent keepjumps %delete _
 | 
						|
    silent call s:read_content(a:content, options)
 | 
						|
    silent keepjumps 1delete _
 | 
						|
  finally
 | 
						|
    keepjump call winrestview(saved_view)
 | 
						|
    call guard.restore()
 | 
						|
  endtry
 | 
						|
  setlocal nomodified
 | 
						|
endfunction
 | 
						|
 | 
						|
function! s:parse_cmdarg(...) abort
 | 
						|
  let cmdarg = get(a:000, 0, v:cmdarg)
 | 
						|
  let options = {}
 | 
						|
  if cmdarg =~# '++enc='
 | 
						|
    let options.encoding = matchstr(cmdarg, '++enc=\zs[^ ]\+\ze')
 | 
						|
  endif
 | 
						|
  if cmdarg =~# '++ff='
 | 
						|
    let options.fileformat = matchstr(cmdarg, '++ff=\zs[^ ]\+\ze')
 | 
						|
  endif
 | 
						|
  if cmdarg =~# '++bad='
 | 
						|
    let options.bad = matchstr(cmdarg, '++bad=\zs[^ ]\+\ze')
 | 
						|
  endif
 | 
						|
  if cmdarg =~# '++bin'
 | 
						|
    let options.binary = 1
 | 
						|
  endif
 | 
						|
  if cmdarg =~# '++nobin'
 | 
						|
    let options.nobinary = 1
 | 
						|
  endif
 | 
						|
  if cmdarg =~# '++edit'
 | 
						|
    let options.edit = 1
 | 
						|
  endif
 | 
						|
  return options
 | 
						|
endfunction
 | 
						|
 | 
						|
let &cpo = s:save_cpo
 | 
						|
unlet s:save_cpo
 | 
						|
 | 
						|
" vim:set et ts=2 sts=2 sw=2 tw=0:
 |