1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-18 19:21:39 +03:00
Commit Graph

4139 Commits

Author SHA1 Message Date
Tae Won Ha
828ac1c690
GH-274 Use ignore patterns pref items 2016-09-11 14:28:56 +02:00
Tae Won Ha
3a7a5eed2f
GH-274 Add ignore patterns to the general pref data 2016-09-11 10:58:45 +02:00
Tae Won Ha
eafa76cba3
GH-274 Add stub ignore field 2016-09-11 10:58:45 +02:00
Tae Won Ha
893b8d2946 Update README.md 2016-09-10 14:57:56 +02:00
Tae Won Ha
084c287ed9 Set snapshot version: 0.9.0-SNAPSHOT-20160910.0900-70 2016-09-10 09:00:57 +02:00
Tae Won Ha
9dba8a01fa
GH-262 Use -i option for zsh 2016-09-10 08:56:37 +02:00
Tae Won Ha
e5724f27b2 Set snapshot version: 0.9.0-SNAPSHOT-20160909.2233-69 2016-09-09 22:33:34 +02:00
Tae Won Ha
cd2269579f
Merge branch 'issue/262-path' 2016-09-09 22:28:49 +02:00
Tae Won Ha
69867850ac Set snapshot version: 0.9.0-SNAPSHOT-20160909.2031-68 2016-09-09 20:31:49 +02:00
Tae Won Ha
ab458c03a4
GH-271 Remove suspend related code 2016-09-09 20:26:50 +02:00
Tae Won Ha
5f86ba3492
GH-271 Update neovim 2016-09-09 20:25:44 +02:00
Tae Won Ha
865f80292b
GH-262 Use exec instead of eval... -_- 2016-09-09 19:23:06 +02:00
Tae Won Ha
e66442fa7b Update README.md 2016-09-09 12:51:07 +02:00
Tae Won Ha
344b0bcbc2 Set snapshot version: 0.9.0-SNAPSHOT-20160908.2248-67 2016-09-08 22:49:00 +02:00
Tae Won Ha
2a79195bf1
GH-264 Turn off debug menu for release config 2016-09-08 22:38:18 +02:00
Tae Won Ha
0f0ccf542a
GH-264 Play around with scoring 2016-09-08 22:33:55 +02:00
Tae Won Ha
8ea4a958cd
GH-264 Open files and close when main window closes 2016-09-08 22:33:40 +02:00
Tae Won Ha
51a57c8698
GH-264 Fine-tune layout 2016-09-07 22:29:46 +02:00
Tae Won Ha
c5b5707958
GH-264 Monitor and unmonitor urls 2016-09-07 22:29:45 +02:00
Tae Won Ha
74b4740500
GH-264 Call send_dirty_status directly 2016-09-07 22:29:44 +02:00
Tae Won Ha
673e8677e3
GH-264 Use OSSpinLock 2016-09-07 22:29:44 +02:00
Tae Won Ha
122b14f2a2
GH-264 use two separate local.mk 2016-09-07 22:29:44 +02:00
Tae Won Ha
c7fcab1358
GH-264 Refactor slightly 2016-09-07 22:29:35 +02:00
Tae Won Ha
be88e129d7
GH-264 Update neovim 2016-09-07 22:29:32 +02:00
Tae Won Ha
923f07cba6
GH-264 Use NSOperation to filer
- Using NSOperation, we can cancel the filtering better
2016-09-05 23:17:50 +02:00
Tae Won Ha
32e564cd3d
GH-264 Implement filter 2016-09-05 23:15:46 +02:00
Tae Won Ha
c9e4626c32
GH-264 Do not use nvim_command_output
- When compiling with -Os nvim_command_output does not work somehow...
  Dunno why. For -O0 it works...
2016-09-03 22:49:09 +02:00
Tae Won Ha
d227d4f7d1
GH-264 Add cwd to open quickly component 2016-09-02 23:57:39 +02:00
Tae Won Ha
7df9bf82cf
GH-264 Add some convenience extensions 2016-09-02 23:55:19 +02:00
Tae Won Ha
28f59a6efd
GH-264 Add a stub table view 2016-09-02 23:44:05 +02:00
Tae Won Ha
b47f6caf8d
GH-264 Add path control 2016-09-02 23:35:18 +02:00
Tae Won Ha
e5e40dfd04
GH-264 Use DLOG 2016-09-02 23:13:58 +02:00
Tae Won Ha
e7ff9750a1
GH-264 Add a cast (to reduce warning...) 2016-09-02 23:13:04 +02:00
Tae Won Ha
0bd9511550
GH-264 Add (sync) NeoVimAgent.vimCommandOutput 2016-09-02 23:07:20 +02:00
Tae Won Ha
f1b09641fa
GH-264 Update neovim and adapt to new function names 2016-09-02 23:05:54 +02:00
Tae Won Ha
4b735581fd
GH-264 Add stub open quickly window 2016-09-02 23:05:48 +02:00
Tae Won Ha
202baa4469
GH-264 Use RxSwift instead of holding a reference of MainWindowManager in the component 2016-09-01 20:09:00 +02:00
Tae Won Ha
ec94566ba9
GH-264 Extract superclasses for components 2016-08-31 22:36:22 +02:00
Tae Won Ha
e5aae0b346
GH-264 Add credits 2016-08-30 20:49:46 +02:00
Tae Won Ha
d15ee6a2fe
GH-264 Add file items related files and restructure the project a bit 2016-08-30 20:49:46 +02:00
Tae Won Ha
308727a65a
GH-264 Remove Quick and add EonilFileSystemEvents 2016-08-30 20:49:46 +02:00
Tae Won Ha
0ac3c16b60 Set snapshot version: 0.9.0-SNAPSHOT-20160830.1836-66 2016-08-30 18:37:08 +02:00
Tae Won Ha
2f3924b6e5
GH-236, GH-265 Update neovim
- For the time being re-add `gui_running` option.
2016-08-30 18:30:00 +02:00
Tae Won Ha
7eba635e1b Update README.md 2016-08-27 09:11:17 +02:00
Tae Won Ha
c4c21d4312 Update README.md 2016-08-27 09:10:44 +02:00
Tae Won Ha
798058354a
Remove unused stuff 2016-08-26 17:45:58 +02:00
Tae Won Ha
7cccc87f7f Set snapshot version: 0.9.0-SNAPSHOT-20160826.1731-65 2016-08-26 17:31:26 +02:00
Tae Won Ha
137831e367
GH-262 Launch NeoVimServer using login shell. 2016-08-26 17:27:42 +02:00
Tae Won Ha
2de1e90c4c
Update neovim 2016-08-26 15:32:05 +02:00
Tae Won Ha
1c9ccf6e28
GH-260 Use neovim's logging facilities in NeoVimServer 2016-08-26 15:31:30 +02:00