(cm)
| 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, |
no outgoing calls
no test coverage detected