]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0151: detecting a script was already sourced is unreliable v8.2.0151
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Jan 2020 16:38:12 +0000 (17:38 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Jan 2020 16:38:12 +0000 (17:38 +0100)
commit978d170bdce9c0a47e6683cd7c288bc2706f3fff
treed534d8a976251fb00bbb14b76faac7d8b8a69ee5
parent673660ab00d808d1e96e7181a60c5c8545c0ee75
patch 8.2.0151: detecting a script was already sourced is unreliable

Problem:    Detecting a script was already sourced is unreliable.
Solution:   Do not use the inode number.
src/scriptfile.c
src/structs.h
src/testdir/test_vim9_script.vim
src/version.c