Wang Shidong
263430393f
Release v1.4.0 ( #3432 )
2020-04-05 16:32:15 +08:00
Wang Shidong
523669337d
Add lang#vbnet layer ( #3359 )
2020-02-18 20:00:22 +08:00
Wang Shidong
e3344fa308
Add lang#zig layer ( #3355 )
2020-02-17 21:29:30 +08:00
Wang Shidong
07fe224817
Update doc and wiki ( #3353 )
2020-02-16 16:15:32 +08:00
Shidong Wang
4c7e254ef8
Fix type
2020-01-30 15:18:31 +08:00
Wang Shidong
de79995a34
Add lang#ring layer ( #3311 )
2020-01-29 21:27:15 +08:00
Wang Shidong
1c7566141e
Update Wiki ( #3310 )
2020-01-29 13:37:55 +08:00
Wang Shidong
d7e6828166
Add lang#gosu layer ( #3106 )
2019-10-02 13:29:26 +08:00
wsdjeg
7bd3d88502
Update languages list
2019-10-02 12:48:40 +08:00
wsdjeg
06032d6283
Update languages list in wiki
2019-09-26 22:05:42 +08:00
Wang Shidong
90f46d2886
Add lang#foxpro layer
...
* Add lang#foxpro layer
* Update
* Update doc
* Update doc
2019-09-26 21:45:02 +08:00
Wang Shidong
bd8f1a0c05
Add lang#idris layer ( #3081 )
2019-09-24 15:59:34 +08:00
Wang Shidong
c67996af37
Add lang#batch layer ( #3079 )
2019-09-23 10:57:29 +08:00
wsdjeg
bb88f4c60a
Update layer list and wiki
2019-09-22 22:15:18 +08:00
Wang Shidong
acef860b2d
Add todo for programming languages ( #2921 )
2019-09-22 21:20:23 +08:00
wsdjeg
79e39174a1
Update Following HEAD
2019-09-18 22:26:15 +08:00
Wang Shidong
27aa5d038b
Release v1.2.0 ( #2947 )
2019-07-18 22:36:59 +08:00
wsdjeg
cdc60d8144
Update Following HEAD
2019-07-16 22:42:30 +08:00
Shidong Wang
573107d7d3
Update Following HEAD page
2019-05-11 14:05:04 +08:00
Wang Shidong
2b3f3b7643
Release v1.1.0 ( #2726 )
...
* Update release script
* Update wiki
* Update img
* Update release page
* Change release page
* Fix resume
* Add Leader f SPC for fzf layer
* Add fzf menu support
* Use o to open dir in defx
* Update roadmap
* Update version
* Update version in script
* Add fzf mru
* Fix spacevim log level
close #2561
2019-04-08 07:46:56 +08:00
Wang Shidong
5e8a168add
fix Vimfiler defx support ( #2691 )
...
* Fix SPC j d
* Fix windisk for defx
* Add s t key binding for defx
* remove key binding
* Fix wiki
2019-03-23 21:22:13 +08:00
Shidong Wang
6db3302235
Update Following HEAD page
2019-03-04 21:26:48 +08:00
Wang Shidong
f507c2cf84
Change: rename tags layer && improve cscope layer ( #2509 )
2019-02-02 22:26:35 +08:00
Wang Shidong
4e063bb322
Fix Resolve in windows ( #2549 )
2019-02-02 21:59:53 +08:00
Shidong Wang
f11b6b525e
Update following HEAD page
2019-01-21 22:58:28 +08:00
Wang Shidong
b448b0a40f
Add plugin for git log ( #1963 )
...
Impore the git transtate key binding, and add a plugin for view git log.
2019-01-01 06:43:33 -06:00
Wang Shidong
e06ec9bcbd
Add script to generate followHEAD page ( #2391 )
2018-12-29 09:43:50 -06:00
Shidong Wang
f06abb5da4
Fix type in wiki
...
the next version of SpaceVim is v1.1.0
2018-12-29 13:11:30 +08:00
Wang Shidong
1d38703374
Fix preview in flygrep ( #2256 )
2018-12-28 21:13:55 -06:00
Wang Shidong
648f010cf3
Add some log for flygrep ( #2388 )
...
* add some debug info for flygrep
* new feature: hide cursor when using gvim
2018-12-28 09:48:18 -06:00
Aaron Boushley
b0aa2f2aa3
Rework faq.md phrasing.
...
Also update scala.md.
2018-12-27 10:20:49 -07:00
Dyno Fu
119418756b
[issue#2367]: clear rootDir cache after rooter pattern changed ( #2370 )
...
> SpaceVim will try to find root before loadding custom config,
> so that is why It can not find your project root. yes, if the
> project rooter patterns is change the cache should be cleared.
The fix here is create a shadow copy of
`g:spacevim_project_rooter_pattern` and if user changed it should
be different from the shadow version, we clear the cache and sync
them again.
2018-12-27 09:18:29 -06:00
Wang Shidong
44a8af57b9
Release v1.0.0 ( #2377 )
2018-12-25 22:04:36 +08:00
Wang Shidong
df4810fa80
Change default font ( #2373 )
...
* Add function for close and reopen issue
* Fix font configuration
* Add fonts link
* Update wiki
2018-12-23 21:55:41 +08:00
Wang Shidong
37bde366dc
Fix vimdoc support in windows ( #2372 )
...
* Fix vimdoc support in windows
ref:
- https://github.com/neovim/neovim/issues/9391
- https://github.com/google/vimdoc/issues/106
* Update wiki
2018-12-23 10:58:16 +08:00
Wang Shidong
ecab6eb52b
Fix flygerp support in windows ( #2371 )
...
* Fix flygerp support in windows
* Fix path
* Add option for config command line prompt
Add new SpaceVim option commandline_prompt, this option is for
changging denite and flygrep command line prompt, by default it is
➭
* Remove spacevim before prompt
* Add getjumplist compatible function
* Update getjumplist function
* Implement split max func
* Update test
* Fix compatible function
* Fix rg support in flygrep_windows
in window and neovim-qt, rg need a '.' at the end if no dir specific
* Fix ag support
* Update wiki
* Update notes
* Add note for install rg and ag in windows
2018-12-22 22:18:19 +08:00
Wang Shidong
00804a6565
Add log for generate config ( #2369 )
...
* Add log for generating config
* Log bootstrap after error
* Update wiki
2018-12-21 23:26:34 +08:00
Shidong Wang
8710393b4b
Update following HEAD page
2018-12-20 23:21:39 +08:00
Sarunas Valaskevicius
a3f48a198a
update release notes
2018-12-19 16:05:36 +00:00
Shidong Wang
5a5cd8280b
Update wiki
2018-12-19 23:00:38 +08:00
Viacheslav Lotsmanov
ad934b5d99
Fixed regex in SpaceVimFlyGrep syntax file ( #2363 )
...
* Fixed regex in SpaceVimFlyGrep syntax file
Second number (column?) may not be presented in the FlyGrep output.
* Following-HEAD.md: Added FlyGrep syntax fix
2018-12-19 22:30:23 +08:00
Shidong Wang
1b1485dc49
Update wiki
2018-12-19 00:13:12 +08:00
Wang Shidong
e16572ef1e
Lang vim eval cursor ( #2358 )
2018-12-18 23:27:38 +08:00
Viacheslav Lotsmanov
7309a28ff1
Detach syntax file for FlyGrep ( #2353 )
...
* Detech syntax file for FlyGrep
To fix syntax highlight for FlyGrep apart from SpaceVim
* Following-HEAD.md: added FlyGrep syntax fix
2018-12-17 07:57:24 +08:00
Wang Shidong
8989f86023
Add function for get sid ( #2350 )
...
* Add function for get sid
* Add sid func
* Update wiki
2018-12-16 23:10:59 +08:00
Shidong Wang
b34febce91
Update wiki for #2351
2018-12-16 22:38:43 +08:00
Wang Shidong
4a8b762c41
Fix dein-ui errors ( #2352 )
...
* Fix dein
* Update wiki for dein ui
close https://github.com/wsdjeg/dein-ui.vim/issues/3
2018-12-16 20:28:55 +08:00
Shidong Wang
40c64edc15
Update wiki
2018-12-16 13:30:20 +08:00
Wang Shidong
83d13ea59c
Add findstr support for flygrep ( #2344 )
...
* Add findstr support for flygrep
* Add key binding for findstr
* Simple support
* Update doc
* Update wiki
2018-12-15 14:16:11 +08:00
Wang Shidong
8893d9bebf
Fix comment key binding ( #2340 )
...
* Fix comment key binding
* Fix comment paragraphs key bindings
* Update wiki
2018-12-14 09:59:25 +08:00