vim-patch:9.0.2071: objdump files not recognized

Problem:  objdump files not recognized
Solution: detect *.objdump files, add a filetype plugin

Added the objdump file/text format

closes: vim/vim#13425

10407df7a9

Co-authored-by: Colin Kennedy <colinvfx@gmail.com>
This commit is contained in:
Christian Clason
2023-10-27 09:37:48 +02:00
parent 9dc440400c
commit 5753e5e7eb
3 changed files with 17 additions and 0 deletions

View File

@@ -716,6 +716,8 @@ local extension = {
nsi = 'nsis',
nsh = 'nsis',
obj = 'obj',
objdump = 'objdump',
cppobjdump = 'objdump',
obl = 'obse',
obse = 'obse',
oblivion = 'obse',