diff options
Diffstat (limited to '.config/vim/templates/php/fore')
-rwxr-xr-x | .config/vim/templates/php/fore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/vim/templates/php/fore b/.config/vim/templates/php/fore new file mode 100755 index 0000000..5816e79 --- /dev/null +++ b/.config/vim/templates/php/fore @@ -0,0 +1,4 @@ +foreach(<++> as <++> => <++>) +{ + <++> +} |