We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d549b commit db861a7Copy full SHA for db861a7
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 0.91.0:
2
+- Developer: When `debug` setting was set to `true`, log lazy-require info when atom `inDevMode`.
3
+- Performance: Reduce number of file to read on startup further. #760
4
+ - Avoid require on initial package activation. Especially following widely-used libs.
5
+ - `lib/selection-wrapper.coffee`
6
+ - `lib/utils.coffee`
7
+ - `underscore-plus`
8
+ - Now `swrap` and `utils` are accessible via lazy-prop( `vimState.utils` and `vimState.swrap` ).
9
+
10
# 0.90.2:
11
- Fix: For `search` on initial active-editor after startup, `highlightSearch` did not happened.
12
- This is regression introduced as part of lazy instantiation of `HighlightSearchManager`.
0 commit comments