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

2870 Commits

Author SHA1 Message Date
Shidong Wang
ce7652a7ac
feat(lang#vala): add lang#vala layer
close https://github.com/SpaceVim/SpaceVim/issues/4525
2021-11-21 20:48:53 +08:00
Steve Huff
5f37a4014f
fix(core): Handle E319 when Vim was built without language support
E319 means that Vim was built without the feature that supports a given
command (http://vimdoc.sourceforge.net/htmldoc/message.html#E319); if
Vim is built without language support, SpaceVim cannot successfully
load.  this change enables SpaceVim to recover from this error message
and continue loading.

see https://github.com/qvacua/vimr/issues/879 for an example of the
problem that this solves.
2021-11-16 01:07:20 +08:00
Shidong Wang
5c63ce1fec
fix(logger): add SpaceVim#logger#debug function 2021-11-15 22:21:14 +08:00
Shidong Wang
0eb3ee0f90
fix(logger): fix logger debug levels 2021-11-15 22:13:11 +08:00
Shidong Wang
aa95f233a2
feat(logger): add clock info 2021-11-15 21:51:57 +08:00
Shidong Wang
c8c232f4a1
feat(mapping): add help description for SPC f s 2021-11-13 15:39:09 +08:00
Shidong Wang
a84aa78836
style(core): format vim script dictionary 2021-11-13 15:32:08 +08:00
Shidong Wang
0e9127e4dc
feat(lang#toml): add SPC l j to preview toml 2021-11-13 14:16:21 +08:00
Shidong Wang
fcb9f0785a
feat(windisk): add windisk_encoding option 2021-11-12 10:36:47 +08:00
Shidong Wang
76428f5d28
fix(logger): fix logger api 2021-11-05 19:10:16 +08:00
Shidong Wang
3523dd1037
fix(lang#markdown): remove g:mkdp_browserfunc
close https://github.com/SpaceVim/SpaceVim/issues/4500
2021-11-04 20:58:46 +08:00
Shidong Wang
5cd0cb78b0
fix(logger): fix logger debug function 2021-11-04 14:54:06 +08:00
Shidong Wang
290dc34d73
refactor(custom): format custom.vim && update :h SpaceVim-functions 2021-11-04 14:37:30 +08:00
Shidong Wang
e6626bdd37
docs(api): update :h SpaceVim-api-vim-message 2021-11-03 21:31:08 +08:00
Shidong Wang
d4597c97d0
pref(a.vim): change logger level 2021-10-29 21:00:37 +08:00
Shidong Wang
be7d6130d6
feat(logger): add syntax highlighting for runtime log 2021-10-29 20:52:14 +08:00
Shidong Wang
4a2e19fa6a
fix(windisk): fix s:open_disk function 2021-10-29 00:59:53 +08:00
Shidong Wang
1ff40354b3
feat(help): add help description for SPC b d 2021-10-29 00:47:12 +08:00
Shidong Wang
93d8a15363
feat(ssh): change ssh tab name to SSH(user@ip:port) 2021-10-28 17:21:38 +08:00
Shidong Wang
229f66f56c
refactor(guide): add s:get_key_number function 2021-10-28 16:52:42 +08:00
Shidong Wang
0a89a58d51
pref(guide): format g prefix key binding guide 2021-10-28 16:38:42 +08:00
Shidong Wang
cd2fee0a0e
docs(usage): add :h SpaceVim-usage-search-and-replace 2021-10-28 13:46:17 +08:00
danchev
5d9a09751d
fix(lang#python): fix typo in coverage key bindings 2021-10-27 12:45:37 +08:00
Shidong Wang
c9411f07f2
pref(chat): improve chat layer 2021-10-27 00:50:09 +08:00
Shidong Wang
7797732b37
fix(chat): fix chatting server port 2021-10-24 21:33:03 +08:00
Shidong Wang
7916f8067a
pref(chat): improve chat layer 2021-10-24 21:07:19 +08:00
Shidong Wang
fde8b71b41
refactor(chat)!: change chat windows key binding
BREAKING CHANGE: change `SPC a o` to `SPC a h`
2021-10-24 16:51:10 +08:00
Shidong Wang
cd033dd3cc
docs(chat): add :h SpaceVim-layers-chat 2021-10-24 16:45:26 +08:00
Shidong Wang
b64b80a2bb
refactor(chat): use bundle vim-chat plugin 2021-10-24 16:25:43 +08:00
Wang Shidong
6adb53df7b
feat(mail): improve vim-mail plugin 2021-10-24 11:56:24 +08:00
Shidong Wang
5ec1b3beb5
feat(mail): add login & password option 2021-10-23 15:59:22 +08:00
Shidong Wang
31ab74f8be
feat(mail): add mail layer option 2021-10-23 15:51:36 +08:00
Shidong Wang
fa43ef2043
feat(mail): use bundle vim-mail 2021-10-23 15:34:04 +08:00
Shidong Wang
b74dd23e4d
docs(ctrlp): add :h SpaceVim-layers-ctrlp 2021-10-23 15:09:41 +08:00
Shidong Wang
abbc14e100
docs(format): update :h SpaceVim-layers-format 2021-10-23 15:03:05 +08:00
Aron Griffis
04e4b3d121
feat(format): add vim-codefmt support
Co-authored-by: Wang Shidong <wsdjeg@outlook.com>
2021-10-23 14:50:09 +08:00
Shidong Wang
7f41707436
docs(usage): add :h SpaceVim-usage-windows-and-tabs 2021-10-23 11:14:34 +08:00
Shidong Wang
b014a7e6c3
docs(vim#window): fix type in :h SpaceVim-api-vim-window 2021-10-22 23:07:42 +08:00
Shidong Wang
3895d20589
docs(api): add :h SpaceVim-api-time 2021-10-22 23:04:16 +08:00
Shidong Wang
f022462a16
docs(layers): update :h SpaceVim-layers 2021-10-22 22:33:50 +08:00
Shidong Wang
66b253e9ff
fix(core): fix neovim-qt welcome page 2021-10-21 23:11:41 +08:00
Shidong Wang
7f0b6651a4
fix(core): fix parser_argv function
close https://github.com/SpaceVim/SpaceVim/issues/4503
close https://github.com/SpaceVim/SpaceVim/issues/3559
2021-10-21 21:52:38 +08:00
Shidong Wang
f6ac73b175
revert(shell)!: revert key binding <Esc> in terminal mode
Problem: There is no way to send Esc to terminal
Solution: revert Esc in terminal, add ctrl-` key binding to
hide terminal from terminal mode.

merge: https://github.com/SpaceVim/SpaceVim/pull/3170
BREAKING CHANGE: revert key binding `<Esc>` in terminal mode
Co-authored-by: Clément Joly <oss@171819.xyz>
2021-10-17 23:51:28 +08:00
Shidong Wang
a41fc80ee6
fix(ssh): fix layer test 2021-10-17 23:22:08 +08:00
Shidong Wang
cf9b7c08aa
fix(flygrep): save previous windows id
merge: https://github.com/SpaceVim/SpaceVim/pull/4479
Co-authored-by: jsecchiero <secchierojacopo@gmail.com>
2021-10-17 23:11:58 +08:00
Kun Lin
83aa15f1ee
feat(edit): support fullwidth vertical bar
Co-authored-by: Kun Lin <ssfjhh@gmail.com>
2021-10-17 13:16:30 +08:00
Shidong Wang
0d2f90825e
fix(lang#c): fix clang_std option
close https://github.com/SpaceVim/SpaceVim/issues/4335
2021-10-16 23:39:05 +08:00
Shidong Wang
3f8724524d
feat(ssh): add ssh layer 2021-10-16 22:23:53 +08:00
Shidong Wang
63c2bbf5af
fix(flygrep): fix replace mode of flygrep 2021-10-16 17:16:20 +08:00
Shidong Wang
b2d1d74606
refactor(fuzzy)!: change key binding SPC f F
use `SPC f F` to find cursor file in buffer directory

close https://github.com/SpaceVim/SpaceVim/issues/4311
BREAKING CHANGE: change key binding SPC f F
2021-10-16 15:15:53 +08:00