This page documents changes in master branch since last release v1.5.0 ## PreRelease The next release is v1.6.0: ### Pull Requests #### New Features - Add enable_Indentline option for ui layer [#3909](https://github.com/SpaceVim/SpaceVim/pull/3909) - add Codecov link to readme [#3898](https://github.com/SpaceVim/SpaceVim/pull/3898) - Add raw string support for repl [#3884](https://github.com/SpaceVim/SpaceVim/pull/3884) - Add: typescriptreact syntax highlighting support [#3880](https://github.com/SpaceVim/SpaceVim/pull/3880) - Add projects caches [#3875](https://github.com/SpaceVim/SpaceVim/pull/3875) - Add quickfix support for flygrep [#3872](https://github.com/SpaceVim/SpaceVim/pull/3872) - Add winexists() api [#3868](https://github.com/SpaceVim/SpaceVim/pull/3868) - Add ctrl-t key binding for flygrep [#3845](https://github.com/SpaceVim/SpaceVim/pull/3845) - Add: random-candidates for colorscheme layer [#3671](https://github.com/SpaceVim/SpaceVim/pull/3671) - Add lua api [#2861](https://github.com/SpaceVim/SpaceVim/pull/2861) - Add automated adjustment of indentation with heuristics [#2307](https://github.com/SpaceVim/SpaceVim/pull/2307) #### Bug Fixs - Fix vim-todo detach script [#3903](https://github.com/SpaceVim/SpaceVim/pull/3903) - Fix coding mirror [#3892](https://github.com/SpaceVim/SpaceVim/pull/3892) - Fix flygrep detach script [#3891](https://github.com/SpaceVim/SpaceVim/pull/3891) - Fix SPC e n/p key binding [#3890](https://github.com/SpaceVim/SpaceVim/pull/3890) - Fix job.send can handle multi-line string [#3888](https://github.com/SpaceVim/SpaceVim/pull/3888) - Fix option setting [#3886](https://github.com/SpaceVim/SpaceVim/pull/3886) - Fix visual mode code format [#3866](https://github.com/SpaceVim/SpaceVim/pull/3866) - Fix tex syntax highlighting in markdown file [#3863](https://github.com/SpaceVim/SpaceVim/pull/3863) - Fix project root detection to work with empty buffer [#3860](https://github.com/SpaceVim/SpaceVim/pull/3860) - Fix fzf mru, most recent should be first [#3859](https://github.com/SpaceVim/SpaceVim/pull/3859) - Fix clang_std option for c language layer [#3858](https://github.com/SpaceVim/SpaceVim/pull/3858) - Fix alt file manager [#3854](https://github.com/SpaceVim/SpaceVim/pull/3854) - Fix task manager [#3853](https://github.com/SpaceVim/SpaceVim/pull/3853) - fix syntax highlight about icase in flygrep window [#3848](https://github.com/SpaceVim/SpaceVim/pull/3848) - Fix OmniSharpFindType to OmniSharpTypeLookup [#3628](https://github.com/SpaceVim/SpaceVim/pull/3628) - fix Leaderf neoyank. [#3541](https://github.com/SpaceVim/SpaceVim/pull/3541) #### Unmarked PRs - Hot fix for vim-todo [#3910](https://github.com/SpaceVim/SpaceVim/pull/3910) - Some fixes for FlyGrep [#3908](https://github.com/SpaceVim/SpaceVim/pull/3908) - Update doc for statusline separator [#3902](https://github.com/SpaceVim/SpaceVim/pull/3902) - todo manager: implement custom keywords [#3900](https://github.com/SpaceVim/SpaceVim/pull/3900) - Update lang#c layer [#3899](https://github.com/SpaceVim/SpaceVim/pull/3899) - Update denite layer doc [#3896](https://github.com/SpaceVim/SpaceVim/pull/3896) - Update grepper [#3895](https://github.com/SpaceVim/SpaceVim/pull/3895) - Disable scrollbar in startify [#3893](https://github.com/SpaceVim/SpaceVim/pull/3893) - Improve lang#dart layer [#3876](https://github.com/SpaceVim/SpaceVim/pull/3876) - Update lua layer [#3874](https://github.com/SpaceVim/SpaceVim/pull/3874) - Update clojure layer [#3873](https://github.com/SpaceVim/SpaceVim/pull/3873) - Update post for C/C++ [#3862](https://github.com/SpaceVim/SpaceVim/pull/3862) - Improve Task manager [#3857](https://github.com/SpaceVim/SpaceVim/pull/3857) - Close scrollbar on QuitPre [#3855](https://github.com/SpaceVim/SpaceVim/pull/3855) - g++ should use -xc++ for C++ [#3850](https://github.com/SpaceVim/SpaceVim/pull/3850) - Improve .clang file support [#3847](https://github.com/SpaceVim/SpaceVim/pull/3847) - Remove invalid lines of gcc maker [#3846](https://github.com/SpaceVim/SpaceVim/pull/3846) - Update readme and post url [#3844](https://github.com/SpaceVim/SpaceVim/pull/3844) - Update kotlin doc [#3841](https://github.com/SpaceVim/SpaceVim/pull/3841) - Update kotlin doc [#3840](https://github.com/SpaceVim/SpaceVim/pull/3840) - lang#python doc: add neomake configuration for python3 [#3839](https://github.com/SpaceVim/SpaceVim/pull/3839) - Update doc for statusline [#3665](https://github.com/SpaceVim/SpaceVim/pull/3665) - Update g map [#3496](https://github.com/SpaceVim/SpaceVim/pull/3496) - Doc: type in doc [#3488](https://github.com/SpaceVim/SpaceVim/pull/3488) - Update file head [#3379](https://github.com/SpaceVim/SpaceVim/pull/3379) - feat: optional support of vim-devicons [#3271](https://github.com/SpaceVim/SpaceVim/pull/3271) - Improve tabline [#2242](https://github.com/SpaceVim/SpaceVim/pull/2242) ## Latest Release SpaceVim releases v1.5.0 at 2020-08-01, please check the release page: - [SpaceVim releases v1.5.0](https://spacevim.org/SpaceVim-release-v1.5.0/) for all the details