I want to know when I should call RestoreSession() function and when not. Because when I open single file, I don't want to see my project's files, which i save to vim session before.
For example if I call vim like this: vim -n test.rb. How me to detect n key in vimrc? (I want use n key as something like custom indicator for my purpose)
It's all, small question :-)