mirror of
https://github.com/junegunn/vim-easy-align.git
synced 2025-11-10 19:03:50 -05:00
14 lines
210 B
Plaintext
14 lines
210 B
Plaintext
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
|
|
|