You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,26 @@ CHANGELOG
3
3
4
4
## [unreleased]
5
5
6
+
## [0.8.0] - 2018.06.02
7
+
6
8
### Added
7
9
8
10
-`core/autoload/spacevim/plug/youcompleteme.vim`: keep the config.vim of `ycmd` layer as concise as possible.
9
11
- defer loading `YouCompleteMe` via `timer` if possible.
10
12
- cscope layer. Fix #130.
13
+
-`vim-pythonsense`, `traces.vim`, `quick-scope` and `vim-gutentags`.
14
+
- add <kbd>SPC p s</kbd> for searching everything under your project, depending on `FindRootDirectory` provided by vim-rooter, if not, detecting whether in a git project.
15
+
- add <kbd>SPC p f</kbd> for searching files under a project.
11
16
12
17
### Changed
13
18
14
19
- If the related layers are not enabled, finish loading the files under `core/ftplugin`.
20
+
- disable gui colors in the template `init.spacevim` by default.
21
+
22
+
### Removed
23
+
24
+
- a bunch of global variables, like `g:spacevim_nvim`, `g:spacevim_vim8`, `g:spacevim_tmux`, have been moved to `g:spacevim`, which is dictionary containing the information used rarely by users.
0 commit comments