diff options
| author | Matthieu Coudron <teto@users.noreply.github.com> | 2021-01-06 21:17:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-06 21:17:44 +0100 |
| commit | fe1ebea33914df137fdded98872fe38fa8470384 (patch) | |
| tree | 174c220158f0cfd91c638a0a35120510001006d7 /src/nvim/mark.c | |
| parent | 2ea3127697692b0b2c480d585ef6529e90a72b0e (diff) | |
| parent | 25cb2c722e74ea62c289ecba8a6e98db5ee67493 (diff) | |
| download | rneovim-fe1ebea33914df137fdded98872fe38fa8470384.tar.gz rneovim-fe1ebea33914df137fdded98872fe38fa8470384.tar.bz2 rneovim-fe1ebea33914df137fdded98872fe38fa8470384.zip | |
Merge pull request #13689 from janlazo/vim-8.2.0050
vim-patch:8.1.{1731,1764,2111,2126},8.2.{50,590}
Diffstat (limited to 'src/nvim/mark.c')
| -rw-r--r-- | src/nvim/mark.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/mark.c b/src/nvim/mark.c index 45ca097033..73a9c1d1d7 100644 --- a/src/nvim/mark.c +++ b/src/nvim/mark.c @@ -777,6 +777,7 @@ void ex_delmarks(exarg_T *eap) n = i - 'A'; } namedfm[n].fmark.mark.lnum = 0; + namedfm[n].fmark.fnum = 0; XFREE_CLEAR(namedfm[n].fname); } } |