1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:20:03 +08:00
Commit Graph

475 Commits

Author SHA1 Message Date
wsdjeg
f063f66bb6 Fix install process 2017-04-22 16:08:07 +08:00
wsdjeg
83882ba74f Fix build cwd option catch 2017-04-22 15:42:01 +08:00
wsdjeg
0f88225ab3 Add sync support 2017-04-22 15:30:22 +08:00
wsdjeg
e36df642c8 Fix build 2017-04-22 15:19:13 +08:00
wsdjeg
3e8a2dddc1 Add sync support 2017-04-22 14:44:47 +08:00
wsdjeg
607882765f Fallback to sync system() 2017-04-22 14:03:37 +08:00
wsdjeg
91a1b6027f Use job in neovim or vim8 2017-04-22 13:30:15 +08:00
wsdjeg
8a333a2e8a Add pep8-indent 2017-04-22 12:51:05 +08:00
wsdjeg
b516e9f81c Add space into guide statusline 2017-04-22 08:33:15 +08:00
wsdjeg
2ecd7c1271 Fix gruvbox guide line theme 2017-04-22 08:29:35 +08:00
wsdjeg
c818ea090e Change fg of help msg 2017-04-22 08:26:20 +08:00
wsdjeg
6cf831e692 Reset statusline after undo 2017-04-22 08:21:27 +08:00
wsdjeg
addb138cac Fix clossing window 2017-04-22 08:04:57 +08:00
wsdjeg
6b2cf66ceb Fix undo key 2017-04-22 07:16:22 +08:00
wsdjeg
358ab08da6 Fix statusline 2017-04-22 01:46:31 +08:00
wsdjeg
e2e3ae789d Add undo mode 2017-04-22 01:37:23 +08:00
Javier Tiá
0557d5e904 Add <SPC fW> mapping
Mapping <SPC fW> will save the buffer with sudo privilege.
2017-04-20 22:00:00 -06:00
wsdjeg
11bcb29391 Add windows mapping 2017-04-21 00:24:32 +08:00
wsdjeg
7fb89cadc1 Add groups name to statusline 2017-04-20 22:02:06 +08:00
wsdjeg
51b63a4a18 Fix #452 2017-04-20 19:37:43 +08:00
wsdjeg
c789d6ed03 Add mode config 2017-04-20 19:14:30 +08:00
wsdjeg
70c465086e Add cmdline menu 2017-04-19 22:06:08 +08:00
wsdjeg
7e47a3868d Add question for beginner 2017-04-19 00:33:49 +08:00
wsdjeg
91199f6cc6 Remame desc of [SPC]/ 2017-04-19 00:11:05 +08:00
wsdjeg
cfca2923d4 Add [SPC]Ts for colorschemes 2017-04-19 00:01:51 +08:00
wsdjeg
c354ee5232 Add toggle theme mapping 2017-04-18 23:55:34 +08:00
wsdjeg
32d52c4db5 Fix leader mapping 2017-04-18 22:57:38 +08:00
wsdjeg
39fe17058b Add +files group mappings 2017-04-18 22:31:49 +08:00
wsdjeg
2f7fda525f Add SPC? mapping 2017-04-18 22:04:56 +08:00
wsdjeg
fd3a26beff Add flag for space mapping 2017-04-18 21:39:09 +08:00
wsdjeg
ed6d162dda Use unite shellcmd output 2017-04-18 00:01:34 +08:00
wsdjeg
c51a60d586 Add shell cmd mapping 2017-04-17 23:52:59 +08:00
wsdjeg
1f16e7b9aa Add errors mappings 2017-04-17 23:41:01 +08:00
wsdjeg
bec852e1e0 Add vim calendar 2017-04-17 21:41:06 +08:00
wsdjeg
a381ad8cc2 Add windows mapping 2017-04-17 21:07:39 +08:00
wsdjeg
75cffccad6 Improve space mapping 2017-04-17 20:40:13 +08:00
wsdjeg
c7e16fad03 Add space prefix mapping 2017-04-17 00:20:51 +08:00
wsdjeg
859182900b Fix #444 2017-04-16 22:41:18 +08:00
wsdjeg
13b22a601f Recover nvim or +python support 2017-04-16 19:38:20 +08:00
wsdjeg
a076a6aec0 Fix #442 2017-04-16 19:36:35 +08:00
wsdjeg
3d1894b268 Use vim without python support 2017-04-16 19:30:29 +08:00
wsdjeg
899719b723 Fix VertSplit of gruvbox 2017-04-16 19:00:24 +08:00
wsdjeg
ac25743682 Mark in progress plugins 2017-04-15 22:47:23 +08:00
wsdjeg
d4b8131be0 Mark failed plugins 2017-04-15 22:39:53 +08:00
wsdjeg
ee8c3a4c55 Fix building progress 2017-04-15 22:36:58 +08:00
wsdjeg
1191ebf102 Fix updated count 2017-04-15 22:15:13 +08:00
wsdjeg
b756d06521 Fix resume windows 2017-04-15 21:20:53 +08:00
wsdjeg
4994ed7596 Fix job api 2017-04-15 13:39:38 +08:00
wsdjeg
1f6f036282 Merge branch 'plugin_opt' into dev 2017-04-15 10:52:23 +08:00
wsdjeg
b7265ab90f Add support cwd option for vim job
https://github.com/vim/vim/issues/1024
https://github.com/neomake/neomake/pull/575/files#diff-1ceaba5126b0cf477e72f87cb2767af0

before vim's job support cwd option, we use `cd` to implement this
feature.
2017-04-15 10:49:31 +08:00