MCPcopy Create free account
hub / github.com/nwutils/nw-sample-apps / emptyBuffer

Function emptyBuffer

mini-code-edit/cm/keymap/vim.js:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 var yank = 0;
56 var mark = [];
57 function emptyBuffer() { buf = ""; }
58 function pushInBuffer(str) { buf += str; };
59 function pushCountDigit(digit) { return function(cm) {count += digit;} }
60 function popCount() { var i = parseInt(count); count = ""; return i || 1; }

Callers 1

vim.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected