mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-12-07 01:34:24 +08:00
delete escape character and [improving] CI performance
Use normal! instead of normal.
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
language: vim
|
language: generic
|
||||||
|
sudo: false
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|||||||
@@ -15,15 +15,15 @@ Execute (validate themes):
|
|||||||
Log theme
|
Log theme
|
||||||
execute('AirlineTheme ' . theme)
|
execute('AirlineTheme ' . theme)
|
||||||
execute('source ' . themePath)
|
execute('source ' . themePath)
|
||||||
normal i
|
normal! i
|
||||||
normal :
|
normal! :
|
||||||
normal R
|
normal! R
|
||||||
normal v
|
normal! v
|
||||||
setlocal mod
|
setlocal mod
|
||||||
normal i
|
normal! i
|
||||||
normal :
|
normal! :
|
||||||
normal R
|
normal! R
|
||||||
normal v
|
normal! v
|
||||||
setlocal nomod
|
setlocal nomod
|
||||||
|
|
||||||
endfor
|
endfor
|
||||||
|
|||||||
Reference in New Issue
Block a user