This commit is contained in:
Kartik Agaram 2018-11-18 13:28:42 -08:00
parent bfe9fa117e
commit 674cf5833c
1 changed files with 6 additions and 0 deletions

View File

@ -93,3 +93,9 @@ function! Orig()
endif
endfunction
command! O call Orig()
if exists("&splitvertical")
command! -nargs=0 P hor split opcodes
else
command! -nargs=0 P split opcodes
endif