1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-22 13:11:55 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
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