Wang Shidong
11124b59ad
Fix unify path API ( #2553 )
2019-02-03 11:18:51 +08:00
Wang Shidong
6de331d8be
Fix spacevim rtp ( #2550 )
2019-02-03 00:07:31 +08:00
Wang Shidong
f507c2cf84
Change: rename tags layer && improve cscope layer ( #2509 )
2019-02-02 22:26:35 +08:00
Shidong Wang
99212664c7
Remove extra code
2019-02-02 22:01:03 +08:00
Wang Shidong
4e063bb322
Fix Resolve in windows ( #2549 )
2019-02-02 21:59:53 +08:00
Chen Lijun
313a856c7b
Add dein build option for coc.nvim: install server binary automatically ( #2539 )
2019-02-02 14:09:06 +08:00
Wang Shidong
dc899187c3
Add lua stdin support ( #2544 )
2019-02-02 11:14:05 +08:00
Wang Shidong
5d93777010
Fix coffee_stdin support ( #2543 )
...
* Fix coffee_stdin support
* Updtae coffeescript post
2019-02-01 22:01:30 +08:00
Wang Shidong
8391fa1fa8
Add stdin support for python ( #2536 )
...
* Add stdin support for python
* Remove extra line break in stdout
2019-02-01 20:39:07 +08:00
Wang Shidong
b8ac6d1b31
Add stdin support in runner ( #2535 )
...
* Add stdin support in runner
* Add stdin support for javascript
2019-02-01 00:00:16 +08:00
Wang Shidong
8118fab5a8
Improve the javascript layer ( #2529 )
2019-01-30 22:20:22 +08:00
Wang Shidong
f7a1885286
Update statusline after signify updated ( #2528 )
2019-01-30 18:48:18 +08:00
Wang Shidong
a700d516da
Add vim-jsdoc to typescript layer ( #2527 )
...
* Add vim-jsdoc to typescript layer
* Improve typescript layer doc
2019-01-30 14:05:52 +08:00
Shidong Wang
b381aa88bd
Add lsp support for css
...
close #2517
2019-01-29 23:27:59 +08:00
Wang Shidong
d388b33f2f
Add coffeescript suport ( #2521 )
...
* Add coffeescript.vim
* Add lang#coffeescript layer
* Add post
* Update coffee ide post
* Fix image info
* Update coffeescript ide post
* Update layer list
* Fix format
* Fix type in doc
2019-01-29 11:52:51 +08:00
Wang Shidong
ec5b8d0a01
fix vim script lint ( #2519 )
2019-01-28 22:12:37 +08:00
Wang Shidong
eede4cfbe3
Improve data#string api ( #2515 )
...
- add fill_left and fill_middle function
- fix string api doc
- add string api cn doc
2019-01-28 17:50:20 +08:00
Lin Kun
3a74a6bf89
Add: add a new function fill_left. ( #2514 )
...
* Add: add a new function fill_left.
2019-01-27 20:00:13 +08:00
Chen Lijun
6057c257f7
Add: keybinding to open terminal at current file's directory ( #2480 )
2019-01-27 17:22:34 +08:00
Wang Shidong
fa4d25a2eb
Add gtm support ( #2512 )
2019-01-27 16:55:50 +08:00
Lin Kun
771177f4d9
Fixed: fix string len parser ( #2513 )
...
Use strdisplay() instead of strlen.
2019-01-27 13:57:58 +08:00
Lin Kun
7c2e7b7421
Add: add function 'set_justification_to' with it's 3 key bindings. ( #2511 )
2019-01-27 10:59:44 +08:00
Amir Eldor
fec4905fb3
Fix typo in TypeScript layer TSDoc command ( #2510 )
2019-01-27 10:56:37 +08:00
Wang Shidong
dcecba8ea0
Add key binding SPC e e ( #2507 )
2019-01-26 10:26:34 +08:00
ssfjhh
8896332f99
Change: optimize some code. ( #2498 )
...
* Change: optimize some code.
* Fixed: kddp should not be modified.
* Fixed: kddp should not be modified.
2019-01-25 19:19:38 +08:00
ssfjhh
3806d56574
Fixed: extend the patterns. ( #2500 )
...
* Fixed: extend the patterns to match all the right beginning and end of a Vim function defination.
* Fixed: function and endf should be arrounded with blanks.
2019-01-25 19:12:39 +08:00
Wang Shidong
8353ecef68
Add input method support on statusline ( #2496 )
...
* Add input method support on statusline
close #1693
* Update doc
2019-01-24 23:02:09 +08:00
ssfjhh
c3a04d4ebc
Change: modify the function of SPC c L is function. ( #2492 )
...
* Change: SPC c L is function exactly the same as SPC c l, so modify it to 'comment lines' and update the corresponding documentation.
* Doc: add (TODO) to the functions that have not been implemented.
* Fixed: fix the hint for 'SPC c v'.
2019-01-24 21:08:41 +08:00
Wang Shidong
122e80655a
Fix delete file ( #2490 )
2019-01-23 23:02:03 +08:00
Wang Shidong
7bbb69e351
add lang#red layer ( #2486 )
...
* add lang#red layer
* add code runner and repl support
* Add red doc && fix r doc
* Improve layers dev script
* autodoc
2019-01-23 11:23:12 +08:00
Wang Shidong
0346191b88
Improve lang#r layer and doc ( #2485 )
...
* Improve lang#r layer and doc
* add config file
* Add doc
* Add key bindings
2019-01-23 01:00:47 +08:00
Shidong Wang
413ef72c6f
Move xml lua html autocmd to lang layer
2019-01-22 22:24:05 +08:00
Shidong Wang
6234d7379a
Use private var
2019-01-22 22:20:07 +08:00
Shidong Wang
8608b42634
Move jsp autocmd to java layer
2019-01-22 22:18:34 +08:00
Wang Shidong
472b71c085
Add disk explorer for windows ( #2165 )
...
* Add disk explorer for windows
* Update windisk.vim
* Fix windows support
* add key binding
* add functions for manager disk
* Use SPC f d only in windows os
2019-01-22 00:04:36 +08:00
ssfjhh
55b1bd60ef
Add chinese linter to layer chinese ( #2473 )
...
* Add: add plugin wsdjeg/ChineseLinter.vim to layer-chinese.
* Fixed: fix a typo.
2019-01-21 22:19:33 +08:00
Chen Lijun
7638455d9b
Add: zeal layer ( #2469 )
2019-01-21 22:18:53 +08:00
Chen Lijun
d6445c5633
Fix: call fzf#wrap in fzf#run ( #2472 )
...
This allows colors, history, etc. configuration through fzf global variables
to be applied.
2019-01-21 09:07:13 +08:00
Shidong Wang
859aad6cca
Fix repl windows && lua repl command
2019-01-20 23:16:04 +08:00
Wang Shidong
3acb74eb55
Improve lua support ( #2470 )
2019-01-20 20:40:58 +08:00
Shidong Wang
02e6d9d3b0
Hide cursor when open highlight plugin
2019-01-19 19:57:14 +08:00
Shidong Wang
059b9c5875
Fix neovim cmdline
...
ref: https://github.com/neovim/neovim/issues/9524
2019-01-19 19:47:13 +08:00
Shidong Wang
952d15d020
redraw screen after grep
2019-01-17 22:35:36 +08:00
Shidong Wang
f996aed15a
Remove usless code
2019-01-17 22:19:46 +08:00
Shidong Wang
3ca42ad7ec
Fix reg support
2019-01-16 22:08:45 +08:00
飘尘
933ce22076
implment Ctrl-r to paste from register for flygrep ( #2460 )
...
* fix bug for #2214
* add feedargs to mapping dict
* implment Ctrl-r to paste from register for flygrep
* resolve key mapping conflicts
* register detected
2019-01-16 21:48:19 +08:00
Wang Shidong
cdf519867c
Fix perl support ( #2230 )
...
* Fix type
* Use forked perldoc
2019-01-12 21:46:45 +08:00
Wang Shidong
6bfa04a62a
add ctrl - r ( #2436 )
...
* add ctrl - r
* Fix temp
* inscrease codecov
2019-01-12 21:44:31 +08:00
Wang Shidong
81e09ceae9
Improve terminal statusline ( #2453 )
...
* Improve terminal statusline
* Fix rtp
* Fix neovim support
2019-01-12 21:21:22 +08:00
飘尘
01ab9d4805
remember cursor position when switch buffer ( #2454 )
2019-01-12 21:14:29 +08:00
飘尘
38cb377b4b
fix #2448 ( #2450 )
2019-01-10 23:34:46 +08:00
Mike Mazur
e7d90e403c
Fix typo: statuline -> statusline ( #2451 )
2019-01-10 23:34:06 +08:00
Aurélien Lajoie
c8ef6c8d89
Cosmetics, realign text, remove trailing spaces and tabulation ( #2445 )
2019-01-09 21:38:11 +08:00
Chen Lijun
e01c97049e
Improve lang#c layer ( #2440 )
...
* Enhance c/c++ layer
* Update c/c++ layer documentation
2019-01-09 00:37:42 +08:00
Wang Shidong
1b019977b9
Fix runner close job ( #2441 )
2019-01-08 23:36:31 +08:00
Chen Lijun
edaecec3cf
Add: coc.nvim integration enhacements ( #2415 )
...
* Enhance coc.nvim integration
* Update documentation
2019-01-08 22:59:27 +08:00
Wang Shidong
6c26e30c57
Fix windows support ( #2438 )
...
- substitute(a, b, c, d)
\ in c should be change to / in windows
2019-01-08 19:23:50 +08:00
Wang Shidong
b1218c3ac0
Improve statusline support for gina ( #2432 )
...
* Improve statusline support for gina
* Fix codecov
* Add support for gina diff/commit statusline
2019-01-07 23:12:49 +08:00
Shidong Wang
b070ac1750
Fix statusline
2019-01-07 23:03:50 +08:00
Shidong Wang
647e1ef431
Update statusline support for startify
2019-01-07 22:50:40 +08:00
Shidong Wang
6856a266b0
Merge branch 'new'
2019-01-07 21:35:23 +08:00
Lin Kun
04011c2263
Fixed: fix a typo, there should be a \| between >> and \/\/.
2019-01-07 21:34:42 +08:00
Stefan Lendl
e316b9d73e
add mapping to clear quickfix
...
analogous to clearing errors (location list)
<kbd><leader> q c<\kbd>
2019-01-07 11:09:30 +01:00
Wang Shidong
4311c0afbe
Fix lua runner in windows ( #2427 )
...
* Fix lua runner in windows
* Check lua executable
in windows, there are lua lua51 lua52 lua53
2019-01-07 16:40:19 +08:00
Wang Shidong
e70055a8f9
Fix go run support ( #2426 )
...
* Add runner for go
* Change runner for go
2019-01-07 14:22:33 +08:00
Shidong Wang
3b3c791c51
Use unix format
...
close https://github.com/junegunn/vader.vim/issues/186
2019-01-07 09:54:32 +08:00
Wang Shidong
f8b5fca38c
Fix api import ( #2418 )
2019-01-07 09:41:15 +08:00
ssfjhh
bb928a13f5
Fixed: Fix an alignment error and fix the regular expression to match the operator //= in Python. ( #2420 )
2019-01-07 09:23:57 +08:00
Shidong Wang
8d5de60d6b
Fuck the lint
...
ref:
- https://travis-ci.org/SpaceVim/SpaceVim/jobs/475901930
2019-01-06 13:57:07 +08:00
Shidong Wang
d87cb3cafb
Add file head
2019-01-06 13:49:43 +08:00
Wang Shidong
1b7c6b56e6
Add alt file plugin ( #2416 )
2019-01-06 13:36:33 +08:00
Wang Shidong
e1d6f0d883
Website: add vim#command api doc ( #2412 )
2019-01-05 01:55:57 -06:00
Wang Shidong
5ee5c57c8d
Improve shell layer key binding ( #2409 )
...
* Make SPC ' do not close terminal
* Use q to hide shell instead of close terminal
* Update documentation
* Clear the cmdline when toggle shell windows
* Add func to close vimfiler
* Close terminal before close vimfiler
* Cache shell default project root
* Fix shell config
* Fix default shell buffer nr
* Fix ctrl+d in windows cmd
2019-01-04 21:11:31 -06:00
Wang Shidong
8e82c33889
Fix docker support ( #2406 )
...
close #2346
2019-01-02 09:17:31 -06:00
Wang Shidong
23162bc9f0
Improve startup experience ( #1977 )
...
* Override rtp
* Cache has features
* Cache has features
* Cache has features
* Delete provider.vim
* Fix compatible api
* Remove plugins test func
2019-01-02 08:59:41 -06:00
Wang Shidong
b02f4d8f8a
Add format-on-save option ( #2402 )
2019-01-01 08:30:09 -06: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
992584d8b8
Improve runner plugin ( #2397 )
2018-12-31 09:09:35 -06:00
Shidong Wang
ccab94968a
Update job api
2018-12-30 15:50:58 +08:00
Wang Shidong
bc59abdaea
Add option to enable showing full path ( #2393 )
2018-12-30 00:03:47 -06:00
Wang Shidong
44a8acad93
Fix mkdir plugin, ignore error message ( #2392 )
2018-12-29 23:23:53 -06:00
Shidong Wang
e43000775c
Update statusline when write file
2018-12-30 10:15:51 +08:00
Wang Shidong
1d38703374
Fix preview in flygrep ( #2256 )
2018-12-28 21:13:55 -06:00
Shidong Wang
25a50ab365
Enable tagbar error info
2018-12-29 00:39:56 +08: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
Wang Shidong
8514648b6b
Fix debug command ( #2226 )
...
* Fix debug command
* Update checkers layer
2018-12-27 09:31:43 -06: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
Shidong Wang
044f7806c2
Clear cursor highlight when open terminal windows
2018-12-27 22:01:04 +08:00
Wang Shidong
8be2f3919d
Update to v1.1.0-dev ( #2382 )
2018-12-27 07:35:16 -06:00
Wang Shidong
44a8af57b9
Release v1.0.0 ( #2377 )
2018-12-25 22:04:36 +08:00
Shidong Wang
d674eba1ee
Merge branch 'master' of https://github.com/SpaceVim/SpaceVim
2018-12-25 20:41:10 +08:00
Shidong Wang
716e59da54
Fix pt support in windows
2018-12-25 20:40:47 +08:00
Kun Lin
cd14277c51
Fixed: Right align '='.
2018-12-25 16:27:37 +08:00
Shidong Wang
9daf72522a
Add desc for paste from clipboard
...
close #2317
It is hard to change desc after key begining has been definded.
2018-12-23 22:21:15 +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
Shidong Wang
1a74d45f6d
Fix markdown format
2018-12-23 12:13:43 +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
f26245be42
Fix indent in SPVersion
2018-12-21 22:03:05 +08:00