Searched refs:text_indent (Results 1 – 1 of 1) sorted by relevance
586 char_u *text_indent = NULL; in heredoc_get() local682 text_indent = vim_strnsave(theline, text_indent_len); in heredoc_get()685 if (text_indent != NULL) in heredoc_get()687 if (theline[ti] != text_indent[ti]) in heredoc_get()694 vim_free(text_indent); in heredoc_get()