Home
last modified time | relevance | path

Searched refs:new_rtp (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dscriptfile.c483 char_u *new_rtp; in add_pack_dir_to_rtp() local
567 if (new_rtp == NULL) in add_pack_dir_to_rtp()
573 mch_memmove(new_rtp, p_rtp, keep); in add_pack_dir_to_rtp()
576 new_rtp[new_rtp_len++] = ','; // add comma before in add_pack_dir_to_rtp()
580 new_rtp[new_rtp_len++] = ','; // add comma after in add_pack_dir_to_rtp()
587 mch_memmove(new_rtp + new_rtp_len, p_rtp + keep, in add_pack_dir_to_rtp()
592 new_rtp[new_rtp_len++] = ','; in add_pack_dir_to_rtp()
600 new_rtp[new_rtp_len] = NUL; in add_pack_dir_to_rtp()
606 STRCAT(new_rtp, ","); in add_pack_dir_to_rtp()
607 STRCAT(new_rtp, afterdir); in add_pack_dir_to_rtp()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_packadd.vim113 let new_rtp = &rtp
115 call assert_equal(new_rtp, &rtp)