Skip to content

Commit

Permalink
Add fixtures for AutocmdParser
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuniwak committed Feb 2, 2015
1 parent ea60d5c commit 63cc1de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
autocmd! bufwritepost vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
" https://github.com/amix/vimrc
autocmd BufReadPost *
\ if line("'\"") > 0 && line("'\"") <= line("$") |
\ exe "normal! g`\"" |
\ endif

0 comments on commit 63cc1de

Please sign in to comment.