1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 06:05:01 +08:00

add vim-session

This commit is contained in:
huhuaishun
2017-04-18 13:13:51 +08:00
committed by Huaishun Hu
parent 7f9ab057ba
commit d56a49f5b4
39 changed files with 7603 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# To-do list
* Vim's `:mksession` command doesn't support location list windows, find a good workaround?
* Try to find a more or less generic solution to restoring buffers with content generated at runtime by Vim plug-ins like the [NERD tree](http://www.vim.org/scripts/script.php?script_id=1658) and [Tag List](http://www.vim.org/scripts/script.php?script_id=273).
* Add a [SwapExists](http://vimdoc.sourceforge.net/htmldoc/autocmd.html#SwapExists) example to the documentation which enables multiple Vim processes to edit the same files without [E325 warnings](http://vimdoc.sourceforge.net/htmldoc/usr_11.html#E325).