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 16ec435 commit cb0ee86Copy full SHA for cb0ee86
1 file changed
autoload/ctrlp/buffertag.vim
@@ -53,6 +53,7 @@ let s:types = {
53
\ 'cpp' : '%sc++%sc++%snvdtcgsuf',
54
\ 'cs' : '%sc#%sc#%sdtncEgsipm',
55
\ 'cobol' : '%scobol%scobol%sdfgpPs',
56
+ \ 'delphi' : '%spascal%spascal%sfp',
57
\ 'dosbatch': '%sdosbatch%sdosbatch%slv',
58
\ 'eiffel' : '%seiffel%seiffel%scf',
59
\ 'erlang' : '%serlang%serlang%sdrmf',
@@ -72,6 +73,7 @@ let s:types = {
72
73
\ 'python' : '%spython%spython%scmf',
74
\ 'rexx' : '%srexx%srexx%ss',
75
\ 'ruby' : '%sruby%sruby%scfFm',
76
+ \ 'rust' : '%srust%srust%sfTgsmctid',
77
\ 'scheme' : '%sscheme%sscheme%ssf',
78
\ 'sh' : '%ssh%ssh%sf',
79
\ 'csh' : '%ssh%ssh%sf',
0 commit comments