summaryrefslogtreecommitdiffstats
path: root/runtime/doc/os_win32.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-10-02 01:41:41 +0200
committerBram Moolenaar <Bram@vim.org>2014-10-02 01:41:41 +0200
commit3a991dd00193eda3aeaf344e60905191b9db1b48 (patch)
treefafe29840b0d06f3b7d43c27a313d3d86b83c106 /runtime/doc/os_win32.txt
parent56f6227224c6c0434fc758ab82245069d11c4fd4 (diff)
Update runtime files.
Diffstat (limited to 'runtime/doc/os_win32.txt')
-rw-r--r--runtime/doc/os_win32.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt
index 80085a8ed0..9637d7e82a 100644
--- a/runtime/doc/os_win32.txt
+++ b/runtime/doc/os_win32.txt
@@ -1,4 +1,4 @@
-*os_win32.txt* For Vim version 7.4. Last change: 2014 Aug 29
+*os_win32.txt* For Vim version 7.4. Last change: 2014 Sep 25
VIM REFERENCE MANUAL by George Reilly
@@ -367,4 +367,10 @@ Q. I use Vim under Win32s and NT. In NT, I can define the console to default to
A. Edit SYSTEM.INI and add 'ScreenLines=50' to the [NonWindowsApp] section. DOS
prompts and external DOS commands will now run in a 50-line window.
+ *windows-icon*
+Q. I don't like the Vim icon, can I change it?
+A. Yes, place your favorite icon in bitmaps/vim.ico in a directory of
+ 'runtimepath'. For example ~/vimfiles/bitmaps/vim.ico.
+
+
vim:tw=78:fo=tcq2:ts=8:ft=help:norl: