1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-09 15:25:46 +01:00

update vimperator.vim and vimperatorrc.example

This commit is contained in:
Doug Kearns
2007-11-09 06:06:04 +00:00
parent 857af21fa6
commit 93348b6956
2 changed files with 18 additions and 13 deletions

View File

@@ -2,7 +2,6 @@
" I don't like beeps
set visualbell
echo vimperatorrc found
" embedded javascript is possible
" You can even add new functions which are then available in the :js command
@@ -13,4 +12,6 @@ hello = function(name)
}
EOF
echo "vimperatorrc sourced"
" vim: ft=vimperator: