" Go to last file if invoked without arguments.
autocmd VimEnter * nested if
\ argc() == 0 &&
\ bufname("%") == "" &&
\ bufname("2" + 0) != "" |
\ exe "normal! `0" |
\ endif
Нагугленное решение не работает. Можно ли обойтись без сессии?
" Go to last file if invoked without arguments.
autocmd VimEnter * nested if
\ argc() == 0 &&
\ bufname("%") == "" &&
\ bufname("2" + 0) != "" |
\ exe "normal! `0" |
\ endif
Нагугленное решение не работает. Можно ли обойтись без сессии?