diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-09-17 09:39:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 09:39:36 -0400 |
commit | 1ec3d37192194d6961621f17fc5a185356586339 (patch) | |
tree | f8d5b2a694bcccbce4aae1284abea9ec86eb7c90 /src/nvim/ex_docmd.c | |
parent | 5f144efefa66c9694123b679bab52992279a6015 (diff) | |
parent | f46341fa43075443241fe641905656c74a9523ee (diff) | |
download | rneovim-1ec3d37192194d6961621f17fc5a185356586339.tar.gz rneovim-1ec3d37192194d6961621f17fc5a185356586339.tar.bz2 rneovim-1ec3d37192194d6961621f17fc5a185356586339.zip |
Merge pull request #15580 from seandewar/vim-8.2.3378
vim-patch:8.2.{3378,3379,3384,3386,3398,3400}
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r-- | src/nvim/ex_docmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index 2a0d365548..67b0c21fc5 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -3230,7 +3230,7 @@ const char * set_one_cmd_context(expand_T *xp, const char *buff) } } } - // Check for user names + // Check for user names. if (*xp->xp_pattern == '~') { for (p = (const char *)xp->xp_pattern + 1; *p != NUL && *p != '/'; p++) { } |