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

Function pushInBuffer

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

Source from the content-addressed store, hash-verified

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; }
61 function iterTimes(func) {

Callers 3

delTillMarkFunction · 0.85
yankTillMarkFunction · 0.85
vim.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected