mirror of
https://github.com/amix/vimrc
synced 2025-06-30 11:54:59 +08:00
Updated plugins
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
sudo: false
|
||||
os: linux
|
||||
dist: bionic
|
||||
language: ruby
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- vim-gtk
|
||||
- xvfb
|
||||
|
||||
before_script:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
script:
|
||||
- xvfb-run bundle exec rake
|
||||
|
@ -2,7 +2,7 @@ GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
diff-lcs (1.2.5)
|
||||
rake (12.3.3)
|
||||
rake (10.4.2)
|
||||
rspec (3.4.0)
|
||||
rspec-core (~> 3.4.0)
|
||||
rspec-expectations (~> 3.4.0)
|
||||
|
@ -1,5 +1,5 @@
|
||||
# vim-multiple-cursors
|
||||
[](https://travis-ci.org/terryma/vim-multiple-cursors)
|
||||
[](https://travis-ci.org/github/terryma/vim-multiple-cursors)
|
||||
|
||||
## Contents
|
||||
- [About](#about)
|
||||
|
@ -1285,7 +1285,7 @@ function! s:wait_for_user_input(mode)
|
||||
call s:start_latency_measure()
|
||||
|
||||
" Clears any echoes we might've added
|
||||
normal! :<Esc>
|
||||
normal! :
|
||||
|
||||
" add chars to s:char if it start like a special/quit key
|
||||
let is_special_key = 0
|
||||
|
Reference in New Issue
Block a user