Avoid magic number

This commit is contained in:
Marco Hinz 2018-03-16 12:16:07 +01:00
parent 5425dd3e84
commit 5df5b7478c
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -119,7 +119,7 @@ function! startify#insane_in_the_membrane() abort
\ ])
for item in s:lists
if type(item) == 1
if type(item) == type('')
call s:show_{item}()
else
let s:last_message = item