Skip to content

fix: use copy row offsets for word motions (#91) #262

fix: use copy row offsets for word motions (#91)

fix: use copy row offsets for word motions (#91) #262

Workflow file for this run

name: CI
on:
push:
branches: [ocv]
pull_request:
branches: [ocv]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-bun
- name: Run vim tests
run: bun test test/cli/tui/vim-motions.test.ts
working-directory: packages/opencode