There is no goto in vimscript [1]. Like most languages that lack goto, you'll need to handle this using a variable: let breaking = 0 for i ...
確定! 回上一頁