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

312 Commits

Author SHA1 Message Date
wsdjeg
8365355d74 Update doc for tabline 2017-09-02 22:22:40 +00:00
wsdjeg
960ce39e2d Update doc for statusline 2017-09-02 21:45:55 +00:00
wsdjeg
4a726390fd Update statusline doc 2017-09-02 19:51:51 +00:00
wsdjeg
bc9fe04cec Update config doc 2017-09-01 23:37:20 +00:00
wsdjeg
e73f6e8fc8 Update doc 2017-09-01 23:15:02 +00:00
wsdjeg
28dd7e8125 Update markdown layer doc 2017-08-31 23:03:25 +00:00
wsdjeg
e208f8c83a Update markdown layer setting 2017-08-31 22:32:35 +00:00
wsdjeg
2172053292 Update features 2017-08-29 22:59:00 +00:00
wsdjeg
b7c050799a Update img 2017-08-29 22:00:47 +00:00
wsdjeg
e67065509c Add weixin & zhifubao info 2017-08-29 21:48:00 +00:00
wsdjeg
65f16e6103 copy doc to zh_cn_doc 2017-08-28 22:10:42 +00:00
wsdjeg
dd2f2a4386 Update doc 2017-08-28 21:55:27 +00:00
wsdjeg
81230e790d Add fonts doc 2017-08-28 21:23:16 +00:00
wsdjeg
3500e18f01 Update doc 2017-08-28 20:55:25 +00:00
wsdjeg
d9a5ea0ee1 Update chinese doc 2017-08-27 21:34:48 +00:00
wsdjeg
bb2d69809b Update autocomplete layer 2017-08-26 15:40:20 +00:00
Lewis Cowper
8e7f28f069 fix typo 2017-08-22 10:01:16 +02:00
wsdjeg
dd4598ef0c Update version 2017-08-22 03:45:29 +08:00
techgaun
34d100d683
remove stray chars from documentation 2017-08-20 22:45:58 -05:00
wsdjeg
b41da783e6 Release v0.4.0
FEATURES:
    Add comment mappings #683
    Achievements #677
    Add text manipulation commands #684
    Add text insertion commands #685
    Add CompleteParameter #688
    Toggle cursor position #697
    Add background searching feture #699
    Improve plugin manager #702 #703
    Grep on the fly #705 #709 #714 #717
    Add prompt api #715
    Add web api #726
    Add check requirement script #736
    Add language specified mappings #748
    Improve Java layer #749
    Add project manager mappings #751
    Add plugin for mark active window #755
       (not sure if it will be removed)
    Add help for mappings #756
    Update autocomplete layer doc #759
    Add tags layer #764

FIX:
   Fix vimfiler direction #686
   Fix welcome page #707
   Fix visual SPC #708
   Fix windows support #712
   Fix n/N hl state #720
   Fix guibg parse #723
   Fix unknown option #727
   Fix select mode statusline #737
2017-08-06 04:37:20 +08:00
wsdjeg
2431cd6d50 Update mappings 2017-08-06 00:01:32 +08:00
wsdjeg
0a8ac78a27 Add doc 2017-08-02 06:04:56 +08:00
wsdjeg
dd6440a73b Update git ignore 2017-08-02 05:39:35 +08:00
wsdjeg
bfe54b9af2 Add doc for complete layer 2017-08-01 05:35:21 +08:00
wsdjeg
53de7fce0d complete options 2017-07-30 07:15:13 +08:00
wsdjeg
174fac5c93 Update doc for autocomplete layer 2017-07-30 06:53:54 +08:00
wsdjeg
b6beb72332 Improve lang#java layer 2017-07-29 17:16:23 +08:00
wsdjeg
e68fb5f706 Improve shell layer 2017-07-28 05:22:12 +08:00
wsdjeg
d0d1d729b2 Add project manager mappings
ref: #637
ref: #747
2017-07-27 08:34:22 +08:00
wsdjeg
244d014073 Improve markdown layer
ref: https://github.com/wooorm/remark/issues/281#issuecomment-318073708
2017-07-27 06:52:18 +08:00
wsdjeg
32f5057954 Update java layer doc 2017-07-27 06:34:59 +08:00
wsdjeg
ace15f8292 Update doc for java layer 2017-07-26 06:39:59 +08:00
wsdjeg
4616c0c15c Add todos 2017-07-24 05:56:18 +08:00
wsdjeg
626b4baed6 Fix conflict 2017-07-23 05:58:56 +08:00
wsdjeg
08ee17ab3b Add doc for transient state 2017-07-23 00:07:25 +08:00
wsdjeg
c8c700efe1 Add buffer selection transient state 2017-07-22 22:52:15 +08:00
wsdjeg
5521e64072 Add transient state api 2017-07-22 07:30:17 +08:00
wsdjeg
70bece9367 Auto install packge manager 2017-07-21 06:55:24 +08:00
wsdjeg
aaadf28c98 Add checkRequirements 2017-07-20 05:23:17 +08:00
wsdjeg
b1ebe04d44 Add SPC x c 2017-07-19 07:09:41 +08:00
Wang Shidong
fe170acb61 Merge pull request #730 from kenjitoyama/fix_typo
Fix typo: s/recommenced/recommended/
2017-07-17 10:20:44 +08:00
Daniel Kenji Toyama
9240feafb2 Fix grammar in Install docs. 2017-07-16 21:37:53 -04:00
Daniel Kenji Toyama
33f08e5b0b Fix typo: s/recommenced/recommended/ 2017-07-16 21:28:25 -04:00
wsdjeg
6afd8ce554 Merge dev 2017-07-17 07:47:59 +08:00
wsdjeg
f53fc71e3f Add mappings for changing symbol style 2017-07-17 07:08:53 +08:00
wsdjeg
e7124b8801 Merge branch 'dev' into comment 2017-07-11 03:57:48 +08:00
Wang Shidong
d6f184f2da Grep on the fly (#705)
* Grep on the fly

* Fix screen update

* Fix commands for prompt

* Supprt <BS> in prompt

* Redrew on stdout

* Fix prompt api

* Improve flygrep screen update

* Add function keys for flygrep buffer

* Add statusline support && ignore case

* Add highlight feature

* Fix highlight error

* Ignore FocusLost and FocusGained

* Add prompt mappings

* Add documentation for fly searching

* Update documentation

* Fix lint for flygrep
2017-07-06 21:59:09 +08:00
wsdjeg
6845ac5f74 Fix install script bug with -u option 2017-07-04 00:04:59 +08:00
wsdjeg
317bf128a3 Add uninstall info 2017-07-03 23:53:55 +08:00
wsdjeg
58b6d6f51e Fix usage in script help 2017-07-03 22:12:06 +08:00