1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-22 05:01:50 +03:00
Commit Graph

28 Commits

Author SHA1 Message Date
Tae Won Ha
101387f3cf
Update RxSwift to 3.0.1 2016-11-08 21:55:09 +01:00
Tae Won Ha
02898e2e98
Merge branch 'issue/322-gcommit-crash' 2016-11-04 20:32:03 +01:00
Tae Won Ha
d6053e5c05
GH-322 Observe subscriptions via MainScheduler 2016-11-03 20:26:29 +01:00
Tae Won Ha
5dc93e1946
Downgrade RxSwift to 3.0.0-rc1 for the time being
- https://github.com/ReactiveX/RxSwift/pull/957
2016-10-25 22:22:20 +02:00
Tae Won Ha
68d29bf320
Update RxSwift to 3.0.0 2016-10-24 22:42:45 +02:00
Tae Won Ha
a2f453af6a
Update RxSwift 2016-10-17 21:44:37 +02:00
Tae Won Ha
6623c66eb5
GH-286 Refactor slightly 2016-10-02 14:11:39 +02:00
Tae Won Ha
46b69882ef
GH-286 Add a stub file browser 2016-10-02 11:28:22 +02:00
Tae Won Ha
411897bea8
GH-227 Guard against empty flat file items 2016-09-25 18:47:53 +02:00
Tae Won Ha
4a41685da6
GH-227 Reformat 2016-09-25 18:47:50 +02:00
Tae Won Ha
784146f361
GH-227 Remove warnings 2016-09-25 18:47:42 +02:00
Tae Won Ha
0f7b564667
GH-227 It compiles, it compiles 2016-09-25 17:50:33 +02:00
Tae Won Ha
849f2a367a
Merge branch 'master' into issue/274-ignore 2016-09-11 14:43:20 +02:00
Tae Won Ha
157541d500
Fix some bugs of open quickly window
- do not scan packages
- do not crash when switching between neovim windows
- do not allow fullscreen
- close when losing focus
2016-09-11 14:41:11 +02:00
Tae Won Ha
828ac1c690
GH-274 Use ignore patterns pref items 2016-09-11 14:28:56 +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
c7fcab1358
GH-264 Refactor slightly 2016-09-07 22:29:35 +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
0bd9511550
GH-264 Add (sync) NeoVimAgent.vimCommandOutput 2016-09-02 23:07:20 +02:00
Tae Won Ha
4b735581fd
GH-264 Add stub open quickly window 2016-09-02 23:05:48 +02:00
Tae Won Ha
ec94566ba9
GH-264 Extract superclasses for components 2016-08-31 22:36:22 +02:00