willys5000 / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Use of session file created with mksession causes error message #354

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. In vim, use :mksession to create a session file -- Session.vim

2. From the command line use the vim -S option.  For example,

    $ vim -S Session.vim

What is the expected output?  Vim should open with no errors.

What do you see instead?  I see this error message:

$ v -S Session.vim
"tmp6.txt" 23L, 884C
Error detected while processing /opt/share/vim/vim74/syntax/sh.vim:
line  130:
"tmp6.txt" 23L, 884C
Press ENTER or type command to continue

What version of the product are you using?

Vim built from source at https://vim.googlecode.com/hg/

:version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Apr 13 2015 09:07:59) Included 
patches: 1-698

On what operating system?

Linux quail 3.16.0-34-generic #45-Ubuntu SMP Mon Mar 23 17:21:27 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

Dave

Original issue reported on code.google.com by dkuhl...@davekuhlman.org on 14 Apr 2015 at 12:27

GoogleCodeExporter commented 9 years ago
I think, this has been fixed with the latest runtime files update 
(https://code.google.com/p/vim/source/detail?r=49db2b2395644243c4c4472a4e6a0395f
33d735c) so closing

Original comment by chrisbr...@googlemail.com on 21 Apr 2015 at 5:54