Merge pull request #218 from kazukazuinaina/delete_esc_char

delete escape character and update ci
This commit is contained in:
IK 2020-06-26 22:37:49 +09:00 committed by GitHub
commit 04fa4fc40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,5 @@
language: vim
language: generic
sudo: false
cache:
directories:

View File

@ -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