1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-21 04:31:32 +03:00
Commit Graph

1014 Commits

Author SHA1 Message Date
Tae Won Ha
a81c5a7d1e
GH-443 Add --line to vimr 2018-07-06 18:03:09 +02:00
Tae Won Ha
0f3ff18642
GH-625 Adapt help text 2018-07-06 12:05:21 +02:00
Tae Won Ha
60924a2d7f
Bump version: snapshot/283 2018-07-04 22:28:58 +02:00
Tae Won Ha
0b511c9358
GH-625 --cur-env should not be passed to neovim 2018-07-04 22:18:51 +02:00
Tae Won Ha
c50439d660
GH-625 Pass env vars from vimr to UI
- Use a temporary json file
2018-07-03 22:20:05 +02:00
Tae Won Ha
99c2a17806
Bump version: v0.24.0-282 2018-07-02 19:14:15 +02:00
Tae Won Ha
785e669621
Handle --wait correctly when opening file 2018-07-01 16:34:41 +02:00
Tae Won Ha
d50e027402
Open cli pipe file as read-write
- When vimr is `Ctrl-C`'ed, then O_WRONLY hangs.
2018-07-01 14:27:56 +02:00
Tae Won Ha
03c754e8cb
Bump version: snapshot/281 2018-07-01 11:16:34 +02:00
Tae Won Ha
6f21044af5
GH-653 Add a quit action
- Since the AppDelegate is the last subscriber to the AppState changes, AppDelegate.hasMainWindows is not yet updated when UiRoot.prepareQuit() is called. It seems that Completable.concat([]) does not complete. By not emitting a quit action in UiRoot in case "Quit after last window closes"-option is turned on, we defer the NSapp.terminate() call to the next tick such that AppDelegate had the time to update AppDelegate.hasMainWindows.
2018-07-01 11:05:13 +02:00
Tae Won Ha
8bdd60d81b
Bump version: snapshot/280 2018-06-12 21:17:12 +02:00
Tae Won Ha
8240db4383
Bump version: snapshot/279 2018-05-26 14:41:18 +02:00
Tae Won Ha
43d5e5e2f9
GH-402 Add file associations
- Copied definitions and icons from MacVim
2018-05-26 11:29:20 +02:00
Tae Won Ha
7225d92f0c
Bump version: snapshot/278 2018-05-19 21:41:53 +02:00
Tae Won Ha
4b8759a6a7
Bump version: snapshot/277 2018-05-13 17:17:13 +02:00
Tae Won Ha
a625873593
Remove dead code 2018-05-11 09:53:16 +02:00
Tae Won Ha
21e3174f3d
Use msgpack also for the message port IPC 2018-05-10 19:33:50 +02:00
Tae Won Ha
a425ab88bd
Update Credits 2018-05-09 23:05:47 +02:00
Tae Won Ha
61b59986f3
Bump version: snapshot/276 2018-05-07 19:21:07 +02:00
Tae Won Ha
95f841b4dd
Wait when quitting 2018-05-06 09:45:12 +02:00
Tae Won Ha
d1a8206f96
Wait till nvim is launched and open files then 2018-05-06 07:57:42 +02:00
Tae Won Ha
7bfb088d20
Refactor slightly 2018-05-05 23:41:21 +02:00
Tae Won Ha
e3f9c494a0
Remove unnec' framework 2018-05-05 21:51:47 +02:00
Tae Won Ha
23c2f0b978
Use RxNeovimApi 2018-05-05 21:46:27 +02:00
Tae Won Ha
c7a759dba4
Merge branch 'develop' into more-rx 2018-05-05 11:29:03 +02:00
Tae Won Ha
e19a6b4736
Merge branch 'master' into develop 2018-05-05 10:37:51 +02:00
Tae Won Ha
a6d00f9817
Bump version: v0.23.0-275 2018-05-05 10:30:03 +02:00
Tae Won Ha
8eb8acaa52
Simplify NvimView API methods 2018-05-05 10:13:00 +02:00
Tae Won Ha
589729049c
Copy additional frameworks for the test target 2018-05-04 14:47:19 +02:00
Tae Won Ha
b3e35b9cac
Merge branch 'develop' into more-rx 2018-05-04 14:41:11 +02:00
Tae Won Ha
4a6a456146
Use framework instead of directly compiling Swifter 2018-05-04 14:35:51 +02:00
Tae Won Ha
f6e110d915
Move framework to the framework group 2018-05-04 14:06:51 +02:00
Tae Won Ha
6f803cb4c6
Use new APIs of message port and msgpack-rpc 2018-05-04 12:50:23 +02:00
Tae Won Ha
7217b54368
Use more RxSwift 2018-05-02 18:17:27 +02:00
Tae Won Ha
1a2f07c878
Adapt to Swift 4.1 2018-04-22 10:39:08 +02:00
Tae Won Ha
0573ecce0e
Adapt to Swift 4.1
- Except the MsgPack API methods: These will be updated in the `update-neovim` branch.
2018-04-22 10:28:36 +02:00
Tae Won Ha
300c401b29
Bump version: snapshot/274 2018-04-15 10:16:44 +02:00
Tae Won Ha
455e69ea22
Merge pull request #638 from laibulle/feat/file_sort
Feat/file sort
2018-04-15 10:09:16 +02:00
Tae Won Ha
f7d945fb59
Bump version: v0.22.0-273 2018-04-15 09:36:28 +02:00
Guillaume Bailleul
6bc6ebb079 remove dead code 2018-04-13 02:28:55 +02:00
Guillaume Bailleul
7a2741be1a remove dead code 2018-04-13 02:27:33 +02:00
Guillaume Bailleul
0f8fdee9ed display folders before files in file browser 2018-04-13 02:25:37 +02:00
Tae Won Ha
4b11b27608
Use recommended Xcode project settings 2018-04-08 14:53:29 +02:00
Tae Won Ha
3b8d0f053a
GH-543 Add some more info text 2018-04-07 14:40:02 +02:00
Tae Won Ha
7116b5dea5
Bump version: snapshot/272 2018-04-07 14:09:38 +02:00
Tae Won Ha
ec4232f6d8
GH-543 Add info field 2018-04-07 12:05:58 +02:00
Tae Won Ha
5870620309
GH-543 Add fields to NvimView and set it in MainWindow 2018-04-06 22:45:36 +02:00
Tae Won Ha
df3e0bf0e8
GH-543 Add Keys pref reducer to context 2018-04-05 21:22:31 +02:00
Tae Won Ha
6a5d114fa4
GH-543 Add Keys preferences reducer 2018-04-05 21:19:04 +02:00
Tae Won Ha
423406adb5
GH-543 Add Keys preferences pane 2018-04-05 21:15:54 +02:00