comparison src/farsi.c @ 1624:18ee39301b82 v7.2a

updated for version 7.2a
author vimboss
date Tue, 24 Jun 2008 22:58:06 +0000
parents edc1c9d6dab9
children e5602d92da8c
comparison
equal deleted inserted replaced
1623:53938adac247 1624:18ee39301b82
1937 } 1937 }
1938 return cmdbuf; 1938 return cmdbuf;
1939 } 1939 }
1940 1940
1941 /* 1941 /*
1942 * Reverse the characters in the search path and substitute section accordingly 1942 * Reverse the characters in the search path and substitute section
1943 * accordingly.
1944 * TODO: handle different separator characters. Use skip_regexp().
1943 */ 1945 */
1944 char_u * 1946 char_u *
1945 lrF_sub(ibuf) 1947 lrF_sub(ibuf)
1946 char_u *ibuf; 1948 char_u *ibuf;
1947 { 1949 {