mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 22:13:50 -05:00
update test for s:uniq
This commit is contained in:
@@ -2,7 +2,11 @@ let s:suite = themis#suite('uniq')
|
|||||||
let s:assert = themis#helper('assert')
|
let s:assert = themis#helper('assert')
|
||||||
|
|
||||||
function! s:uniq(...)
|
function! s:uniq(...)
|
||||||
return call(SID('uniq'), a:000)
|
try
|
||||||
|
return call(SID('uniq'), a:000)
|
||||||
|
catch
|
||||||
|
return call(function('uniq'), a:000)
|
||||||
|
endtry
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! s:suite.nil()
|
function! s:suite.nil()
|
||||||
|
|||||||
Reference in New Issue
Block a user