Searched refs:newword (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 3840 char_u newword[MAXWLEN]; in store_aff_word() local 3899 *newword = NUL; in store_aff_word() 3901 vim_strncpy(newword, ae->ae_add, MAXWLEN - 1); in store_aff_word() 3915 STRCAT(newword, p); in store_aff_word() 3920 vim_strncpy(newword, word, MAXWLEN - 1); in store_aff_word() 3924 p = newword + STRLEN(newword); in store_aff_word() 3927 MB_PTR_BACK(newword, p); in store_aff_word() 3931 STRCAT(newword, ae->ae_add); in store_aff_word() 4040 if (store_word(spin, newword, use_flags, in store_aff_word() 4060 if (store_aff_word(spin, newword, in store_aff_word() [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | todo.txt | 5819 ":argsub/oldword/newword/". Works like ":argdo %s/oldword/newword/g|w".
|