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

874 Commits

Author SHA1 Message Date
Tae Won Ha
e53a9da6bc
Update screenshot 2016-12-01 21:30:31 +01:00
Tae Won Ha
baa6d4b1ae Bump appcast to v0.12.0-SNAPSHOT-20161130.1903-139 2016-11-30 19:12:04 +01:00
Tae Won Ha
e24d4ad85a Bump version: snapshot/v0.12.0-SNAPSHOT-20161130.1903-139 2016-11-30 19:10:20 +01:00
Tae Won Ha
36f9d0e7e8
Increment version 2016-11-30 19:03:34 +01:00
Tae Won Ha
c60321855a
GH-354 Use weak instead of unowned for self in closures.
- According to http://stackoverflow.com/questions/24414998/why-does-weak-self-work-but-unowned-self-break-in-a-swift-closure Swift may crash when [unowned self] is used in closures... Why???
2016-11-30 18:59:12 +01:00
Tae Won Ha
5c8ca29d05 Merge pull request #357 from andreypopp/docs/build-fixes
Mention neovim git submodule in build instructions
2016-11-30 18:52:38 +01:00
Andrey Popp
224e78cfdf
Mention neovim git submodule in build instructions 2016-11-30 12:47:59 +03:00
Tae Won Ha
c0579c71c3 Bump appcast to v0.11.0-138 2016-11-28 19:30:46 +01:00
Tae Won Ha
367f488e68 Bump version: v0.11.0-138 2016-11-28 19:28:56 +01:00
Tae Won Ha
d4f0fef53a
Update release notes 2016-11-28 19:20:39 +01:00
Tae Won Ha
a639249227
Typo 2016-11-27 11:22:08 +01:00
Tae Won Ha
9888020116 Bump appcast to v0.11.0-SNAPSHOT-20161127.1106-137 2016-11-27 11:14:47 +01:00
Tae Won Ha
b291c78ebf Bump version: snapshot/v0.11.0-SNAPSHOT-20161127.1106-137 2016-11-27 11:12:51 +01:00
Tae Won Ha
cb380b0fae
Make the color of the file name white when selected in the buffer list 2016-11-27 11:04:48 +01:00
Tae Won Ha
f64c674e21
Update release notes 2016-11-27 10:17:54 +01:00
Tae Won Ha
d75dfc14cb
Guard against non-cwd-changes...
- Should be fixed.
2016-11-27 10:12:35 +01:00
Tae Won Ha
372a1b4202 Bump appcast to v0.11.0-SNAPSHOT-20161126.2239-136 2016-11-26 22:47:36 +01:00
Tae Won Ha
f69efe14f5 Bump version: snapshot/v0.11.0-SNAPSHOT-20161126.2239-136 2016-11-26 22:45:57 +01:00
Tae Won Ha
0ac8b4249b
GH-351 Update release notes 2016-11-26 22:38:19 +01:00
Tae Won Ha
94423dd375
Merge branch 'issue/351-refactor' into develop 2016-11-26 22:36:29 +01:00
Tae Won Ha
8681e6f8cc
GH-351 Adjust column with after collapsing 2016-11-26 22:32:33 +01:00
Tae Won Ha
6307ee1740
GH-351 Use concurrent map for column width computation 2016-11-26 22:32:33 +01:00
Tae Won Ha
65c342f63c
GH-351 Use concurrent map for column width computation 2016-11-26 22:32:33 +01:00
Tae Won Ha
91255966f1
GH-351 Make update work 2016-11-26 22:32:12 +01:00
Tae Won Ha
8166f0ec72
GH-351 Add substituting to array 2016-11-26 22:32:12 +01:00
Tae Won Ha
bc479d8867
GH-351 Handle deletions 2016-11-26 22:32:07 +01:00
Tae Won Ha
20a64c540c
GH-351 Filter children in one place 2016-11-26 22:31:50 +01:00
Tae Won Ha
e7bd913e2f
GH-351 Add get file browser item for child urls 2016-11-26 22:31:50 +01:00
Tae Won Ha
3d9ccbbc2e
GH-351 Prepare for update implementation 2016-11-26 22:31:50 +01:00
Tae Won Ha
91aa3af3a1
GH-351 Experiment a bit more 2016-11-26 22:31:50 +01:00
Tae Won Ha
51fea10c66
GH-351 Adjust the column width (correctly hopefully) 2016-11-26 22:31:49 +01:00
Tae Won Ha
0a0b1207aa
GH-351 Experiment with outline view 2016-11-26 22:31:44 +01:00
Tae Won Ha
39dcda2050
GH-351 Remove unused methods 2016-11-25 13:52:33 +01:00
Tae Won Ha
eab2b0f882
GH-351 Store expanded state 2016-11-25 13:19:41 +01:00
Tae Won Ha
9df9954088
GH-351 Use an internal model for file browser 2016-11-25 12:02:55 +01:00
Tae Won Ha
4b841e21f0
GH-351 Add child accessors 2016-11-24 23:49:53 +01:00
Tae Won Ha
770b6bb909
GH-351 Add Copyable protocol and let FileItem implement it 2016-11-24 21:07:50 +01:00
Tae Won Ha
f32da5ae81 Bump appcast to v0.11.0-SNAPSHOT-20161124.2022-135 2016-11-24 20:30:26 +01:00
Tae Won Ha
20af9103fa Bump version: snapshot/v0.11.0-SNAPSHOT-20161124.2022-135 2016-11-24 20:28:42 +01:00
Tae Won Ha
bdd9b0b014
GH-297 Reformat 2016-11-24 20:18:43 +01:00
Tae Won Ha
0fea3a6acd
GH-297 Use a bit more detailed error log 2016-11-24 20:18:43 +01:00
Tae Won Ha
af718bc3e5
GH-297 Use url instead of unescaped path in neovim buffer 2016-11-24 20:18:43 +01:00
Tae Won Ha
2dde944a46
GH-297 Handle also paths with spaces 2016-11-24 20:18:43 +01:00
Tae Won Ha
ea9407b5ad
GH-297 Show (reverse) path info in buffer list 2016-11-24 20:18:43 +01:00
Tae Won Ha
c33595b648
GH-297 Swift3'fy some methods 2016-11-24 20:18:43 +01:00
Tae Won Ha
5a4592e035
GH-297 Swift3'fy some methods 2016-11-24 20:18:43 +01:00
Tae Won Ha
ebf4b61a58 Bump appcast to v0.11.0-SNAPSHOT-20161123.2350-134 2016-11-24 00:04:04 +01:00
Tae Won Ha
2c91ee32e1 Bump version: snapshot/v0.11.0-SNAPSHOT-20161123.2350-134 2016-11-24 00:02:10 +01:00
Tae Won Ha
8ad99df14a
GH-297 Add @objc annotation 2016-11-23 23:47:59 +01:00
Tae Won Ha
a4d4ff60bc
Downgrade neovim until jemalloc/jemalloc#494 made it into neovim 2016-11-23 23:43:59 +01:00