Skip to content

Commit

Permalink
fix(automatic.vim): fix source cannot reach automatic/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkW93 committed May 19, 2022
1 parent e0d6636 commit 4c01480
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions plugin/automatic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
" Vim Plugin for Verilog Code Automactic Generation
" Author: HonkW
" Website: https://honk.wang
" Last Modified: 2022/05/18 20:52
" Last Modified: 2022/05/19 20:24
" File: automatic.vim
" Note: 1. Auto function based on zhangguo's vimscript, heavily modified
" 2. Rtl Tree based on zhangguo's vimscript, slightly modified
Expand Down Expand Up @@ -51,10 +51,5 @@ if g:atv_personal_keys == 1
endif
"}}}1

source $VIMRUNTIME/plugin/automatic/crossdir.vim
source $VIMRUNTIME/plugin/automatic/autoarg.vim
source $VIMRUNTIME/plugin/automatic/autoinst.vim
source $VIMRUNTIME/plugin/automatic/autopara.vim
source $VIMRUNTIME/plugin/automatic/autodef.vim
source $VIMRUNTIME/plugin/automatic/rtl.vim
runtime! plugin/automatic/*.vim

1 comment on commit 4c01480

@vercel
Copy link

@vercel vercel bot commented on 4c01480 May 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.