comparison runtime/autoload/getscript.vim @ 19116:9b7f90e56753

Update runtime files. Commit: https://github.com/vim/vim/commit/8024f936368336241406137a2fa78ed5ee9000a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 14 19:29:13 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jan 2020 19:30:04 +0100
parents 1a951a4beee3
children 11b656e74444
comparison
equal deleted inserted replaced
19115:7c7cf6b1e1cf 19116:9b7f90e56753
234 let depscriptid = substitute(getline("."),'^"\s\+GetLatestVimScripts:\s\+\(\d\+\)\s\+.*$','\1','') 234 let depscriptid = substitute(getline("."),'^"\s\+GetLatestVimScripts:\s\+\(\d\+\)\s\+.*$','\1','')
235 let llp1 = lastline+1 235 let llp1 = lastline+1
236 " call Decho("..depscript<".depscript.">") 236 " call Decho("..depscript<".depscript.">")
237 237
238 " found a "GetLatestVimScripts: # #" line in the script; 238 " found a "GetLatestVimScripts: # #" line in the script;
239 " check if its already in the datafile by searching backwards from llp1, 239 " check if it's already in the datafile by searching backwards from llp1,
240 " the (prior to reading in the plugin script) last line plus one of the GetLatestVimScripts.dat file, 240 " the (prior to reading in the plugin script) last line plus one of the GetLatestVimScripts.dat file,
241 " for the script-id with no wrapping allowed. 241 " for the script-id with no wrapping allowed.
242 let curline = line(".") 242 let curline = line(".")
243 let noai_script = substitute(depscript,'\s*:AutoInstall:\s*','','e') 243 let noai_script = substitute(depscript,'\s*:AutoInstall:\s*','','e')
244 exe llp1 244 exe llp1