comparison src/testdir/test_filetype.vim @ 32288:8201b0fcea02 v9.0.1476

patch 9.0.1476: lines put in non-current window are not displayed Commit: https://github.com/vim/vim/commit/e7f05a8780426dc7af247419c6d02d5f1e896689 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 22 15:35:28 2023 +0100 patch 9.0.1476: lines put in non-current window are not displayed Problem: Lines put in non-current window are not displayed. (Marius Gedminas) Solution: Don't increment the topline when inserting just above it. (closes #12212)
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Apr 2023 16:45:05 +0200
parents 2df0f9779992
children 91bb2a8cc866
comparison
equal deleted inserted replaced
32287:d7ece013f34d 32288:8201b0fcea02
343 \ 'lotos': ['file.lot', 'file.lotos'], 343 \ 'lotos': ['file.lot', 'file.lotos'],
344 \ 'lout': ['file.lou', 'file.lout'], 344 \ 'lout': ['file.lou', 'file.lout'],
345 \ 'lpc': ['file.lpc', 'file.ulpc'], 345 \ 'lpc': ['file.lpc', 'file.ulpc'],
346 \ 'lsl': ['file.lsl'], 346 \ 'lsl': ['file.lsl'],
347 \ 'lss': ['file.lss'], 347 \ 'lss': ['file.lss'],
348 \ 'lua': ['file.lua', 'file.rockspec', 'file.nse', '.luacheckrc'], 348 \ 'lua': ['file.lua', 'file.rockspec', 'file.nse', '.luacheckrc', '.busted'],
349 \ 'lynx': ['lynx.cfg'], 349 \ 'lynx': ['lynx.cfg'],
350 \ 'lyrics': ['file.lrc'], 350 \ 'lyrics': ['file.lrc'],
351 \ 'm3build': ['m3makefile', 'm3overrides'], 351 \ 'm3build': ['m3makefile', 'm3overrides'],
352 \ 'm3quake': ['file.quake', 'cm3.cfg'], 352 \ 'm3quake': ['file.quake', 'cm3.cfg'],
353 \ 'm4': ['file.at'], 353 \ 'm4': ['file.at'],