comparison src/os_mswin.c @ 8524:2f57bbe870ea v7.4.1552

commit https://github.com/vim/vim/commit/7f8989dd8a627af2185df381195351a913f3777f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 12 22:11:39 2016 +0100 patch 7.4.1552 Problem: ":colorscheme" does not use 'packpath'. Solution: Also use in "start" and "opt" directories in 'packpath'.
author Christian Brabandt <cb@256bit.org>
date Sat, 12 Mar 2016 22:15:05 +0100
parents caed4b2d305f
children c1a5623cfc86
comparison
equal deleted inserted replaced
8523:299f84e1e738 8524:2f57bbe870ea
948 */ 948 */
949 int 949 int
950 mch_icon_load(HANDLE *iconp) 950 mch_icon_load(HANDLE *iconp)
951 { 951 {
952 return do_in_runtimepath((char_u *)"bitmaps/vim.ico", 952 return do_in_runtimepath((char_u *)"bitmaps/vim.ico",
953 FALSE, mch_icon_load_cb, iconp); 953 0, mch_icon_load_cb, iconp);
954 } 954 }
955 955
956 int 956 int
957 mch_libcall( 957 mch_libcall(
958 char_u *libname, 958 char_u *libname,