Tae Won Ha
18f0e04621
Update release notes
2018-07-04 22:21:28 +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
8504bdbba8
Refactor nvim launching
...
- First execute env in login shell and use the resulting env vars to launch nvim
2018-07-03 07:47:58 +02:00
Tae Won Ha
36b0359ae1
Bump appcast(s) to v0.24.0-282
2018-07-02 19:16:46 +02:00
Tae Won Ha
99c2a17806
Bump version: v0.24.0-282
2018-07-02 19:14:15 +02:00
Tae Won Ha
6efbde0235
Update release notes
2018-07-02 19:04:46 +02:00
Tae Won Ha
9f1ebd7b1e
Update release notes
2018-07-01 16:38:21 +02:00
Tae Won Ha
785e669621
Handle --wait correctly when opening file
2018-07-01 16:34:41 +02:00
Tae Won Ha
5080ff9d1f
Update release notes
2018-07-01 15:37:00 +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
018d3ee411
GH-653 Update release notes
2018-07-01 11:22:56 +02:00
Tae Won Ha
f5c20f1569
Bump appcast(s) to SNAPSHOT-281
2018-07-01 11:18:57 +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
35a992c054
Bump appcast(s) to SNAPSHOT-280
2018-06-12 21:19:48 +02:00
Tae Won Ha
8bdd60d81b
Bump version: snapshot/280
2018-06-12 21:17:12 +02:00
Tae Won Ha
a0e8a6e2a2
Update deps and release notes
2018-06-12 21:09:18 +02:00
Tae Won Ha
42d61eefd2
Generate sources
2018-06-12 20:58:02 +02:00
Tae Won Ha
6b420cd851
Update neovim
2018-06-12 20:57:18 +02:00
Tae Won Ha
87314c28d0
Update neovim
2018-06-10 22:12:00 +02:00
Tae Won Ha
65b21b4005
Update neovim
2018-06-03 21:53:43 +02:00
Tae Won Ha
3489408bb2
Update neovim
2018-05-30 22:44:29 +02:00
Tae Won Ha
3f58bb0e72
Merge remote-tracking branch 'origin/develop' into update-neovim
2018-05-27 07:47:34 +02:00
Tae Won Ha
c7c391a2c5
Bump appcast(s) to SNAPSHOT-279
2018-05-26 14:43:53 +02:00
Tae Won Ha
8240db4383
Bump version: snapshot/279
2018-05-26 14:41:18 +02:00
Tae Won Ha
79e374f36f
GH-402 Update release notes
2018-05-26 11:47:26 +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
e0679d37ad
Merge remote-tracking branch 'origin/develop' into update-neovim
...
Conflicts:
NvimView/NvimView/NvimAutoCommandEvent.generated.swift
2018-05-26 09:26:29 +02:00
Tae Won Ha
d278672d36
Update neovim
2018-05-26 09:23:08 +02:00
Tae Won Ha
504c27c1e1
Refactor slightly
2018-05-21 21:42:33 +02:00
Tae Won Ha
a3d9bfe34e
Refactor slightly
2018-05-21 21:30:19 +02:00
Tae Won Ha
8b103bbd0a
Update deps
2018-05-19 22:56:51 +02:00
Tae Won Ha
f9591ee023
Streamline source generation script
2018-05-19 22:33:43 +02:00
Tae Won Ha
6303758b05
Merge remote-tracking branch 'origin/develop' into update-neovim
2018-05-19 21:44:25 +02:00
Tae Won Ha
de4eca0afb
Bump appcast(s) to SNAPSHOT-278
2018-05-19 21:44:14 +02:00
Tae Won Ha
7225d92f0c
Bump version: snapshot/278
2018-05-19 21:41:53 +02:00
Tae Won Ha
69a1a05b92
Update neovim
2018-05-19 21:40:00 +02:00
Tae Won Ha
83a2ac3370
GH-636 Update release notes
2018-05-19 21:33:27 +02:00
Tae Won Ha
d4bae4e150
GH-636 Fix double cursor in terminal
2018-05-19 21:32:07 +02:00
Tae Won Ha
ca84142c29
Create a new sbuffer when sending a msg
2018-05-19 19:06:23 +02:00
Tae Won Ha
3c4d3414c2
Update neovim
2018-05-17 23:05:38 +02:00
Tae Won Ha
9797c4f1a8
Merge remote-tracking branch 'origin/develop' into update-neovim
2018-05-17 23:04:46 +02:00
Tae Won Ha
b55c7eb65c
Update release notes
2018-05-14 22:12:11 +02:00
Tae Won Ha
d964c96df8
Use LuaJIT again.
...
RTFM: Add
```
-pagezero_size 10000 -image_base 100000000
```
when linking. (http://luajit.org/install.html )
2018-05-14 22:08:51 +02:00
Tae Won Ha
2881f41432
Fix merge conflict resolution
2018-05-13 18:54:08 +02:00
Tae Won Ha
beae0d6a58
Use msgpack for optionSet
2018-05-13 18:45:21 +02:00
Tae Won Ha
52e3401760
Merge remote-tracking branch 'origin/develop' into update-neovim
2018-05-13 18:24:26 +02:00
Tae Won Ha
fb97017758
Update neovim
2018-05-13 17:37:51 +02:00
Tae Won Ha
ab5078d173
Bump appcast(s) to SNAPSHOT-277
2018-05-13 17:19:23 +02:00