" This will be overwritten when vim-altercmd is sourced command! -nargs=* AlterCommand call Genki_altercmd() command! Stab call Genki_set_taboptions() command! NoTrail %s/\s\+$// " Show all mappings command! -nargs=* -complete=mapping AllMaps \ map | map! | lmap command! -range Pbcopy ,w !copy command! Pbclone call system('echo ' . getreg('"') . ' | copy') command! -nargs=* Google call Genki_google() command! -nargs=* -bar \ -complete=customlist,neobundle#commands#complete_bundles \ PluginSetting \ call Genki_open_plugin_setting() " TODO: complete hook types: on_bundle, on_source, on_post_source command! -nargs=1 \ -complete=customlist,neobundle#commands#complete_bundles \ ViewBundle \ edit $DOTDIR/vimfiles/vim/bundles/ AlterCommand vb ViewBundle command! -nargs=? Vypass call Vypass__start() AlterCommand vy Vypass command! -nargs=1 -complete=var DumpVariable call Genki_dump_variable() AlterCommand dump DumpVariable command! FollowSymlink call Genki_follow_symlink() command! Precommit compiler pre-commit | Make AlterCommand pre Precommit command! -nargs=1 TimeAt echomsg Genki_timeat()