Skip to content
This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Commit c0d5160

Browse files
committed
Merge branch 'master' into stable
2 parents adf404a + 11a0db1 commit c0d5160

File tree

225 files changed

+155252
-2085
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+155252
-2085
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<!-- Love oni? Please consider supporting our collective:
2-
👉 https://opencollective.com/oni/donate -->
1+
<!-- Want this issue prioritized? Please consider supporting the project and becoming an insider!
2+
👉 https://www.onivim.io/Insiders -->

.github/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
newIssueWelcomeComment: >
33
Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.
44
backers:
5+
- 78856
6+
- 1359421
7+
- 4650931
58
- 13532591
69
- 5097613
710
- 22454918
@@ -17,3 +20,9 @@ backers:
1720
- 817509
1821
- 163128
1922
- 4762
23+
- 933251
24+
- 3974037
25+
- 141159
26+
- 10263
27+
- 3117205
28+
- 5697723

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,6 @@ yarn.lock
147147

148148
# Webpack stats file
149149
stats.json
150+
151+
# User Notes
152+
.notes

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
[submodule "vim/default/bundle/vim-unimpaired"]
88
path = vim/default/bundle/vim-unimpaired
99
url = https://github.com/tpope/vim-unimpaired
10+
[submodule "vim/default/bundle/vim-surround"]
11+
path = vim/default/bundle/vim-surround
12+
url = https://github.com/tpope/vim-surround.git
1013
[submodule "vim/core/typescript-vim"]
1114
path = vim/core/typescript-vim
1215
url = https://github.com/leafgarland/typescript-vim

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
package.json
22
vim/core/oni-plugin-typescript/package.json
3+
lib/yarn/*

.travis.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ install:
2828
- yarn install
2929
script:
3030
- npm run check-cached-binaries
31+
- ./build/script/install-reason.sh
3132
- ./build/script/travis-build.sh
33+
- travis_wait ./build/script/travis-pack.sh
34+
- ./build/script/travis-test.sh
3235
deploy:
3336
- provider: s3
3437
access_key_id: AKIAIYMATI2CEFTHPBOQ
@@ -42,18 +45,6 @@ deploy:
4245
on:
4346
condition: $TRAVIS_OS_NAME = osx
4447
repo: onivim/oni
45-
- provider: s3
46-
access_key_id: AKIAIYMATI2CEFTHPBOQ
47-
secret_access_key:
48-
secure: S4f/aczEABGAMKk2tmVSkoGx+T2TLPmz5z6x6RKaM+eDmAaVSAELlIj1eAz6Tu2lv3jz+cpyAIISZNC/phORsJWwzbSZHVycLrMG0N3fDTqKFxu1fl6L3b3exRe9SiKXug73ZvHfktzd/XfRcgZKop4qgrwGiM57m0ZuZb/j1LkgjytTuvNAUxXbA84I8LZs/NhY17XuXq+KPlGElIHy3UFoGqQ8pBnTypkIU5rQTsoeAxXLBE8JAFfz+nBGZ7dx6OMbQcKX5jKh/gR3vk+4aTgV8gNE2Zp24ErjSqF2zly/gP9nE2DpfR7jqpZVHnb/v+OEjRDS80tLhPo8Dbibzwt2ZZNADpYBjSGtphwAmq4DCvJ7ORExOB5+O3wmXKQGdItyBTS7sW44n6BTyv87WxWuCaSDQ9QaO9PrbJdN5YGEYeRxSTM7Mn0t72IILkfFCUeSg6fl6tFs9iWIj5zltbxH1GQsRpA8j1Idg4O+894KnQABtw/YKh6rrdeYS9y/100qAjtV6qYyiP2IdPqMWGuasOiz87q3CQ8Ejd7uhiTjAaINVqos+0k04Yf5+rT4MqkeXnYFzjXuXcqDlpq6yJIZv3aD+PMSlZi2WmTYnPJXQFndHo/x9FhEh90UF9WdO5S27ySRSo8XQT4DyL3ToPkqz8y0slNmaNqiqMouQAU=
49-
bucket: oni-builds
50-
local-dir: s3_dist
51-
upload-dir: $TRAVIS_BRANCH
52-
acl: public_read
53-
region: us-west-2
54-
skip_cleanup: true
55-
on:
56-
repo: onivim/oni
5748
- provider: releases
5849
api_key:
5950
secure: AjQUeQNockqkBrVQCOQGyKq+sZ9C4SabSqp/bmXayKTB+7AmM8oohenxC09Sc4/dmIW1PQnDYL/4fjclJSRaywV5oiPqUnfhTveALkKFErmYnhA8oFi3VJYg4Tbszb2lYGITLOluuuAZGw67JZIuuiXzw/yOUfdWTmRCAVGzTmqkPsusYg56L4iRBWDwYQ3mhHsuNKFO7SIx1nJatj5hK9AkDJlcVilpA5IuWLWOHLY7nplFPUPUwMkRd99nifB7ITycbaAX4zLwp2U2wCb2uSTOzsFNfXykksf8AlreH0615Jb+T39/dDwQurDAQE3h+KUH5QhEvRJ1uphkGvx/x6Vn0LkJuSqS5DLeSATmVOVRK2f6AXcymvn/64qxizjlBR7bBoUxM55311qWJNKKk2FYFTAIW5fMzN0MRbaulpnpBwmhnBvd03rOMIghnvClHv2m8Eh5A6ppPnLcl2Vn7jsrqTmMm+PM1ppIWhCpvC7xn4digx1GGHXlYzfHkDxtnHwHcbj+WOkc+j4ha8Os+1ctdT3OJXz5rwW4viorSIhWryK+G36beguXe5YaoeMcK9Vzmb+S0lHdA7RuCWiJ31i/9ZMbzBhLkdcf/wfj9n3mkqmzvc4Uc1NM8FHQ23URsodSHpTdDi7q25Eqge/JP82AqJ2zAWA+QKVg54xCQQc=

BACKERS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ Thanks you to all our backers for making Oni possible!
5656

5757
* @jordwalke
5858
* @mhartington
59+
* @MikaAK
60+
* @emolitor
61+
62+
## VIP Backers via Patreon
63+
64+
* @mikl
5965

6066
## Backers via BountySource
6167

@@ -68,6 +74,10 @@ Thanks you to all our backers for making Oni possible!
6874
* @robtrac
6975
* @rrichardson
7076
* @sbuljac
77+
* @parkerault
78+
* @city41
79+
* @nithesh
80+
* @erandac
7181

7282
## Backers via PayPal
7383

@@ -79,6 +89,18 @@ Thanks you to all our backers for making Oni possible!
7989
* Akinola Sowemimo
8090
* Martijn Arts
8191
* Amadeus Folego
92+
* Kiyoshi Murata
93+
* @Himura2la
94+
95+
## Backers via Patreon
96+
97+
* @bennettrogers
98+
* @muream
99+
* Johnnie Hård
100+
* @robin-pham
101+
* Ryan Campbell
102+
* Balint Fulop
103+
* Quasar Jarosz
82104

83105
<a href="https://opencollective.com/oni/tiers/backer/0/website" target="_blank"><img src="https://opencollective.com/oni/tiers/backer/0/avatar.png"></a>
84106
<a href="https://opencollective.com/oni/tiers/backer/1/website" target="_blank"><img src="https://opencollective.com/oni/tiers/backer/1/avatar.png"></a>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
Oni is an independent, MIT-licensed open source project. Please consider supporting Oni by:
1313

14+
* [Become a backer or sponsor on Patreon](https://www.patreon.com/onivim)
1415
* [Become a backer or sponsor on Open Collective](https://opencollective.com/oni)
1516
* [Become a backer on BountySource](https://www.bountysource.com/teams/oni)
1617

@@ -157,4 +158,5 @@ Bundled plugins have their own license terms. These include:
157158
* [targets.vim](https://github.com/wellle/targets.vim) (`oni/vim/default/bundle/targets.vim`)
158159
* [vim-commentary](https://github.com/tpope/vim-commentary) (`oni/vim/default/bundle/vim-commentary`)
159160
* [vim-unimpaired](https://github.com/tpope/vim-unimpaired) (`oni/vim/default/bundle/vim-unimpaired`)
161+
* [vim-surround](https://github.com/tpope/vim-surround) (`oni/vim/default/bundle/vim-surround`)
160162
* [vim-reasonml](https://github.com/reasonml-editor/vim-reason) (`.vim` files in `oni/vim/core/oni-plugin-reasonml`)

appveyor.yml

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ branches:
99
- master
1010
- /^release.*/
1111

12-
cache:
13-
- "%LOCALAPPDATA%\\Yarn"
14-
1512
platform:
1613
- x86
1714
- x64
@@ -27,7 +24,7 @@ install:
2724
- node --version
2825
- npm --version
2926
# install modules
30-
- yarn install
27+
- yarn install --verbose
3128

3229
artifacts:
3330
- path: dist/*.exe
@@ -50,33 +47,9 @@ deploy:
5047
on:
5148
appveyor_repo_tag: true
5249

53-
- provider: S3
54-
access_key_id: AKIAIYMATI2CEFTHPBOQ
55-
secret_access_key:
56-
secure: brqAO0yA6DSxwRbf7IbbmhvyEoQqSeetdrq4mutR2aaeLJBQu6by4u1Td+wq5Msc
57-
bucket: oni-builds
58-
region: us-west-2
59-
unzip: false
60-
set_public: true
61-
folder: $(APPVEYOR_REPO_BRANCH)
62-
artifact: SetupExe, ProductZip
63-
6450
# Post-install test scripts.
6551
test_script:
66-
# Output useful info for debugging.
67-
- node --version
68-
- npm --version
69-
# build
70-
- npm run build
71-
- npm run lint
72-
- npm run test:unit
73-
# create setup package
74-
- npm run copy-icons
75-
- npm run dist:win
76-
- npm run pack:win
77-
# run integration tests
78-
- npm run test:integration
79-
- npm run demo:screenshot
52+
- powershell build/script/appveyor-test.ps1
8053

8154
# Don't actually build.
8255
build: off

0 commit comments

Comments
 (0)