1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:40:06 +08:00
Commit Graph

2774 Commits

Author SHA1 Message Date
wsdjeg
04b0565e33 Fix flygrep 2018-01-23 23:32:14 +08:00
wsdjeg
e2ae5b0cb9 Fix grep 2018-01-23 23:32:14 +08:00
wsdjeg
b56ec04ea9 Implement all key bindings for SPC s * 2018-01-23 23:32:14 +08:00
wsdjeg
4a56eda631 Add support for SPC s F 2018-01-23 23:32:14 +08:00
wsdjeg
6f5bdefbed Add support searching in another dir 2018-01-23 23:32:14 +08:00
wsdjeg
7f4da473b4 Add dir support 2018-01-23 23:32:14 +08:00
wsdjeg
8896c319b8 Add support flygrep in current file 2018-01-23 23:32:14 +08:00
wsdjeg
8d334d673c Update flygrep statusline 2018-01-23 23:32:14 +08:00
wsdjeg
0c8dfce05f Display filename with match 2018-01-23 23:32:14 +08:00
wsdjeg
fa9214cd49 Add support for grep in loaded buffers 2018-01-23 23:32:14 +08:00
wsdjeg
9ae4c3e476 Improve searching tools 2018-01-23 23:32:14 +08:00
Wang Shidong
d95b2d10f6
Merge pull request #1316 from tracyone/add_calc
tools:add VimCalc plugin
2018-01-23 22:10:47 +08:00
tracyone
916ba4d7ac tools:add VimCalc plugin
SPC + ac open calculator

change:
SPC + al open calendar
2018-01-23 21:52:56 +08:00
Gabriel
64b234207d
Merge pull request #1315 from Gabirel/hotfix-windows
Hotfix in windows 7
2018-01-22 21:19:10 +08:00
Gabriel
a664d49220 Fix update command in install.cmd 2018-01-22 20:59:17 +08:00
Gabriel
a064dc0d27 Revert quote type 2018-01-22 14:23:15 +08:00
Gabriel
fd893d9dcc Make 'Pause' compatible in win7 2018-01-22 14:14:06 +08:00
Gabriel
0bb2e0ee19 Get rid of red errors 2018-01-22 14:10:04 +08:00
Wang Shidong
81d2fa93d1
Merge pull request #1313 from wsdjeg/html
Fix main.css
2018-01-21 08:12:37 -06:00
wsdjeg
5d4568eb2d Fix main.css 2018-01-21 22:05:22 +08:00
Wang Shidong
9d75edbb0c
Merge pull request #1312 from wsdjeg/html
Website improvement
2018-01-21 08:02:45 -06:00
wsdjeg
35d76d8014 Fix inline css 2018-01-21 21:24:29 +08:00
wsdjeg
37b4dbff4c Improve html 2018-01-21 21:07:35 +08:00
wsdjeg
65537ac046 Update wiki script 2018-01-21 02:03:25 -06:00
wsdjeg
492929e89c Update doc 2018-01-21 02:03:25 -06:00
wsdjeg
5e574560cf Update development workflow 2018-01-21 02:03:25 -06:00
Gabriel
97ffd5c4c6 Reformart as <Space> in install.cmd (#1310)
* Reformart as <Space> in install.cmd
2018-01-21 01:09:08 -06:00
Wang Shidong
b9de7b6d01
Merge pull request #1309 from wsdjeg/wiki
Automatically generate Wiki from ci
2018-01-21 00:26:57 -06:00
wsdjeg
a2fd78faa3 Update wiki 2018-01-21 13:51:12 +08:00
wsdjeg
5755264259 Update wiki home 2018-01-21 13:49:06 +08:00
wsdjeg
610caee9fe Merge branch 'roadmap' 2018-01-21 13:01:55 +08:00
wsdjeg
b798c0f8fe Update link of Contributing to Neovim 2018-01-21 13:01:15 +08:00
wsdjeg
b8a64d5ebd Update wiki 2018-01-21 12:47:42 +08:00
Wang Shidong
241768ffa5
Merge pull request #1303 from SpaceVim/hotfix/fix-vimfiler-load
Fix an issue of Vimfiler
2018-01-20 22:33:44 -06:00
wsdjeg
2e6d28905d Remove content from contrubuting to website 2018-01-21 12:17:59 +08:00
Seong Yong-ju
1f68ccdb19
Merge branch 'master' into hotfix/fix-vimfiler-load 2018-01-21 11:01:20 +09:00
wsdjeg
2dc869a344 Fix title 2018-01-21 00:36:12 +08:00
wsdjeg
0707a226e0 Remove h1 2018-01-21 00:11:09 +08:00
wsdjeg
68a06bcc34 Fix title 2018-01-20 23:54:55 +08:00
Wang Shidong
5b94973a08
Merge pull request #1302 from SpaceVim/CODEOWNERS
Add CODEOWNERS
2018-01-20 09:18:27 -06:00
Wang Shidong
cb0264fb18
Merge pull request #1304 from SpaceVim/github_page_checks
Add github/page check
2018-01-20 09:10:05 -06:00
wsdjeg
96d51c5f94 Add install script for jekyll 2018-01-20 22:50:39 +08:00
wsdjeg
89ad327641 Add github/page check 2018-01-20 22:40:48 +08:00
Seong Yong-ju
43f8bc59a2 Fix an issue of Vimfiler
Fix an issue Vimfiler won't be loaded in some situations
* Add `VimFilerBufferDir` to dein option `on_cmd`
2018-01-20 22:43:28 +09:00
wsdjeg
6dd3e96faf Add respons.js 2018-01-20 20:52:05 +08:00
wsdjeg
9831ee0fd8 Update wiki 2018-01-20 20:41:56 +08:00
wsdjeg
3bd70da4bd Add CODEOWNERS 2018-01-20 20:16:47 +08:00
Wang Shidong
5dec98119c
Merge pull request #1299 from sei40kr/feature/python-docstring
Add vim-pydocstring
2018-01-20 06:06:46 -06:00
Wang Shidong
60a55965d1
Merge branch 'master' into feature/python-docstring 2018-01-20 06:06:32 -06:00
wsdjeg
5a607e5715 Fix lint 2018-01-20 19:52:41 +08:00