From c31b832674628144dc3b3deb3a4e1f0a5bec6ec6 Mon Sep 17 00:00:00 2001 From: esm7 Date: Wed, 11 Nov 2020 09:56:57 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2054413..cd1e4c5 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,5 @@ Things I'd love to add: Fixed [an issue](https://github.com/esm7/obsidian-vimrc-support/issues/2) caused by the plugin injecting the Vimrc on every file load. The plugin now injects the Vimrc just once for the CodeMirror class (for the class -- not object instance, because that's where CodeMirror keeps the Vim settings.) + This seems to work well, but in theory there could be Vimrc settings that are CodeMirror-object bound and not class-bound, and in that case we'll be in trouble (these settings will be lost when Obsidian replaces CodeMirror objects).