From 543d4953a13d9348a1b18820c6ed7427e578b38b Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 6 Nov 2009 10:19:16 +0100 Subject: Updated xorg, added pythonheader for vim --- vim/header_python | 12 ++++++++++++ vim/vimrc | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 vim/header_python (limited to 'vim') diff --git a/vim/header_python b/vim/header_python new file mode 100644 index 0000000..7481e59 --- /dev/null +++ b/vim/header_python @@ -0,0 +1,12 @@ +:insert +#!/usr/bin/python +# -*- coding: utf-8 -*- + +# This program is free software. It comes without any warranty, to +# the extent permitted by applicable law. You can redistribute it +# and/or modify it under the terms of the Do What The Fuck You Want +# To Public License, Version 2, as published by Sam Hocevar. See +# http://sam.zoy.org/wtfpl/COPYING for more details. + +# Author: Stefan Ritter +# Description: diff --git a/vim/vimrc b/vim/vimrc index f6a0fda..3001494 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -21,3 +21,5 @@ let g:NERDTreeWinPos = 2 map :make map :execute 'NERDTreeToggle' + +autocmd bufnewfile *.py so ~/etc/vim/header_python -- cgit v1.2.3