compiler-explorer.vim icon indicating copy to clipboard operation
compiler-explorer.vim copied to clipboard

multiple vim buffers

Open ldrumm opened this issue 8 years ago • 0 comments

Presently only one pane-buffer works because the buffer/window context handling is script-global. To enable multiple buffers to support compiler-explorer asm panes will require making this buffer local (or perhaps have one script-global hashtable indexed by buf numbers.

ldrumm avatar Sep 01 '17 19:09 ldrumm