7 lines
174 B
Lua
7 lines
174 B
Lua
vim.cmd([[
|
|
|
|
command DiffOrig vert new | set buftype=nofile | set previewwindow | read ++edit # | 0d_ | diffthis | wincmd p | diffthis
|
|
|
|
command DiffOff diffoff | pclose
|
|
]])
|