MCPcopy
hub / github.com/witheve/Eve / getSearchState

Function getSearchState

src/codemirror.js:12936–12939  ·  view source on GitHub ↗
(cm)

Source from the content-addressed store, hash-verified

12934 }
12935 };
12936 function getSearchState(cm) {
12937 var vim = cm.state.vim;
12938 return vim.searchState_ || (vim.searchState_ = new SearchState());
12939 }
12940 function dialog(cm, template, shortText, onClose, options) {
12941 if (cm.openDialog) {
12942 cm.openDialog(template, onClose, { bottom: true, value: options.value,

Callers 4

VimFunction · 0.85
updateSearchQueryFunction · 0.85
highlightSearchMatchesFunction · 0.85
clearSearchHighlightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected