We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6130b8e commit f76987bCopy full SHA for f76987b
autoload/gist.vim
@@ -970,7 +970,7 @@ function! s:GistGetAuthHeader() abort
970
return secret
971
endfunction
972
973
-let s:extmap = {
+let s:extmap = extend({
974
\".adb": "ada",
975
\".ahk": "ahk",
976
\".arc": "arc",
@@ -1102,7 +1102,7 @@ let s:extmap = {
1102
\".xq": "xquery",
1103
\".xs": "xs",
1104
\".yml": "yaml",
1105
-\}
+\}, get(g:, 'gist_extmap', {}))
1106
1107
let &cpo = s:save_cpo
1108
unlet s:save_cpo
0 commit comments