]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0690: line number of option set by modeline is wrong v8.2.0690
authorBram Moolenaar <Bram@vim.org>
Sun, 3 May 2020 15:19:33 +0000 (17:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 May 2020 15:19:33 +0000 (17:19 +0200)
commit5125874951669944a5f6a4163d6e5d437ae6321e
treeb1589f391fac9218027328452aa6582ba28bbea4
parenta38b2b737e244eb2e4f199e070b05f86f4d433d4
patch 8.2.0690: line number of option set by modeline is wrong

Problem:    Line number of option set by modeline is wrong.
Solution:   Do not double the line number. (Ozaki Kiichi, closes #6035)
src/option.c
src/testdir/test_modeline.vim
src/version.c