aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorTom Schwindl <schwindl@posteo.de>2022-07-10 19:30:22 +0000
committerFelix Van der Jeugt <felix.vanderjeugt@posteo.net>2022-07-12 22:58:14 +0200
commitcbeda11801c95687498e2deb6a0144b562581d16 (patch)
tree4f2b161fc325fb3adb8a055472249770300fd92e /vis.h
parenteb96e0ce8143804f5a7a37eb76a4b86d8871dd76 (diff)
downloadvis-cbeda11801c95687498e2deb6a0144b562581d16.tar.gz
vis-cbeda11801c95687498e2deb6a0144b562581d16.tar.xz
vis: Compare inodes instead of filenames
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 0 insertions, 2 deletions
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);