1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-30 16:51:59 +03:00
Commit Graph

4007 Commits

Author SHA1 Message Date
Tae Won Ha
315729e05d
Merge pull request #900 from georgealbert/develop
Add support for auto switch IME between normal mode and insert mode
2022-03-07 21:22:38 +01:00
Tae Won Ha
db39dcb31e
Update neovim 2022-03-05 10:58:33 +01:00
Tae Won Ha
91a805d902
Update release notes 2022-03-05 10:55:47 +01:00
Tae Won Ha
7d0a409aab
Add a note about python3 for the CLI tool 2022-03-05 10:54:18 +01:00
Tae Won Ha
1fc62dff78
Merge pull request #899 from imajes/develop
[CHORE] Fix the vimr script to support python3
2022-03-05 10:41:58 +01:00
Tae Won Ha
a677419cca
Update neovim 2 2022-03-05 10:29:56 +01:00
Tae Won Ha
fcc2e5c2da
Update neovim 2022-03-05 10:29:20 +01:00
georgealbert
ec268e5245
Merge branch 'qvacua:develop' into develop 2022-02-19 21:47:54 +08:00
Tae Won Ha
16fd05b06f
Merge branch 'develop' into update-neovim 2022-02-19 10:46:18 +01:00
Tae Won Ha
80945855b8
Update neovim 2022-02-19 10:45:48 +01:00
Tae Won Ha
53c61dec0c
Update neovim 2022-02-13 17:05:48 +01:00
Tae Won Ha
08f2fbd85c
Update RxSwift 2022-02-13 12:48:49 +01:00
Tae Won Ha
d7f721ec0c
Update neovim 2022-02-13 11:45:26 +01:00
Albert
c523a4816e refactor IME switch.
NvimView/NvimView.swift: Add lastMode and currentMode
NvimView/NvimView+UiBridge.swift: Change IME by mode.
2022-02-13 01:01:37 +08:00
Tae Won Ha
7ffdd3bcd0
Update neovim 2022-02-12 16:37:23 +01:00
Tae Won Ha
688a1c5c5d
Merge branch 'develop' into update-neovim 2022-02-12 16:36:36 +01:00
Tae Won Ha
ab3e252267
Update appcast 2022-02-12 16:34:06 +01:00
Tae Won Ha
f2a4164739
Update release notes 2022-02-12 16:24:39 +01:00
Tae Won Ha
884071f733
Update version 2022-02-12 16:22:19 +01:00
Tae Won Ha
4f3a798156
Update neovim 2022-02-12 16:20:24 +01:00
Tae Won Ha
9107d60b71
Update NvimServer version for build 2022-02-12 16:20:09 +01:00
Tae Won Ha
e4dbb81e2e
Update release notes 2022-02-12 12:23:25 +01:00
Tae Won Ha
c30f098340
Merge pull request #895 from atishay/rightMouse
Add Support for Right and Middle Mouse buttons
2022-02-12 12:21:30 +01:00
georgealbert
359b2b582f
* NvimView+UiBridge.swift: set lastImSource when exit from insert mode 2022-02-08 21:48:00 +08:00
georgealbert
e031c7deb2
* NvimView.swift: add var is_insert_mode for ime switch 2022-02-08 21:43:20 +08:00
georgealbert
5964544a04
* NvimView+UIBridge.swift: support ime auto switch between normal and insert mode 2022-02-06 15:37:40 +08:00
georgealbert
8baf408c81
* NvimView.swift: save ime status in vars 2022-02-06 15:35:25 +08:00
James Cox
0994c59fa2
[CHORE] Fix the vimr script to support python3 2022-02-03 16:51:06 -06:00
Tae Won Ha
5c632d5248
Update neovim 2022-01-24 16:35:01 +01:00
Atishay Jain
a39cc580cf Add Support for Right and Middle Mouse buttons 2022-01-20 22:29:58 -08:00
Tae Won Ha
751237cc8f
Forgot to add JSON file 2022-01-11 14:16:30 +01:00
Tae Won Ha
50e10a61cd
Use JSON instead of multiple txt files 2022-01-11 14:11:17 +01:00
Tae Won Ha
cb7b86609b
Remove unused files 2022-01-11 13:42:09 +01:00
Tae Won Ha
c93f03b937
Reformat 2022-01-11 13:24:48 +01:00
Tae Won Ha
190e186264
Add some comment 2022-01-05 23:29:30 +01:00
Tae Won Ha
67e729392d
Use Array(unsafeUninitializedCapacity) 2022-01-05 16:26:01 +01:00
Tae Won Ha
8e6594be5f
Merge pull request #891 from tstromberg/tstromberg-patch-1
README: Mention 'git submodule' commands required to build
2022-01-03 17:41:17 +01:00
Thomas Strömberg
22a71aa01c
Mention 'git submodule' commands required to build 2022-01-03 08:20:18 -08:00
Tae Won Ha
1839187150
Update snapshot appcast, too 2022-01-02 16:41:29 +01:00
Tae Won Ha
ec137846a1
Update appcast 2022-01-02 16:38:26 +01:00
Tae Won Ha
9d42ae4714
Bump version to 0.36.0-20220102.161018 2022-01-02 16:11:16 +01:00
Tae Won Ha
5d2c80c838
Update NvimServer to 0.6.1-0 2022-01-02 16:09:21 +01:00
Tae Won Ha
ac6650751d
Update DEVELOP.md 2022-01-02 15:58:55 +01:00
Tae Won Ha
8b7818a4a9
Update release notes 2022-01-01 12:02:36 +01:00
Tae Won Ha
07c775082c
Merge pull request #876 from imkerberos/fix-cmd-dot-keydown
Fix <Cmd + .> don't trigger keydown event.
2022-01-01 12:00:55 +01:00
Tae Won Ha
5286f800e1
Make DrawerDev compile again 2021-12-24 13:18:35 +01:00
Tae Won Ha
e5d33ec107
Add framerate measurement 2021-12-24 13:11:50 +01:00
Tae Won Ha
3725da6923
Add Airbnb's swiftlint rules 2021-12-24 09:54:18 +01:00
Tae Won Ha
4786aa94bb
Use ClosedRange instead of CountableClosedRange 2021-12-23 22:41:07 +01:00
Tae Won Ha
e63f2ccea6
Reformat 2021-12-23 22:38:43 +01:00