aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/mark.c
diff options
context:
space:
mode:
authorKillTheMule <KillTheMule@users.noreply.github.com>2016-08-23 16:11:26 +0200
committerKillTheMule <KillTheMule@users.noreply.github.com>2016-10-30 10:52:05 +0100
commite8c0f909626094350be7ee7b524697804da38dc1 (patch)
treeb6c5281cca8d9112897eb69adc649d13539d7936 /src/nvim/mark.c
parent561c1e39e05bac583f851de6165cd656058df7e1 (diff)
downloadrneovim-e8c0f909626094350be7ee7b524697804da38dc1.tar.gz
rneovim-e8c0f909626094350be7ee7b524697804da38dc1.tar.bz2
rneovim-e8c0f909626094350be7ee7b524697804da38dc1.zip
Linted
Diffstat (limited to 'src/nvim/mark.c')
-rw-r--r--src/nvim/mark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/mark.c b/src/nvim/mark.c
index 489e5a2dde..96983a6c3b 100644
--- a/src/nvim/mark.c
+++ b/src/nvim/mark.c
@@ -473,7 +473,7 @@ static void fname2fnum(xfmark_T *fm)
os_dirname(IObuff, IOSIZE);
p = path_shorten_fname(NameBuff, IObuff);
- /* buflist_new() will call fmarks_check_names() */
+ // buflist_new() will call fmarks_check_names()
(void)buflist_new(NameBuff, p, (linenr_T)1, 0, 0);
}
}