comparison src/ex_getln.c @ 33:f6033dcbaf31

updated for version 7.0020
author vimboss
date Sun, 24 Oct 2004 19:18:58 +0000
parents db5102f7e29f
children 410fa1a31baf
comparison
equal deleted inserted replaced
32:41f9fd58cf13 33:f6033dcbaf31
2890 } 2890 }
2891 } 2891 }
2892 vim_free(p2); 2892 vim_free(p2);
2893 2893
2894 redrawcmd(); 2894 redrawcmd();
2895 cursorcmd();
2895 2896
2896 /* When expanding a ":map" command and no matches are found, assume that 2897 /* When expanding a ":map" command and no matches are found, assume that
2897 * the key is supposed to be inserted literally */ 2898 * the key is supposed to be inserted literally */
2898 if (xp->xp_context == EXPAND_MAPPINGS && p2 == NULL) 2899 if (xp->xp_context == EXPAND_MAPPINGS && p2 == NULL)
2899 return FAIL; 2900 return FAIL;