MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / enableFatCursorMark

Function enableFatCursorMark

lib/web/CodeMirror/keymap/vim.js:320–324  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

318 }
319
320 function enableFatCursorMark(cm) {
321 cm.state.fatCursorMarks = [];
322 updateFatCursorMark(cm)
323 cm.on("cursorActivity", updateFatCursorMark)
324 }
325
326 function disableFatCursorMark(cm) {
327 clearFatCursorMark(cm);

Callers 1

attachVimMapFunction · 0.85

Calls 2

updateFatCursorMarkFunction · 0.85
onMethod · 0.45

Tested by

no test coverage detected