mirror of
https://github.com/amix/vimrc
synced 2025-06-16 09:35:01 +08:00
Updated plugins
This commit is contained in:
@ -160,3 +160,10 @@ if extcore
|
||||
)
|
||||
test_instance vim
|
||||
end
|
||||
|
||||
# Test the vim core with latin1 encoding
|
||||
(lambda do
|
||||
puts 'Testing with express vim_core mode'
|
||||
vim = create_vim("set encoding=latin1")
|
||||
test_instance vim
|
||||
end).call
|
||||
|
Reference in New Issue
Block a user