diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-20 11:54:01 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-06-20 11:54:01 +1200 |
commit | a4ef869494239c9dfe920a21472fc07b6da1eab3 (patch) | |
tree | 0777a86c00d009737819e18cfae598c3d323880c /plugin/write_mkpath.vim | |
parent | Merge branch 'hotfix/v2.1.1' into develop (diff) | |
download | vim-write-mkpath-a4ef869494239c9dfe920a21472fc07b6da1eab3.tar.gz vim-write-mkpath-a4ef869494239c9dfe920a21472fc07b6da1eab3.zip |
Remove trailing whitespace
Diffstat (limited to 'plugin/write_mkpath.vim')
-rw-r--r-- | plugin/write_mkpath.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/write_mkpath.vim b/plugin/write_mkpath.vim index eb35504..b0a3542 100644 --- a/plugin/write_mkpath.vim +++ b/plugin/write_mkpath.vim @@ -4,7 +4,7 @@ " " Author: Tom Ryder <tom@sanctum.geek.nz> " License: Same as Vim itself -" +" if exists('loaded_write_mkpath') || &compatible || v:version < 702 finish endif |