(cm)
| 4107 | } |
| 4108 | }; |
| 4109 | function getSearchState(cm) { |
| 4110 | var vim = cm.state.vim; |
| 4111 | return vim.searchState_ || (vim.searchState_ = new SearchState()); |
| 4112 | } |
| 4113 | function dialog(cm, template, shortText, onClose, options) { |
| 4114 | if (cm.openDialog) { |
| 4115 | cm.openDialog(template, onClose, { bottom: true, value: options.value, |
no outgoing calls
no test coverage detected