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

Commit 87c8f48

Browse files
authored
API: Buffer - setLines (#87)
* Get vimBufferSetLines compiling * Implement API * C bindings * Update lockfiles * Fix memory leak * Update pipeline * Bring in new libvim; update setLines test * Update lockfiles * Update hgyiene check to use 0.6.2
1 parent a897319 commit 87c8f48

File tree

29 files changed

+821
-305
lines changed

29 files changed

+821
-305
lines changed

.ci/esy-check-hygiene.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ steps:
44
- task: NodeTool@0
55
inputs:
66
versionSpec: '8.9'
7-
- script: npm install -g esy@0.5.6
8-
displayName: 'npm install -g esy@0.5.6'
7+
- script: npm install -g esy@0.6.2
8+
displayName: 'npm install -g esy@0.6.2'
99
- script: npm install -g clang-format
1010
displayName: 'npm install -g clang-format'
1111
- script: clang-format -i src/*.c

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
displayName: 'Hygiene Checks'
3131
timeoutInMinutes: 0
3232
pool:
33-
vmImage: 'macOS 10.13'
33+
vmImage: 'macOS-10.14'
3434

3535
variables:
3636
STAGING_DIRECTORY: $(Build.StagingDirectory)
@@ -49,7 +49,7 @@ jobs:
4949
- job: MacOS
5050
timeoutInMinutes: 0
5151
pool:
52-
vmImage: 'macOS 10.13'
52+
vmImage: 'macOS-10.14'
5353

5454
variables:
5555
STAGING_DIRECTORY: $(Build.StagingDirectory)

0 commit comments

Comments
 (0)