Add a bunch of stuff, change leader key
git-svn-id: http://photonzero.com/dotfiles/trunk@70 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
parent
410560d54e
commit
c47f86d55b
90 changed files with 9641 additions and 1653 deletions
35
.vim/bundle/lusty/tests/juggler-numbers/expect
Normal file
35
.vim/bundle/lusty/tests/juggler-numbers/expect
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
spawn $env(VIM) -N --noplugin -u ../vimrc
|
||||
set timeout 3
|
||||
expect {
|
||||
timeout {exit 1}
|
||||
"VIM - Vi IMproved"
|
||||
}
|
||||
send ":e file-name-abc\r"
|
||||
send ":e file-name-def\r"
|
||||
send ":LustyJuggler\r"
|
||||
# Launching should not have caused a backtrace and "Press ENTER ..." message
|
||||
expect {
|
||||
"Press ENTER" {exit 1}
|
||||
"Error" {exit 1}
|
||||
"Warning" {exit 1}
|
||||
timeout {exit 1}
|
||||
"file-name-abc"
|
||||
}
|
||||
|
||||
# Choose and open second entry
|
||||
send "22"
|
||||
expect {
|
||||
"Press ENTER" {exit 1}
|
||||
"Error" {exit 1}
|
||||
"Warning" {exit 1}
|
||||
timeout {exit 1}
|
||||
"inside abc"
|
||||
}
|
||||
|
||||
send ":q\r"
|
||||
expect {
|
||||
timeout {exit 1}
|
||||
eof
|
||||
}
|
||||
exit 0
|
||||
|
||||
1
.vim/bundle/lusty/tests/juggler-numbers/file-name-abc
Normal file
1
.vim/bundle/lusty/tests/juggler-numbers/file-name-abc
Normal file
|
|
@ -0,0 +1 @@
|
|||
inside abc
|
||||
1
.vim/bundle/lusty/tests/juggler-numbers/file-name-def
Normal file
1
.vim/bundle/lusty/tests/juggler-numbers/file-name-def
Normal file
|
|
@ -0,0 +1 @@
|
|||
inside def
|
||||
Loading…
Add table
Add a link
Reference in a new issue