Clean up
This commit is contained in:
parent
387db52c76
commit
7cdac89502
22 changed files with 147 additions and 226 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
"{{{ c header gates
|
||||
function! s:insert_gates()
|
||||
let gatename = substitute(toupper(expand("%:t")), "\\.", "_", "g")
|
||||
|
@ -8,5 +7,4 @@ function! s:insert_gates()
|
|||
normal! kk
|
||||
endfunction
|
||||
autocmd BufNewFile *.{h,hpp} call <SID>insert_gates()
|
||||
|
||||
"}}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue