mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 11:33:52 -05:00
Compare commits
4 Commits
ba82be40f4
...
54a315203d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54a315203d | ||
|
|
f5393cfee0 | ||
|
|
3e49b1aefe | ||
|
|
82336eaa89 |
@@ -2,7 +2,7 @@ This is my top-starred repository on Github, so I've decided to put this ad here
|
||||
|
||||
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
|
||||
|
||||

|
||||
|
||||
A collection of language packs for Vim.
|
||||
|
||||
|
||||
@@ -9,7 +9,8 @@ func! TestFiletype(filetype)
|
||||
exec ":bw!"
|
||||
catch
|
||||
echo 'Failed to load ' . a:filetype . ' filetype...'
|
||||
throw v:exception
|
||||
echo v:throwpoint
|
||||
echo v:exception
|
||||
cq!
|
||||
endtry
|
||||
endfunc
|
||||
|
||||
@@ -287,7 +287,6 @@ let s:filename_checks = {
|
||||
\ 'mailcap': ['.mailcap', 'mailcap'],
|
||||
\ 'make': ['file.mk', 'file.mak', 'file.dsp', 'makefile', 'Makefile', 'makefile-file', 'Makefile-file', 'some-makefile', 'some-Makefile'],
|
||||
\ 'mallard': ['file.page'],
|
||||
\ 'nroff': ['file.man'],
|
||||
\ 'manconf': ['/etc/man.conf', 'man.config', 'any/etc/man.conf'],
|
||||
\ 'map': ['file.map'],
|
||||
\ 'maple': ['file.mv', 'file.mpl', 'file.mws'],
|
||||
@@ -330,7 +329,7 @@ let s:filename_checks = {
|
||||
\ 'netrc': ['.netrc'],
|
||||
\ 'ninja': ['file.ninja'],
|
||||
\ 'nqc': ['file.nqc'],
|
||||
\ 'nroff': ['file.tr', 'file.nr', 'file.roff', 'file.tmac', 'file.mom', 'tmac.file'],
|
||||
\ 'nroff': ['file.man', 'file.tr', 'file.nr', 'file.roff', 'file.tmac', 'file.mom', 'tmac.file'],
|
||||
\ 'nsis': ['file.nsi', 'file.nsh'],
|
||||
\ 'obj': ['file.obj'],
|
||||
\ 'ocaml': ['file.ml', 'file.mli', 'file.mll', 'file.mly', '.ocamlinit'],
|
||||
|
||||
Reference in New Issue
Block a user