Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ doExFn
Function
doExFn
lib/web/CodeMirror/test/vim_test.js:182–187 ·
view source on GitHub ↗
(cm)
Source
from the content-addressed store, hash-verified
180
}
181
}
182
function
doExFn(cm) {
183
return
function
(command) {
184
cm.openDialog = helpers.fakeOpenDialog(command);
185
helpers.doKeys(
':'
);
186
}
187
}
188
function
assertCursorAtFn(cm) {
189
return
function
(line, ch) {
190
var
pos;
Callers
1
testVim
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected