mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
refactor: add comment
This commit is contained in:
parent
45c4789060
commit
51fc17cf98
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import { Editor as CodeMirrorEditor } from "codemirror";
|
||||
import { EditorPosition } from "obsidian";
|
||||
import { shim as matchAllShim } from "string.prototype.matchall";
|
||||
|
||||
// Polyfill for String.prototype.matchAll, in case it's not available (pre-ES2020)
|
||||
matchAllShim();
|
||||
|
||||
export function jumpToPattern({
|
||||
|
|
|
|||
Loading…
Reference in a new issue