To: vim_dev@googlegroups.com Subject: Patch 8.2.3729 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3729 Problem: No support for squirrels. Solution: Recognize nuts. (closes #9259) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-8.2.3728/runtime/filetype.vim 2021-12-03 11:43:59.190666806 +0000 --- runtime/filetype.vim 2021-12-03 17:41:20.013013476 +0000 *************** *** 1756,1761 **** --- 1756,1764 ---- " SQR au BufNewFile,BufRead *.sqr,*.sqi setf sqr + " Squirrel + au BufNewFile,BufRead *.nut setf squirrel + " OpenSSH configuration au BufNewFile,BufRead ssh_config,*/.ssh/config setf sshconfig au BufNewFile,BufRead */etc/ssh/ssh_config.d/*.conf setf sshconfig *** ../vim-8.2.3728/src/testdir/test_filetype.vim 2021-12-03 11:43:59.190666806 +0000 --- src/testdir/test_filetype.vim 2021-12-03 17:41:20.013013476 +0000 *************** *** 477,482 **** --- 477,483 ---- \ 'sqlj': ['file.sqlj'], \ 'sqr': ['file.sqr', 'file.sqi'], \ 'squid': ['squid.conf'], + \ 'squirrel': ['file.nut'], \ 'srec': ['file.s19', 'file.s28', 'file.s37', 'file.mot', 'file.srec'], \ 'sshconfig': ['ssh_config', '/.ssh/config', '/etc/ssh/ssh_config.d/file.conf', 'any/etc/ssh/ssh_config.d/file.conf', 'any/.ssh/config'], \ 'sshdconfig': ['sshd_config', '/etc/ssh/sshd_config.d/file.conf', 'any/etc/ssh/sshd_config.d/file.conf'], *** ../vim-8.2.3728/src/version.c 2021-12-03 13:56:57.195519128 +0000 --- src/version.c 2021-12-03 17:42:44.532918662 +0000 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 3729, /**/ -- For large projects, Team Leaders use sophisticated project management software to keep track of who's doing what. The software collects the lies and guesses of the project team and organizes them in to instantly outdated charts that are too boring to look at closely. This is called "planning". (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///