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

55 Commits

Author SHA1 Message Date
Tae Won Ha
3090ba83a3
GH-297 Rename callback and add changeBufferList action 2016-11-21 23:13:38 +01:00
Tae Won Ha
c87fde969f
GH-297 Add buffer event 2016-11-21 21:47:31 +01:00
Tae Won Ha
7dcec8a842
Merge branch 'develop' into issue/297-bufferlist 2016-11-21 20:49:51 +01:00
Tae Won Ha
5abe9e95a9
Change timeout to 10 again
- Since changed to 2, I often get no responses... I thought CFTimeInterval was in secs?
2016-11-21 20:36:57 +01:00
Tae Won Ha
831bdff927
GH-297 Reformat 2016-11-20 21:53:22 +01:00
Tae Won Ha
cf62d4b25f
GH-341 Set timeout for the IPC to 2sec. 2016-11-20 12:05:52 +01:00
Tae Won Ha
5b82f0d19e
GH-337 Set LANG in the server
- If we set LANG in NeoVimAgent, strangely, on 10.12 init.vim does not
  get read... (and a folder named ~ gets created in the cwd...)
2016-11-13 14:57:59 +01:00
Tae Won Ha
4aee2cbeb7
GH-337 Temporarily disable LANG 2016-11-12 20:55:48 +01:00
Tae Won Ha
ed5ec0e422
GH-333 Set $LANG to utf-8 for system clipboard 2016-11-11 14:25:58 +01:00
Tae Won Ha
df257ad99e
GH-332 Use combination of normal mode commands to Cmd-V and not
nvim_input
2016-11-11 12:16:37 +01:00
Tae Won Ha
704100bcee
GH-332 Refactor get/set bool option 2016-11-11 12:14:31 +01:00
Tae Won Ha
40a1e9375f
GH-332 Refactor sync result msgs from the server 2016-11-11 12:14:18 +01:00
Tae Won Ha
703201c69f
GH-332 Add get/set bool option 2016-11-10 17:33:37 +01:00
Tae Won Ha
3769633d24
GH-309 Select the neovim window when the file is already open 2016-10-23 19:49:38 +02:00
Tae Won Ha
1750af1ce5
GH-309 Add some more neovim objects 2016-10-22 22:23:10 +02:00
Tae Won Ha
a90b16d976
GH-284 Remove unused param 2016-10-06 19:49:41 +02:00
Tae Won Ha
1614717ba5
GH-262 Add advenced pref pane 2016-09-24 16:31:14 +02:00
Tae Won Ha
828ac1c690
GH-274 Use ignore patterns pref items 2016-09-11 14:28:56 +02:00
Tae Won Ha
9dba8a01fa
GH-262 Use -i option for zsh 2016-09-10 08:56:37 +02:00
Tae Won Ha
865f80292b
GH-262 Use exec instead of eval... -_- 2016-09-09 19:23:06 +02:00
Tae Won Ha
c5b5707958
GH-264 Monitor and unmonitor urls 2016-09-07 22:29:45 +02:00
Tae Won Ha
32e564cd3d
GH-264 Implement filter 2016-09-05 23:15:46 +02:00
Tae Won Ha
0bd9511550
GH-264 Add (sync) NeoVimAgent.vimCommandOutput 2016-09-02 23:07:20 +02:00
Tae Won Ha
798058354a
Remove unused stuff 2016-08-26 17:45:58 +02:00
Tae Won Ha
137831e367
GH-262 Launch NeoVimServer using login shell. 2016-08-26 17:27:42 +02:00
Tae Won Ha
762c1e7267
GH-251, GH-258 Show a warning when there was an error during the initialization of init.vim 2016-08-25 22:52:31 +02:00
Tae Won Ha
a53073e6a0
GH-252 Use different color when drawing cursor
- when bg=dark, then use the foreground
2016-08-25 15:26:45 +02:00
Tae Won Ha
d36967816b
GH-232 Open files from vimr 2016-08-24 23:12:33 +02:00
Tae Won Ha
a236b2c16a
GH-232 Launch neovim synchronously.
- The agent waits till neovim has finished launching. This makes many
  things easier...
2016-08-21 18:43:21 +02:00
Tae Won Ha
49cf51077c
GH-229 Send dirty status when changed to the UI 2016-08-18 23:11:33 +02:00
Tae Won Ha
07a16e6d99
GH-243 Set $PATH when launching neovim 2016-08-18 17:40:41 +02:00
Tae Won Ha
ee8f4fdc06
GH-252 Update cursor when putting 2016-08-15 20:30:44 +02:00
Tae Won Ha
832b05f75f
GH-245 A flag will be sent to agent from server whether there was an error during the initialization. 2016-08-15 16:08:03 +02:00
Tae Won Ha
fcd546d8e7
Check for nil responses 2016-08-13 11:20:03 +02:00
Tae Won Ha
a7716c5c7e
GH-247 Clean up swap files
- Cleaning the swap files are done by `ml_close_all()` in `mch_exit()`
  and now we call it before stopping UI in neovim.
- When all main windows are closed we quit. Using Observable here, but
  it's messy...
2016-08-12 19:37:03 +02:00
Tae Won Ha
e011498299
GH-228 Rename NeoVimTypes to NeoVimBuffer 2016-08-12 15:19:06 +02:00
Tae Won Ha
2055fcb104
GH-228 Refactor slightly 2016-08-12 15:16:43 +02:00
Tae Won Ha
c2e79e0632
GH-228 Add get all buffers 2016-08-12 14:57:38 +02:00
Tae Won Ha
ecc63fbbfe
GH-228 Open files using escaped file name
- Let NeoVim escape the file names.
2016-08-12 10:51:44 +02:00
Tae Won Ha
b539ed86a2
Delete unused stuff (forceRedraw) 2016-08-09 21:54:56 +02:00
Tae Won Ha
ce18e5cdee
GH-226 Implement cut/copy/paste
- cursor drawing is not yet correct
2016-08-04 23:13:40 +02:00
Tae Won Ha
729ba7429a
GH-226 Add Mode enum and use it 2016-08-03 21:34:39 +02:00
Tae Won Ha
89fdab1566
GH-218 Check validity of ports before invalidating 2016-07-18 20:16:56 +02:00
Tae Won Ha
4b4ccd13b3
GH-218 Add hasDirtyDocs()
- Use it to determine whether to close the window or not.
2016-07-18 20:16:56 +02:00
Tae Won Ha
e51c823b17
GH-216 Get rid of almost all cleanUp() methods
- We cannot get rid of -cleanUp of NeoVimAgent since -dealloc does not
  get called unless the run loop has been stopped.
2016-07-17 15:56:36 +02:00
Tae Won Ha
6a66cb877c
GH-216: Implement the stop UI callback
- There was a leak of NeoVimAgent because the thread where the we ran a
  CFRunLoop never stopped. We now stop the run loop explicitly.
2016-07-17 15:49:34 +02:00
Tae Won Ha
4f46e619cf
Rename nvox to VimR
- hopefully we renamed everything
2016-07-12 17:59:01 +02:00
Tae Won Ha
07f0210841
Add some logging 2016-07-10 14:43:26 +02:00
Tae Won Ha
52f528b33b
Use ARC in NeoVimServer 2016-07-10 14:27:28 +02:00
Tae Won Ha
b1af87bc5c
Refactor slightly 2016-07-10 14:10:09 +02:00