Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						0a653f7ab9 
					 
					
						
						
							
							vim-patch:8.2.2879: file extension .hsig not recognized ( #14628 )  
						
						... 
						
						
						
						Problem:    File extension .hsig not recognized.
Solution:   Use Haskell filetype for .hsig files. (Marcin Szamotulski,
            closes  vim/vim#8236 )
f5409dbf66 
						
						
					 
					
						2021-05-23 17:15:38 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						6fcd96250b 
					 
					
						
						
							
							vim-patch:8.2.2838: file extension .wrap not recognized  
						
						... 
						
						
						
						Problem:    File extension .wrap not recognized.
Solution:   Use dosini filetype for .wrap files. (Liam Beguin, closes  vim/vim#8177 )
e3e598e82b 
						
						
					 
					
						2021-05-08 08:17:49 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						0020858e1c 
					 
					
						
						
							
							vim-patch:8.2.2788: Raku is now the only name what once was called perl6  
						
						... 
						
						
						
						Problem:    Raku is now the only name what once was called perl6.
Solution:   Adjust the filetype detection. (closes  vim/vim#8120 )
3f88e71fa2 
						
						
					 
					
						2021-05-02 12:54:02 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						7e36c9a2d3 
					 
					
						
						
							
							vim-patch:56994d215815  
						
						... 
						
						
						
						Update runtime files.
56994d2158 
						
						
					 
					
						2021-05-02 12:44:04 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						330500a5bf 
					 
					
						
						
							
							vim-patch:cb80aa2d53e5  
						
						... 
						
						
						
						Update runtime files.
cb80aa2d53 
						
						
					 
					
						2021-05-01 22:29:02 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						b084f49496 
					 
					
						
						
							
							vim-patch:8.2.1827: filetype detection does not test enough file names  
						
						... 
						
						
						
						Problem:    Filetype detection does not test enough file names.
Solution:   Test more file names. (Adam Stankiewicz, closes  vim/vim#7099 )
10a1a534d1 
						
						
					 
					
						2021-05-01 02:27:32 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						e1171cf1d2 
					 
					
						
						
							
							vim-patch:d58a3bf7dac8  
						
						... 
						
						
						
						Update runtime files.
d58a3bf7da 
						
						
					 
					
						2021-05-01 02:01:25 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						7c6ca6fed8 
					 
					
						
						
							
							vim-patch:73fef33014db  
						
						... 
						
						
						
						Update runtime files
73fef33014 
						
						
					 
					
						2021-04-28 22:14:37 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						9d3576246b 
					 
					
						
						
							
							vim-patch:8.2.2801: free Pascal makefile not recognized  
						
						... 
						
						
						
						Problem:    Free Pascal makefile not recognized.
Solution:   Add the fpcmake filetype. (Doug Kearns)
f6d9935a13 
						
						
					 
					
						2021-04-27 22:54:38 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						d4b65fa6fb 
					 
					
						
						
							
							vim-patch:1ff14ba24c4d  
						
						... 
						
						
						
						Update runtime files.
1ff14ba24c 
						
						
					 
					
						2021-04-27 09:21:28 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						a129887c00 
					 
					
						
						
							
							vim-patch:8.2.2773: PSL filetype not recognized ( #14389 )  
						
						... 
						
						
						
						Problem:    PSL filetype not recognized.
Solution:   Add a filetype pattern. (Daniel Kho, closes  vim/vim#8117 )
112a006417 
						
						
					 
					
						2021-04-17 22:41:51 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						011cfc538c 
					 
					
						
						
							
							vim-patch:8.2.2769: Modula-3 config files are not recognized  
						
						... 
						
						
						
						Problem:    Modula-3 config files are not recognized.
Solution:   Add filetype patterns. (Doug Kearns)
6bc00699c5 
						
						
					 
					
						2021-04-15 18:08:55 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						ce0153e4f7 
					 
					
						
						
							
							vim-patch:8.2.2714: filetype pattern ending in star is too far up  
						
						... 
						
						
						
						Problem:    Filetype pattern ending in star is too far up.
Solution:   Move down to where patterns ending in star belong. (closes  vim/vim#8065 )
409da842db 
						
						
					 
					
						2021-04-05 11:29:35 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						dde89730b4 
					 
					
						
						
							
							vim-patch:8.2.2690: PowerShell files are not recognized ( #14276 )  
						
						... 
						
						
						
						Problem:    PowerShell files are not recognized.
Solution:   Recognize several PowerShell extension. (Heath Stewart,
            closes  vim/vim#8051 )
ef38bcf051160a2b4daccloses  vim/vim#8049 )
3fa5e64e0e 
						
						
					 
					
						2021-04-02 13:44:25 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						0bf9f10da0 
					 
					
						
						
							
							vim-patch:8.2.2625: rss files not recognized  
						
						... 
						
						
						
						Problem:    Rss files not recognized.
Solution:   Recognize .rss as XML. (Kivin Locke, closes  vim/vim#7987 )
af125866db 
						
						
					 
					
						2021-03-20 22:27:51 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						429c6d2d4f 
					 
					
						
						
							
							vim-patch:8.2.2624: atom files not recognized  
						
						... 
						
						
						
						Problem:    Atom files not recognized.
Solution:   Recognize .atom as XML. (Kivin Locke, closes  vim/vim#7986 )
74b99f6ab6closes  vim/vim#7978 )
a555e6fcb6closes  vim/vim#7978 )
240014321b 
						
						
					 
					
						2021-03-20 22:27:47 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						ea99cbc85a 
					 
					
						
						
							
							vim-patch:8.2.2591: Poke files are not recognized  
						
						... 
						
						
						
						Problem:    Poke files are not recognized.
Solution:   Add a filetype entry. (Matt Ihlenfield)
c80f647512 
						
						
					 
					
						2021-03-12 18:34:58 -05:00 
						 
				 
			
				
					
						
							
							
								Brian Ryall 
							
						 
					 
					
						
						
							
						
						18f90336cb 
					 
					
						
						
							
							vim-patch:8.2.2523: Svelte filetype not recognized ( #13961 )  
						
						... 
						
						
						
						Problem:    Svelte filetype not recognized.
Solution:   Add a detection rule. (Brian Ryall, closes  vim/vim#7858 )
c0fcb6e0b1 
						
						
					 
					
						2021-02-18 00:22:48 +01:00 
						 
				 
			
				
					
						
							
							
								Brian Ryall 
							
						 
					 
					
						
						
							
						
						64b7d7ae78 
					 
					
						
						
							
							vim-patch:8.2.2522: Beancount filetype not recognized ( #13960 )  
						
						... 
						
						
						
						Problem:    Beancount filetype not recognized.
Solution:   Add a detection rule. (Brian Ryall, closes  vim/vim#7859 )
9bbd883b35 
						
						
					 
					
						2021-02-18 00:20:07 +01:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						687ff6566a 
					 
					
						
						
							
							vim-patch:8.2.2402: some filetypes not detected  
						
						... 
						
						
						
						Problem:    Some filetypes not detected.
Solution:   Detect Ruby Signature and Puppet related files. (Doug Kearns)
8323cab31c 
						
						
					 
					
						2021-01-24 21:56:54 -05:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						2ce7e4e8a7 
					 
					
						
						
							
							vim-patch:8.2.2392: fennel filetype not recognized  
						
						... 
						
						
						
						Problem:    Fennel filetype not recognized.
Solution:   Detect with pattern and hashbang. (Chinmay Dalal, closes  vim/vim#7729 )
402115f1c2 
						
						
					 
					
						2021-01-24 14:15:16 -05:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						4bd7f1133b 
					 
					
						
						
							
							vim-patch:8.2.2384: turtle filetype not recognized  
						
						... 
						
						
						
						Problem:    Turtle filetype not recognized.
Solution:   Add a rule to detect turtle files. (closes  vim/vim#7722 )
5e6a7aa2b2 
						
						
					 
					
						2021-01-21 23:19:16 -05:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						7befdb3419 
					 
					
						
						
							
							vim-patch:8.2.2353: spartql files are not detected  
						
						... 
						
						
						
						Problem:    Spartql files are not detected.
Solution:   Add the sparql filetype.  (closes  vim/vim#7679 )
17d015b243 
						
						
					 
					
						2021-01-17 12:42:27 -05:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						d953614e72 
					 
					
						
						
							
							vim-patch:8.2.2334: Pascal-like filetypes not always detected  
						
						... 
						
						
						
						Problem:    Pascal-like filetypes not always detected.
Solution:   Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns,
            closes  vim/vim#7662 )
a0122dcd1c 
						
						
					 
					
						2021-01-13 18:25:00 -05:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						b580cf83bd 
					 
					
						
						
							
							vim-patch:8.2.2258: not all OCaml related files are detected  
						
						... 
						
						
						
						Problem:    Not all OCaml related files are detected.
Solution:   Update OCaml file type detection.  (Markus Mottl, closes  vim/vim#7590 )
beef4eeda5 
						
						
					 
					
						2021-01-01 16:56:24 -05:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						c56377bac6 
					 
					
						
						
							
							vim-patch:8.2.2203: Moodle gift files are not recognized  
						
						... 
						
						
						
						Problem:    Moodle gift files are not recognized.
Solution:   Add a filetype pattern. (Delim Temizer)
b34f337472 
						
						
					 
					
						2020-12-24 09:23:35 -05:00 
						 
				 
			
				
					
						
							
							
								Sean Dewar 
							
						 
					 
					
						
						
							
						
						8329f624de 
					 
					
						
						
							
							vim-patch:8.2.2106: TOML files are not recognized  
						
						... 
						
						
						
						Problem:    TOML files are not recognized.
Solution:   Match *.toml. (issue vim/vim#7432 )
b237ae7b83 
						
						
					 
					
						2020-12-07 18:03:29 +00:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						2bcae20242 
					 
					
						
						
							
							vim-patch:8.2.2085: Qt translation file is recognized as typescript  
						
						... 
						
						
						
						Problem:    Qt translation file is recognized as typescript.
Solution:   Check the first line for "<?xml". (closes  vim/vim#7418 )
c0d670ce16 
						
						
					 
					
						2020-12-03 18:58:30 -05:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						ec53d43f84 
					 
					
						
						
							
							vim-patch:8.2.2041: haskell filetype not optimally recognized  
						
						... 
						
						
						
						Problem:    Haskell filetype not optimally recognized.
Solution:   Recognize all *.hsc files as Haskell. (Marcin Szamotulski,
            closes  vim/vim#7354 )
a09bee322e 
						
						
					 
					
						2020-11-24 22:03:36 -05:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						e2a2efc432 
					 
					
						
						
							
							vim-patch:8.2.2032: cabalconfig and cabalproject filetypes not recognized  
						
						... 
						
						
						
						Problem:    Cabalconfig and cabalproject filetypes not recognized.
Solution:   Detect more cabal files. (Marcin Szamotulski, closes  vim/vim#7339 )
dcbab75db353a95d65848da4181631 
						
						
					 
					
						2020-11-22 13:30:38 -05:00 
						 
				 
			
				
					
						
							
							
								Sean Dewar 
							
						 
					 
					
						
						
							
						
						a18f050e51 
					 
					
						
						
							
							vim-patch:8.2.2006: .pbtxt files are not recognized  
						
						... 
						
						
						
						Problem:    .pbtxt files are not recognized.
Solution:   Recognize .pbtxt as protobuf text buffers. (closes  vim/vim#7326 )
88774a30c0 
						
						
					 
					
						2020-11-19 17:35:41 +00:00 
						 
				 
			
				
					
						
							
							
								champignoom 
							
						 
					 
					
						
						
							
						
						df750e7248 
					 
					
						
						
							
							vim-patch:8.2.1964: not all ConTeXt files are recognized ( #13245 )  
						
						... 
						
						
						
						Problem:    Not all ConTeXt files are recognized.
Solution:   Add two patterns. (closes  vim/vim#7263 )
faebda8cc1 
						
						
					 
					
						2020-11-07 15:03:14 -05:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						72914cd7f2 
					 
					
						
						
							
							vim-patch:8.2.1779: some debian changelog files are not recognized  
						
						... 
						
						
						
						Problem:    Some debian changelog files are not recognized.
Solution:   Add */debian/changelog. (Jason Franklin)
0022675aa3 
						
						
					 
					
						2020-10-02 22:31:55 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						25b9a400a9 
					 
					
						
						
							
							vim-patch:8.2.1725: not all Pascal files are recognized  
						
						... 
						
						
						
						Problem:    Not all Pascal files are recognized.
Solution:   Add filetype patterns. (Doug Kearns)
44aaf5416e 
						
						
					 
					
						2020-09-26 10:14:50 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						b9430fe28e 
					 
					
						
						
							
							vim-patch:8.2.1566: not all Bazel files are recognized  
						
						... 
						
						
						
						Problem:    Not all Bazel files are recognized.
Solution:   Add *.bazel and *.BUILD. (closes  vim/vim#6836 )
4488f5a545 
						
						
					 
					
						2020-09-02 21:59:36 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						afc6753f64 
					 
					
						
						
							
							vim-patch:8.2.1458: .gawk files not recognized  
						
						... 
						
						
						
						Problem:    .gawk files not recognized.
Solution:   Recognize .gawk files. (Doug Kearns)
9a5c553f79 
						
						
					 
					
						2020-08-15 10:57:16 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						5e95e0da44 
					 
					
						
						
							
							vim-patch:8.2.1409: nmpmrc and php.ini filetypes not recognized  
						
						... 
						
						
						
						Problem:    Nmpmrc and php.ini filetypes not recognized.
Solution:   Add filetype detection. (Doug Kearns)
1e91eafc2e 
						
						
					 
					
						2020-08-14 18:20:30 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						45b91711e4 
					 
					
						
						
							
							vim-patch:8.2.1292: AIDL filetype not recognized  
						
						... 
						
						
						
						Problem:    AIDL filetype not recognized.
Solution:   Add filetype detection. (Dominique Pellé, closes  vim/vim#6533 )
2afc3b4f77 
						
						
					 
					
						2020-08-02 12:00:02 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						f01bb307fd 
					 
					
						
						
							
							vim-patch:8.2.1060: not all elinks files are recognized  
						
						... 
						
						
						
						Problem:    Not all elinks files are recognized.
Solution:   Just check for "elinks.conf". (Guido Cella, closes  vim/vim#6337 )
5f36d5fbb8 
						
						
					 
					
						2020-07-04 10:05:34 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						43a2e5fe4b 
					 
					
						
						
							
							vim-patch:8.2.1055: no filetype set for pacman config files  
						
						... 
						
						
						
						Problem:    No filetype set for pacman config files.
Solution:   Recognize pacman.conf and *.hook. (Guido Cella, closes  vim/vim#6335 )
73b4465ba7 
						
						
					 
					
						2020-07-04 10:05:34 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						352831229f 
					 
					
						
						
							
							vim-patch:8.2.1044: not all systemd file types are recognized ( #12527 )  
						
						... 
						
						
						
						Problem:    Not all systemd file types are recognized.
Solution:   Match several more files. (Guido Cella, closes  vim/vim#6319 )
ef6d86c173 
						
						
					 
					
						2020-06-24 10:18:06 +02:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						b4e4c2ad95 
					 
					
						
						
							
							vim-patch:8.2.0983: SConstruct file type not recognized  
						
						... 
						
						
						
						Problem:    SConstruct file type not recognized.
Solution:   Use python for SConstruct files. (Roland Hieber)
ad72350360 
						
						
					 
					
						2020-06-18 18:01:44 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						954aed886e 
					 
					
						
						
							
							vim-patch:8.2.0980: raku file extension not recognized  
						
						... 
						
						
						
						Problem:    Raku file extension not recognized. (Steven Penny)
Solution:   Recognize .raku and .rakumod. (closes  vim/vim#6255 )
a65d8b5bb9 
						
						
					 
					
						2020-06-18 18:01:44 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						abadb687fb 
					 
					
						
						
							
							vim-patch:8.2.0954: not all desktop files are recognized  
						
						... 
						
						
						
						Problem:    Not all desktop files are recognized.
Solution:   Add the *.directory pattern. (Eisuke Kawashima, closes  vim/vim#3317 )
f1f0ff9557 
						
						
					 
					
						2020-06-18 18:01:43 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						150168b881 
					 
					
						
						
							
							vim-patch:8.2.0927: some sshconfig and ssdhconfig files are not recognized  
						
						... 
						
						
						
						Problem:    Some sshconfig and ssdhconfig files are not recognized.
Solution:   Add filetype patterns.
da84ac2a6f 
						
						
					 
					
						2020-06-18 18:01:41 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						f85bf6ec37 
					 
					
						
						
							
							vim-patch:8.2.0873: a .jl file can be sawfish (lisp) or Julia  
						
						... 
						
						
						
						Problem:    A .jl file can be sawfish (lisp) or Julia.
Solution:   Do not recognize *.jl as lisp, since it might be Julia.
            (closes  vim/vim#6178 )
2891459b81 
						
						
					 
					
						2020-06-04 20:52:52 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						4b87248285 
					 
					
						
						
							
							vim-patch:8.2.0843: filetype elm not detected ( #12403 )  
						
						... 
						
						
						
						Problem:    Filetype elm not detected.
Solution:   Recognize *.elm files. (closes  vim/vim#6157 )
0016fd2e29 
						
						
					 
					
						2020-05-30 18:06:23 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						076b0949d0 
					 
					
						
						
							
							vim-patch:8.2.0736: some files not recognized as pamenv  
						
						... 
						
						
						
						Problem:    Some files not recognized as pamenv.
Solution:   Add pam_inv.conf. (closes  vim/vim#6065 )
aacc6afdb8 
						
						
					 
					
						2020-05-11 23:57:29 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						393dc2b0f5 
					 
					
						
						
							
							vim-patch:8.2.0713: the pam_environment file is not recognized  
						
						... 
						
						
						
						Problem:    The pam_environment file is not recognized.
Solution:   Add a filetype pattern for pamenv. (closes  vim/vim#6051 )
6115481053 
						
						
					 
					
						2020-05-11 22:30:24 -04:00 
						 
				 
			
				
					
						
							
							
								Jan Edmund Lazo 
							
						 
					 
					
						
						
							
						
						560ce25359 
					 
					
						
						
							
							vim-patch:8.2.0663: not all systemd temp files are recognized  
						
						... 
						
						
						
						Problem:    Not all systemd temp files are recognized.
Solution:   Add two more patterns. (Jamie Macdonald, closes  vim/vim#6003 )
512fe833c3 
						
						
					 
					
						2020-05-03 13:16:38 -04:00