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

373 Commits

Author SHA1 Message Date
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
Tae Won Ha
84bd52bf17
Route help to the wiki 2016-08-26 09:19:40 +02:00
Tae Won Ha
772b824a5e Set snapshot version: 0.9.0-SNAPSHOT-20160825.2258-64 2016-08-25 22:58:30 +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
fb86c67c73 Set snapshot version: 0.9.0-SNAPSHOT-20160825.1621-63 2016-08-25 16:22:20 +02:00
Tae Won Ha
e421b2d387
Update neovim 2016-08-25 16:17:04 +02:00
Tae Won Ha
61b882bdd1
GH-261 Compute the cell correctly when clicked 2016-08-25 16:08:54 +02:00
Tae Won Ha
44377b7011 Set snapshot version: 0.9.0-SNAPSHOT-20160825.1535-62 2016-08-25 15:35:40 +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
afbdff64c3
Refactor slightly 2016-08-25 14:40:36 +02:00
Tae Won Ha
fc2affb75e Update README.md 2016-08-25 11:44:36 +02:00
Tae Won Ha
76794324cc Update README.md 2016-08-25 10:57:49 +02:00
Tae Won Ha
7c22ebd985 Update README.md 2016-08-25 10:46:22 +02:00
Tae Won Ha
c2a93c350c
GH-232 Add copy cli tool screenshot 2016-08-25 10:26:55 +02:00
Tae Won Ha
80a76019af Set snapshot version: 0.9.0-SNAPSHOT-20160825.1015-61 2016-08-25 10:16:05 +02:00
Tae Won Ha
5a133419bd
Merge branch 'experiment/swift-commaneline-tool' 2016-08-25 10:08:41 +02:00
Tae Won Ha
f10dbea35d
GH-232 Experiment with Swift commane line tool 2016-08-25 10:07:51 +02:00