diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 10:27:07 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-01-21 10:27:07 -0500 |
commit | d550eecf7092397d064df26850d4a09d9ab4a481 (patch) | |
tree | 20434b7e79e5ac786071e4ef7b31abf75ee5c9ad /runtime/doc/os_win32.txt | |
parent | c3028e435392a7b647f79be826c054ef76b0d577 (diff) | |
parent | 5f00d2285368e893361c9ccf8ebe3b15004cdbf8 (diff) | |
download | rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.tar.gz rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.tar.bz2 rneovim-d550eecf7092397d064df26850d4a09d9ab4a481.zip |
Merge pull request #1853 from fwalch/vim-bd18da9
vim-patch:bd18da9 (runtime update)
Diffstat (limited to 'runtime/doc/os_win32.txt')
-rw-r--r-- | runtime/doc/os_win32.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt index 14e524e319..a2ee0e1255 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 @@ -364,4 +364,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: |