Skip to content

Commit

Permalink
fix tab
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
  • Loading branch information
farmergreg committed Sep 6, 2016
1 parent cebc6aa commit 2329307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Advantages over the snippets that can be found around the net include:
You can configure what file types to ignore by setting
g:lastplace_ignore in your vimrc. By default it is set to:

let g:lastplace_ignore = "gitcommit,gitrebase,svn,hgcommit"
let g:lastplace_ignore = "gitcommit,gitrebase,svn,hgcommit"

Folds are automatically opened when jumping to the last edit position. If you
do not like this behavior you can disable it by putting this in your vimrc:
Expand Down
2 changes: 1 addition & 1 deletion doc/vim-lastplace.txt
Expand Up @@ -14,7 +14,7 @@ one.
You can configure what file types to ignore by setting
g:lastplace_ignore in your vimrc. By default it is set to:

let g:lastplace_ignore = "gitcommit,gitrebase,svn,hgcommit"
let g:lastplace_ignore = "gitcommit,gitrebase,svn,hgcommit"

By default, folds are automatically opened when jumping to the last edit
position. If you do not like this behavior you can disable it by putting
Expand Down

0 comments on commit 2329307

Please sign in to comment.