add vim-lastplace
[webi-installers/.git] / vim-lastplace / lastplace.vim
diff --git a/vim-lastplace/lastplace.vim b/vim-lastplace/lastplace.vim
new file mode 100644 (file)
index 0000000..49888bf
--- /dev/null
@@ -0,0 +1,11 @@
+" For more configuration details read the source at
+" https://github.com/farmergreg/vim-lastplace/blob/master/plugin/vim-lastplace.vim
+
+" configure what file types to ignore
+let g:lastplace_ignore = "gitcommit,gitrebase,svn,hgcommit"
+
+" configure buffer types to ignore
+let g:lastplace_ignore_buftype = "quickfix,nofile,help"
+
+" automatically open folds when jumping to the last edit position
+let g:lastplace_open_folds = 0