Added custom snippets

This commit is contained in:
Dreaded_X 2015-08-02 14:39:37 +02:00
parent 2e5cd5cfcd
commit 5de186f313
2 changed files with 2 additions and 4 deletions

View File

@ -3,13 +3,11 @@ snippet header
#ifndef ${1:`toupper(vim_snippets#Filename('$1_H', 'UNTITLED_H'))`}
#define $1
#include "Standard.h"
${0}
#endif
snippet incl
#include "${1:`vim_snippets#Filename('$1.h', 'Untitled.h')`}"
# include "Standard.h"
${0}

View File

@ -86,5 +86,5 @@ map <S-J> <pagedown>
map <S-K> <pageup>
map <silent> <F9> :make<cr>:cw<cr>
map <F10> :!./platformer<cr>
map <F10> :make execute<cr>
map <F12> :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR>