wsdjeg
|
9484ac6fb9
|
fix(gitter): skip space when debug
|
2022-05-02 00:25:28 +08:00 |
|
wsdjeg
|
dd165bd78d
|
feat(chat): complete channels regardless of case
|
2022-05-02 00:15:44 +08:00 |
|
wsdjeg
|
c37ac8e848
|
feat(chat): redraw screen in while loop
the message window does not update when scroll screen
|
2022-05-01 23:48:09 +08:00 |
|
wsdjeg
|
7c235b6276
|
feat(chat): make shift-space return space in insert mode
|
2022-05-01 23:12:47 +08:00 |
|
wsdjeg
|
22634b2edb
|
docs(chat): update vim-chat readme
|
2022-05-01 17:34:53 +08:00 |
|
wsdjeg
|
96144d6256
|
feat(chat): support paste from register
|
2022-05-01 17:10:44 +08:00 |
|
wsdjeg
|
b90535ae1f
|
fix(chat): skip spaces after server commands
|
2022-05-01 16:06:59 +08:00 |
|
wsdjeg
|
552e844ef8
|
feat(chat): remove redraw to avoid flickering the screen
|
2022-05-01 15:59:02 +08:00 |
|
wsdjeg
|
5d103f7984
|
feat(chat): complete username after @
|
2022-05-01 15:32:52 +08:00 |
|
wsdjeg
|
ff1f770ca9
|
feat(chat): support ScrollWheelDown and ScrollWheelUp
|
2022-05-01 14:51:32 +08:00 |
|
wsdjeg
|
99b5771285
|
feat(chat): support push multiple messages
|
2022-05-01 14:13:34 +08:00 |
|
wsdjeg
|
bb9d83beb4
|
feat(chat): complete channel with ignorecase
|
2022-05-01 13:24:11 +08:00 |
|
wsdjeg
|
1551d4f750
|
feat(chat): support ctrl-w to delete word
|
2022-05-01 13:16:08 +08:00 |
|
wsdjeg
|
87cce99383
|
pref(chat): disable cursorline & update buffer content once
|
2022-05-01 11:55:31 +08:00 |
|
wsdjeg
|
21264bdcb3
|
feat(chat): highlight VimChatPing
|
2022-05-01 11:26:36 +08:00 |
|
wsdjeg
|
5b0495059d
|
feat(gitter): highlight remote nick
|
2022-05-01 01:50:22 +08:00 |
|
wsdjeg
|
3f214bdd6d
|
fix(gitter): support multiple line message
|
2022-05-01 01:22:28 +08:00 |
|
wsdjeg
|
3aa8a094c5
|
pref(chat): fix vimchat ui syntax highlight
|
2022-05-01 00:03:46 +08:00 |
|
wsdjeg
|
3fb1bba91f
|
feat(chat): improve vimchat ui
|
2022-04-30 23:52:33 +08:00 |
|
wsdjeg
|
b3fa6a1356
|
feat(gitter): check notification setting of a room
|
2022-04-30 22:20:58 +08:00 |
|
wsdjeg
|
83fc0188ba
|
fix(curl): use bundle curl instead of windows's
|
2022-04-30 20:56:58 +08:00 |
|
wsdjeg
|
7b32f1a23d
|
feat(gitter): use list instead of string
|
2022-04-30 19:33:29 +08:00 |
|
wsdjeg
|
3bff3f833d
|
fix(chat): fix next/previous channel
|
2022-04-30 19:12:07 +08:00 |
|
wsdjeg
|
2fc1389cce
|
fix(indent): fix indent
|
2022-04-30 19:02:32 +08:00 |
|
wsdjeg
|
59770a07b8
|
feat(chat): switch to next/previous channel
|
2022-04-30 18:42:26 +08:00 |
|
Wang Shidong
|
feb355f905
|
feat(chat): improve gitter support
|
2022-04-30 18:05:52 +08:00 |
|
wsdjeg
|
92b247e6c7
|
fix(gitter): support other gitter room
|
2022-04-30 13:45:27 +08:00 |
|
wsdjeg
|
d3d49b2a8b
|
feat(gitter): complete gitter rooms
|
2022-04-30 13:16:59 +08:00 |
|
wsdjeg
|
f0912bb7dd
|
feat(chat): complete channels
|
2022-04-30 11:23:27 +08:00 |
|
wsdjeg
|
ac44f30ec4
|
feat(chat): complete build-in protocol
|
2022-04-30 10:56:34 +08:00 |
|
wsdjeg
|
5aba3f35d6
|
fix(chat): fix command completion
|
2022-04-30 10:45:31 +08:00 |
|
wsdjeg
|
739d59780d
|
fix(chat): use :close to quit
|
2022-04-30 10:06:57 +08:00 |
|
Wang Shidong
|
2b2a6afd7a
|
feat(gitter): add gitter client
|
2022-04-30 02:03:01 +08:00 |
|
Shidong Wang
|
d969cf80f6
|
refactor(chat): remove debug function
|
2021-10-28 17:03:52 +08:00 |
|
Shidong Wang
|
417403749e
|
fix(chat): fix message handler
|
2021-10-27 00:56:10 +08:00 |
|
Shidong Wang
|
c9411f07f2
|
pref(chat): improve chat layer
|
2021-10-27 00:50:09 +08:00 |
|
Shidong Wang
|
7b77ec76ef
|
fix(chat): fix close windows key binding
|
2021-10-24 23:02:19 +08:00 |
|
Shidong Wang
|
18dd27e200
|
fix(chat): fix server database path
|
2021-10-24 21:55:21 +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
|
b64b80a2bb
|
refactor(chat): use bundle vim-chat plugin
|
2021-10-24 16:25:43 +08:00 |
|