diff options
| author | Tom Schwindl <schwindl@posteo.de> | 2022-07-10 19:30:22 +0000 |
|---|---|---|
| committer | Felix Van der Jeugt <felix.vanderjeugt@posteo.net> | 2022-07-12 22:58:14 +0200 |
| commit | cbeda11801c95687498e2deb6a0144b562581d16 (patch) | |
| tree | 4f2b161fc325fb3adb8a055472249770300fd92e /vis.h | |
| parent | eb96e0ce8143804f5a7a37eb76a4b86d8871dd76 (diff) | |
| download | vis-cbeda11801c95687498e2deb6a0144b562581d16.tar.gz vis-cbeda11801c95687498e2deb6a0144b562581d16.tar.xz | |
vis: Compare inodes instead of filenames
Diffstat (limited to 'vis.h')
| -rw-r--r-- | vis.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |
