comparison src/ex_getln.c @ 828:01583c79d5f4 v7.0d03

updated for version 7.0d03
author vimboss
date Thu, 13 Apr 2006 20:37:35 +0000
parents 23f82b5d2814
children f24a95dae8ee
comparison
equal deleted inserted replaced
827:fd1b3406fd1c 828:01583c79d5f4
4442 } 4442 }
4443 count = 0; 4443 count = 0;
4444 } 4444 }
4445 } 4445 }
4446 4446
4447 /* Sort the results. */ 4447 /* Sort the results. Keep menu's in the specified order. */
4448 sort_strings(*file, *num_file); 4448 if (xp->xp_context != EXPAND_MENUNAMES && xp->xp_context != EXPAND_MENUS)
4449 sort_strings(*file, *num_file);
4449 4450
4450 return OK; 4451 return OK;
4451 } 4452 }
4452 4453
4453 /* 4454 /*