func SetTitle()
if &filetype == 'sh'
4 then
5 call setline(1,"\######################################")
6 call append(line("."),"\# Author : rockyfire")
7 call append(line("."),"\#!/bin/bash")
8 fi
9 endfunc
if &filetype == 'sh'
4 then
5 call setline(1,"\######################################")
6 call append(line("."),"\# Author : rockyfire")
7 call append(line("."),"\#!/bin/bash")
8 fi
9 endfunc
2017-05-02