comparison src/cmdexpand.c @ 30325:58fb880f3607 v9.0.0498

patch 9.0.0498: various small issues Commit: https://github.com/vim/vim/commit/747f110420a0b0f4c2e40e00e8456f1e45b6f0de Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 18 13:06:41 2022 +0100 patch 9.0.0498: various small issues Problem: Various small issues. Solution: Various small fixes.
author Bram Moolenaar <Bram@vim.org>
date Sun, 18 Sep 2022 14:15:06 +0200
parents fd855ad74887
children 50405a481037
comparison
equal deleted inserted replaced
30324:0827d3d6d8c0 30325:58fb880f3607
2392 return EXPAND_OK; 2392 return EXPAND_OK;
2393 } 2393 }
2394 2394
2395 /* 2395 /*
2396 * Expand file or directory names. 2396 * Expand file or directory names.
2397 * Returns OK or FAIL.
2397 */ 2398 */
2398 static int 2399 static int
2399 expand_files_and_dirs( 2400 expand_files_and_dirs(
2400 expand_T *xp, 2401 expand_T *xp,
2401 char_u *pat, 2402 char_u *pat,