From cbeda11801c95687498e2deb6a0144b562581d16 Mon Sep 17 00:00:00 2001 From: Tom Schwindl Date: Sun, 10 Jul 2022 19:30:22 +0000 Subject: vis: Compare inodes instead of filenames --- vis.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index b5a27fe..674178b 100644 --- a/vis.h +++ b/vis.h @@ -189,8 +189,6 @@ void vis_update(Vis*); * @rst * .. note:: If the given file name is already opened in another window, * the underlying File object is shared. - * .. warning:: This duplication detection is currently based on normalized, - * absolute file names. TODO: compare inodes instead. * @endrst */ bool vis_window_new(Vis*, const char *filename); -- cgit v1.2.3