summaryrefslogtreecommitdiff
path: root/autoload/linediff/util.vim
blob: 4655b9218aefd1e1ffd8a97dbab411c64ce02b31 (plain)
1
2
3
4
" Helper method to change to a certain buffer.
function! linediff#util#SwitchBuffer(bufno)
  exe "buffer ".a:bufno
endfunction