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
17
.vim/bundle/lusty/tests/vimrc
Normal file
17
.vim/bundle/lusty/tests/vimrc
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
set nocompatible
|
||||
set hidden
|
||||
set nobackup
|
||||
set noswapfile
|
||||
|
||||
source ../../plugin/lusty-explorer.vim
|
||||
source ../../plugin/lusty-juggler.vim
|
||||
|
||||
" Not too useful because a bug in Vim causes an E15 error
|
||||
" whenever a Ruby plugin is called. :-(
|
||||
function CheckForError()
|
||||
if empty(v:errmsg)
|
||||
exec writefile([v:errmsg], "success")
|
||||
else
|
||||
exec writefile([v:errmsg], "fail")
|
||||
endfunction
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue