1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2023-04-22 15:35:28 +01:00
parent 9be736f2eb
commit e7f05a8780
30 changed files with 315 additions and 276 deletions

View File

@@ -273,6 +273,9 @@ if has("fname_case")
autocmd BufRead,BufNewFile *.BUILD,BUILD setf bzl
endif
" Busted (Lua unit testing framework - configuration files)
au BufNewFile,BufRead .busted setf lua
" C or lpc
au BufNewFile,BufRead *.c call dist#ft#FTlpc()
au BufNewFile,BufRead *.lpc,*.ulpc setf lpc