about summary refs log tree commit diff stats
path: root/arc/render.vim
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-03-07 00:36:55 -0800
committerKartik K. Agaram <vc@akkartik.com>2017-03-07 00:36:58 -0800
commit848ebc1e6335cd1a34e07662242a367fefbc5229 (patch)
treecd8bd1c747c1bc30857c2fca329013c05b933491 /arc/render.vim
parent8ccf992d317a867f5e477b2dee5db90b2c5ded3a (diff)
downloadmu-848ebc1e6335cd1a34e07662242a367fefbc5229.tar.gz
3760 - force functions to use dependency-injection
This is the kind of check I want Mu to be anal about, not whitespace or
unused variables.
Diffstat (limited to 'arc/render.vim')
0 files changed, 0 insertions, 0 deletions
/a> 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159