diff options
Diffstat (limited to 'files/vim/ftplugin/cpp/snips/template.txt')
-rw-r--r-- | files/vim/ftplugin/cpp/snips/template.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/files/vim/ftplugin/cpp/snips/template.txt b/files/vim/ftplugin/cpp/snips/template.txt deleted file mode 100644 index 90ef863..0000000 --- a/files/vim/ftplugin/cpp/snips/template.txt +++ /dev/null @@ -1,6 +0,0 @@ -#include <iostream> - -int main() { - <+++> - return 0; -} |