File: extra.vader

package info (click to toggle)
vim-easy-align 2.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: sh: 9; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Include: include/setup.vader

Before:
  set nomodifiable
After:
  set modifiable
  AssertEqual "hello\nworld\n", @"
Given:
  hello
  world
Do (#43 Do nothing when nomodifiable):
  vip\<enter>\<enter>\<enter>y