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
2 changed files with 10 additions and 9 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
language: vim language: generic
sudo: false
cache: cache:
directories: directories:
+8 -8
View File
@@ -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