File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 99 - name : Run tests
1010 run : cd test && ./run-tests
1111 shell : bash
12+ test-new :
13+ runs-on : ubuntu-latest
14+ steps :
15+ - uses : actions/checkout@v4
16+
17+ - name : Install Vim
18+ run : sudo apt-get install vim
19+
20+ - name : Test
21+ run : |
22+ git clone https://github.com/junegunn/vader.vim.git
23+ vim -Es -Nu ./test/new-vimrc -c 'Vader! test/*'
Original file line number Diff line number Diff line change 1+ set rtp+=vader.vim
2+ set rtp+=.
3+
4+ filetype plugin indent on
5+ syntax on
6+
7+ set nocompatible
8+ set tabstop=8
9+ set softtabstop=4
10+ set shiftwidth=4
11+ set expandtab
12+ set backspace=2
13+ set nofoldenable
14+ set foldmethod=syntax
15+ set foldlevelstart=10
16+ set foldnestmax=10
17+ set ttimeoutlen=0
You can’t perform that action at this time.
0 commit comments