diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-03-11 22:51:16 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-03-11 22:51:16 +0000 |
commit | 11cbeb132602b5145d93aff4c2afe9888ccf03c3 (patch) | |
tree | 7621e51dccb339ab73b78d24c494cff9d4680130 /src/installman.sh | |
parent | 4ad237ddc863f65268041388d0c6f2e4507cf6ec (diff) | |
download | vim-git-11cbeb132602b5145d93aff4c2afe9888ccf03c3.tar.gz |
updated for version 7.0059v7.0059
Diffstat (limited to 'src/installman.sh')
-rwxr-xr-x | src/installman.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installman.sh b/src/installman.sh index b49d2671c..3c34ab691 100755 --- a/src/installman.sh +++ b/src/installman.sh @@ -105,4 +105,4 @@ fi exit $errstatus -# vim: set sw=3 : +# vim: set sw=3 sts=3 : |