When doing differential geometry, physicists often use $$\mathrm{d}\vec{r} = \mathrm{d}x^i\space\vec{e}_i$$ for many different things. For instance, they define the holonomic basis $\{\vec{e}^{\space\prime}_a\}$ relative to a coordinate system $\{x'^a\}$ by imposing $$\mathrm{d}\vec{r} = \mathrm{d}x'^{a}\space\vec{e}^{\space\prime}_a \implies \vec{e}^{\space\prime}_a=\frac{\partial\vec{r}}{\partial x'^a}$$ and they compute the quadratic form of the metric $\mathrm{d}s^2$ as $\mathrm{d}\vec{r}\cdot\mathrm{d}\vec{r}$.
Computing the differential of a vector field ($\vec{r}=x^i\vec{e}_i$, in this case) feels strange, as in differential geometry differentials are usually considered to be alternating $k$-forms, so it would only make sense to talk about the differential of a scalar field (aka its exterior derivative).
Not only that, the "true" definitions of holonomic bases and $\mathrm{d}s^2$ don't use this $\mathrm{d}\vec{r}$ at all.
EDIT: in fact, taking the derivative of $\vec{r}$, or any other vector field, is something we are not allowed to do in a general differentiable manifold without a connection, so we obviously wouldn't define a holonomic basis like that. A holonomic basis would basically be the basis formed by the tangent vectors $\partial/\partial x'^a$.
After thinking about it, I thought the differential of a vector field might just be $$\mathrm{d}\vec{\varphi} = (\nabla_i\varphi^j)\space\vec{e}_j\otimes\mathrm{d}x^i,$$ so maybe $\mathrm{d}\vec{r} = \mathrm{d}x^i\space\vec{e}_i$ means $\mathrm{d}\vec{r} = \mathrm{d}x^i\otimes\vec{e}_i$? How is $\mathrm{d}\vec{r}$ rigorously defined, otherwise?