Skip to content

fix(horizontal_motions): handle quoted strings in word boundaries #209

fix(horizontal_motions): handle quoted strings in word boundaries

fix(horizontal_motions): handle quoted strings in word boundaries #209

Workflow file for this run

name: Test
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
nvim-versions: ['stable', 'nightly']
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
name: Plenary Tests
steps:
- name: checkout
uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: ${{ matrix.nvim-versions }}
- name: run tests
run: make test