comparison runtime/autoload/vimball.vim @ 10228:8a1481e59d64

commit https://github.com/vim/vim/commit/3e496b0ea31996b665824f45664dee1fdd73c4d0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 25 22:11:48 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Sep 2016 22:15:04 +0200
parents 47f17f66da3d
children 02bd0fe77c68
comparison
equal deleted inserted replaced
10227:3c984cfd5293 10228:8a1481e59d64
345 345
346 " return to tab with vimball 346 " return to tab with vimball
347 " call Decho("exe tabn ".curtabnr) 347 " call Decho("exe tabn ".curtabnr)
348 exe "tabn ".curtabnr 348 exe "tabn ".curtabnr
349 349
350 " set up help if its a doc/*.txt file 350 " set up help if it's a doc/*.txt file
351 " call Decho("didhelp<".didhelp."> fname<".fname.">") 351 " call Decho("didhelp<".didhelp."> fname<".fname.">")
352 if a:really && didhelp == "" && fname =~ 'doc/[^/]\+\.\(txt\|..x\)$' 352 if a:really && didhelp == "" && fname =~ 'doc/[^/]\+\.\(txt\|..x\)$'
353 let didhelp= substitute(fname,'^\(.*\<doc\)[/\\][^.]*\.\(txt\|..x\)$','\1','') 353 let didhelp= substitute(fname,'^\(.*\<doc\)[/\\][^.]*\.\(txt\|..x\)$','\1','')
354 " call Decho("didhelp<".didhelp.">") 354 " call Decho("didhelp<".didhelp.">")
355 endif 355 endif