Fix typo
This commit is contained in:
parent
ef784c17b1
commit
fb84e6b11c
1 changed files with 1 additions and 1 deletions
|
@ -1016,7 +1016,7 @@ Execute (PlugSnapshot / #154 issues with paths containing spaces):
|
|||
|
||||
PlugClean!
|
||||
PlugInstall
|
||||
call plug#load('vim-easy-align') " Should properly hand paths with spaces
|
||||
call plug#load('vim-easy-align') " Should properly handle paths with spaces
|
||||
PlugSnapshot
|
||||
AssertEqual '#!/bin/sh', getline(1)
|
||||
AssertEqual '# Generated by vim-plug', getline(2)
|
||||
|
|
Loading…
Reference in a new issue