Update metadata (copyright)

also remove trailing empty lines in test files
This commit is contained in:
Christian Brabandt
2018-12-15 19:56:30 +01:00
parent 39ac0a93e5
commit c0f96df97f
14 changed files with 3 additions and 14 deletions

View File

@@ -84,4 +84,3 @@ describe 'airline'
Expect airline#statusline(1) =~ 'airline#check_mode'
end
end

View File

@@ -105,4 +105,3 @@ describe 'inactive builder'
Expect stl == '%#Normal_inactive#hello%#foo_inactive#fooworld'
end
end

View File

@@ -32,4 +32,3 @@ describe 'commands'
Expect exists(':AirlineRefresh') to_be_true
end
end

View File

@@ -28,4 +28,3 @@ describe 'default'
wincmd c
end
end

View File

@@ -18,4 +18,3 @@ describe 'highlighter'
Expect hlID('airline_c_red') != 0
end
end

View File

@@ -86,4 +86,3 @@ describe 'init parts'
Expect g:airline_section_z =~ 'bar'
end
end

View File

@@ -36,4 +36,3 @@ describe 'parts'
Expect airline#parts#get('part').accent == 'red'
end
end

View File

@@ -78,4 +78,3 @@ describe 'section'
Expect s == '%{airline#util#prepend(airline#parts#ffenc(),0)}%{strftime("%H:%M")}'
end
end

View File

@@ -70,4 +70,3 @@ describe 'themes'
Expect map.airline_z[0] == 6
end
end

View File

@@ -51,4 +51,3 @@ describe 'util'
Expect airline#util#wrap('foo', 99999) == ''
end
end