File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
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.
2
+ - Improve, Performance: Reduce amount of IO( number of files to read ) on startup further. #760
3
+ - Avoid require on initial package activation. Especially following widely-used libs is not longer ` require ` d on startup.
5
4
- ` lib/selection-wrapper.coffee `
6
5
- ` lib/utils.coffee `
7
6
- ` underscore-plus `
8
7
- Now ` swrap ` and ` utils ` are accessible via lazy-prop( ` vimState.utils ` and ` vimState.swrap ` ).
8
+ - Developer: When ` debug ` setting was set to ` true ` , log lazy-require info when atom ` inDevMode ` .
9
9
10
10
# 0.90.2:
11
11
- Fix: For ` search ` on initial active-editor after startup, ` highlightSearch ` did not happened.
You can’t perform that action at this time.
0 commit comments