diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 20:17:29 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 20:17:29 +0000 |
commit | 060f1f08b3128f60b0f55eebe9818f81bf7e28c8 (patch) | |
tree | a2d5d2f8d55ba460ebcc68d013088e2fcb1cd4e7 /src/gui_w32.c | |
parent | bae0c16cc4bc8a4b7d139a8cf9e0c816bb0a947d (diff) | |
download | vim-git-060f1f08b3128f60b0f55eebe9818f81bf7e28c8.tar.gz |
updated for version 7.1b-001v7.1b.001
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r-- | src/gui_w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index c8f409c46..e64481319 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -1,4 +1,4 @@ -s, if any./* vi:set ts=8 sts=4 sw=4: +/* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * GUI support by Robert Webb |