Update metadata (copyright)
also remove trailing empty lines in test files
This commit is contained in:
parent
39ac0a93e5
commit
c0f96df97f
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (C) 2013-2016 Bailey Ling
|
||||
Copyright (C) 2013-2018 Bailey Ling et al.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of this software and associated documentation files (the "Software"),
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
" MIT License. Copyright (c) 2018 mox
|
||||
" MIT License. Copyright (c) 2018 mox et al.
|
||||
" vim: et ts=2 sts=2 sw=2
|
||||
|
||||
scriptencoding utf-8
|
||||
|
|
|
@ -159,4 +159,3 @@ if get(g:, 'loaded_ctrlp', 0)
|
|||
\ [ '#ffffff' , '#875fd7' , 231 , 98 , '' ],
|
||||
\ [ '#5f00af' , '#ffffff' , 55 , 231 , 'bold' ])
|
||||
endif
|
||||
|
||||
|
|
|
@ -1548,6 +1548,6 @@ Contributions and pull requests are welcome.
|
|||
==============================================================================
|
||||
LICENSE *airline-license*
|
||||
|
||||
MIT License. Copyright © 2013-2017 Bailey Ling, Christian Brabandt
|
||||
MIT License. Copyright © 2013-2018 Bailey Ling, Christian Brabandt et al.
|
||||
|
||||
vim:tw=78:ts=8:ft=help:norl:
|
||||
|
|
|
@ -84,4 +84,3 @@ describe 'airline'
|
|||
Expect airline#statusline(1) =~ 'airline#check_mode'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -105,4 +105,3 @@ describe 'inactive builder'
|
|||
Expect stl == '%#Normal_inactive#hello%#foo_inactive#fooworld'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -32,4 +32,3 @@ describe 'commands'
|
|||
Expect exists(':AirlineRefresh') to_be_true
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -28,4 +28,3 @@ describe 'default'
|
|||
wincmd c
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -18,4 +18,3 @@ describe 'highlighter'
|
|||
Expect hlID('airline_c_red') != 0
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -86,4 +86,3 @@ describe 'init parts'
|
|||
Expect g:airline_section_z =~ 'bar'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -36,4 +36,3 @@ describe 'parts'
|
|||
Expect airline#parts#get('part').accent == 'red'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -78,4 +78,3 @@ describe 'section'
|
|||
Expect s == '%{airline#util#prepend(airline#parts#ffenc(),0)}%{strftime("%H:%M")}'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -70,4 +70,3 @@ describe 'themes'
|
|||
Expect map.airline_z[0] == 6
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
@ -51,4 +51,3 @@ describe 'util'
|
|||
Expect airline#util#wrap('foo', 99999) == ''
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue