1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00
Commit Graph

3489 Commits

Author SHA1 Message Date
Tae Won Ha
3a680eb831
Update release notes 2020-08-12 18:57:15 +02:00
Tae Won Ha
c7a333f831
Do not set ${LANG} explicitly to en_US.UTF-8
- paste works without it since we're using the paste API call
2020-08-12 18:55:18 +02:00
Tae Won Ha
c9ba804ca4
Use paste API 2020-08-12 18:50:11 +02:00
Tae Won Ha
ccda659cb1
Use Any instead of AnyObject 2020-08-12 18:39:39 +02:00
Tae Won Ha
6747ce49a8
Update neovim 2020-08-12 18:30:00 +02:00
Tae Won Ha
ab1d5e7814
Update neovim 2020-08-07 07:50:48 +02:00
Tae Won Ha
2a5db9eb03
Include BlueSocket as source files
- It's only needed for msgpack-rpc
2020-08-06 18:20:23 +02:00
Tae Won Ha
df09a23749
Update neovim 2020-07-21 07:31:48 +02:00
Tae Won Ha
03255a6f2b
Add an env var test app 2020-07-12 13:15:21 +02:00
Tae Won Ha
62d4916920 Bump appcast(s) to SNAPSHOT-356 2020-07-09 18:35:41 +02:00
Tae Won Ha
9f7c891080 Bump version: snapshot/356 2020-07-09 18:35:13 +02:00
Tae Won Ha
7885164449
Update release notes 2020-07-09 18:18:50 +02:00
Tae Won Ha
7596eaaf47
Update release notes 2020-07-09 18:18:09 +02:00
Tae Won Ha
7ebf5d4648
Merge pull request #804 from cypheon/feature/cursor-color
Feature: Implement configurable cursor shapes and color (reopened)
2020-07-09 18:16:23 +02:00
Johann Rudloff
9287a73768 Implement feedback from code review 2020-07-09 08:49:42 +02:00
Johann Rudloff
febf85f23d Add defaults for cursor shapes 2020-07-09 08:26:23 +02:00
Johann Rudloff
1deb2a424e Use effective foreground/background from defaultAttrs to correctly take into account reverted background (mostly under cursor) 2020-07-09 08:26:23 +02:00
Johann Rudloff
bcb894acc9 Replace cursor attributes with defaults from current cell to enable correct handling of guibg=NONE and guig=NONE 2020-07-09 08:26:23 +02:00
Johann Rudloff
4be4923fee Change cursor rendering to use configured shape and attribute colors. 2020-07-09 08:26:23 +02:00
Johann Rudloff
9bc6799e45 Make CursorShape Equatable, generate ModeInfo.description lazily. 2020-07-09 08:26:23 +02:00
Johann Rudloff
0c6aa55219 Store received ModeInfo list in NvimView 2020-07-09 08:26:23 +02:00
Johann Rudloff
d8c6ad2b5a Send mode_info_set messages from nvim to UiBridge 2020-07-09 08:26:23 +02:00
Tae Won Ha
e501e87063
Update release notes 2020-07-08 21:51:21 +02:00
Tae Won Ha
e75170150e
Update neovim 2020-07-08 21:50:38 +02:00
Tae Won Ha
8c1207eb5b
Reformat 2020-07-05 20:24:34 +02:00
Tae Won Ha
89233fc47e
Remove unnec' queue 2020-07-05 20:24:06 +02:00
Tae Won Ha
fc0815f9f6
Reformat 2020-07-05 20:21:48 +02:00
Tae Won Ha
6b43c75bae
Reformat 2020-07-05 20:21:36 +02:00
Tae Won Ha
09d861e00f
Refactor slightly 2020-07-05 20:21:05 +02:00
Tae Won Ha
f9c5d4a601
Reformat 2020-07-05 20:17:31 +02:00
Tae Won Ha
c3be5b6441
Refactor slightly
and format with swiftformat
2020-07-05 20:15:42 +02:00
Tae Won Ha
881a3768af Bump appcast(s) to SNAPSHOT-355 2020-07-05 10:56:04 +02:00
Tae Won Ha
60c3e41ba6 Bump version: snapshot/355 2020-07-05 10:55:32 +02:00
Tae Won Ha
3b3f77aba1
Update release notes 2020-07-05 10:40:39 +02:00
Tae Won Ha
7ad104d3e7
Merge remote-tracking branch 'origin/develop' into update-neovim 2020-07-04 17:04:31 +02:00
Tae Won Ha
fc6bc1e302
Adapt to msgpack 1.0.0 2020-07-04 17:04:21 +02:00
Tae Won Ha
f8955ab573
Update neovim 2020-07-04 17:03:42 +02:00
Tae Won Ha
437ec2914a
Merge remote-tracking branch 'origin/develop' into update-neovim 2020-06-30 22:36:11 +02:00
Tae Won Ha
4add1dd75f Bump appcast(s) to v0.33.1-354 2020-06-30 22:35:22 +02:00
Tae Won Ha
3c427ae7af Bump version: v0.33.1-354 2020-06-30 22:34:50 +02:00
Tae Won Ha
65c0ad26e2
Update release notes 2020-06-30 22:21:04 +02:00
Tae Won Ha
a5a5a7462a
Merge remote-tracking branch 'origin/develop' into update-neovim 2020-06-28 11:09:36 +02:00
Tae Won Ha
4fe7a39e54 Bump appcast(s) to SNAPSHOT-353 2020-06-28 11:09:10 +02:00
Tae Won Ha
b954cb490e Bump version: snapshot/353 2020-06-28 11:08:37 +02:00
Tae Won Ha
77baba9202
Update release notes 2020-06-28 10:55:03 +02:00
Tae Won Ha
210976cafd
Always compute flat indices
- simplify code
- fix initial emoji popup misplacement
2020-06-28 10:53:01 +02:00
Tae Won Ha
160b50b753
Update neovim 2020-06-23 22:35:33 +02:00
Tae Won Ha
12bca1634b
Merge remote-tracking branch 'origin/develop' into update-neovim 2020-06-23 20:23:34 +02:00
Tae Won Ha
edb666e72d Bump appcast(s) to SNAPSHOT-352 2020-06-23 20:19:19 +02:00
Tae Won Ha
fdf8cd3cbe Bump version: snapshot/352 2020-06-23 20:18:48 +02:00