1. 17 5月, 2019 1 次提交
    • M
      vim: add extra session file Sessionx.vim (#3058) · cdab24d9
      Matan Nassau 提交于
      from vim's documentation on `:mksession` (:help :mksession):
      
       ...
      
       10. If a file exists with the same name as the Session file, but ending
           in "x.vim" (for eXtra), executes that as well.  You can use *x.vim
           files to specify additional settings and actions associated with a
           given Session, such as creating menu items in the GUI version.
      
      we already have Session.vim ignored.  the Sessionx.vim file, like
      Session.vim, is a user file.  a user would generally want that file kept
      private or for themselves, and the public or a team fetching from or
      sharing the repository generally have no interest in a file relevant
      only to a particular user.  so it's a good idea to get git to help us
      avoid mistakenly sharing the file.
      cdab24d9
  2. 02 5月, 2018 1 次提交
  3. 19 3月, 2018 1 次提交
  4. 01 6月, 2017 1 次提交
  5. 06 12月, 2016 1 次提交
  6. 23 2月, 2016 1 次提交
  7. 07 2月, 2016 1 次提交
  8. 05 6月, 2015 1 次提交
  9. 07 1月, 2015 1 次提交
  10. 04 11月, 2013 1 次提交
  11. 28 8月, 2013 2 次提交
  12. 07 3月, 2013 1 次提交
  13. 22 1月, 2013 1 次提交
  14. 14 11月, 2012 1 次提交
  15. 19 4月, 2012 1 次提交
  16. 22 2月, 2011 1 次提交
  17. 19 11月, 2010 1 次提交
  18. 09 11月, 2010 1 次提交