delete escape character and [improving] CI performance
Use normal! instead of normal.
This commit is contained in:
parent
3fb676b872
commit
bf75ef4b81
|
@ -1,4 +1,5 @@
|
|||
language: vim
|
||||
language: generic
|
||||
sudo: false
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
|
@ -15,15 +15,15 @@ Execute (validate themes):
|
|||
Log theme
|
||||
execute('AirlineTheme ' . theme)
|
||||
execute('source ' . themePath)
|
||||
normal i
|
||||
normal :
|
||||
normal R
|
||||
normal v
|
||||
normal! i
|
||||
normal! :
|
||||
normal! R
|
||||
normal! v
|
||||
setlocal mod
|
||||
normal i
|
||||
normal :
|
||||
normal R
|
||||
normal v
|
||||
normal! i
|
||||
normal! :
|
||||
normal! R
|
||||
normal! v
|
||||
setlocal nomod
|
||||
|
||||
endfor
|
||||
|
|
Loading…
Reference in New Issue