comparison runtime/autoload/netrw.vim @ 33577:d6dde6229b36

runtime: Fix more typos (#13354) Commit: https://github.com/vim/vim/commit/dbf749bd5aaef6ea2d28bce081349785d174d96a Author: Viktor Sz?pe <viktor@szepe.net> Date: Mon Oct 16 09:53:37 2023 +0200 runtime: Fix more typos (https://github.com/vim/vim/issues/13354) * Fix more typos * Fix typos in ignored runtime/ directory Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 16 Oct 2023 10:00:10 +0200
parents c5e0ce8a104e
children 26c9f7fccaeb
comparison
equal deleted inserted replaced
33576:67fa1a899087 33577:d6dde6229b36
1959 " s:NetrwRestoreSetting: restores specified setting using associated keepvar, {{{2 1959 " s:NetrwRestoreSetting: restores specified setting using associated keepvar, {{{2
1960 " but only if the setting value differs from the associated keepvar. 1960 " but only if the setting value differs from the associated keepvar.
1961 " Doing this means that netrw will not come up as having changed a 1961 " Doing this means that netrw will not come up as having changed a
1962 " setting last when it really didn't actually change it. 1962 " setting last when it really didn't actually change it.
1963 " 1963 "
1964 " Used by s:NetrwOptionsRestore() to restore each netrw-senstive setting 1964 " Used by s:NetrwOptionsRestore() to restore each netrw-sensitive setting
1965 " keepvars are set up by s:NetrwOptionsSave 1965 " keepvars are set up by s:NetrwOptionsSave
1966 fun! s:NetrwRestoreSetting(keepvar,setting) 1966 fun! s:NetrwRestoreSetting(keepvar,setting)
1967 """ call Dfunc("s:NetrwRestoreSetting(a:keepvar<".a:keepvar."> a:setting<".a:setting.">)") 1967 """ call Dfunc("s:NetrwRestoreSetting(a:keepvar<".a:keepvar."> a:setting<".a:setting.">)")
1968 1968
1969 " typically called from s:NetrwOptionsRestore 1969 " typically called from s:NetrwOptionsRestore
5560 redraw! 5560 redraw!
5561 5561
5562 " cleanup: remove temporary file, 5562 " cleanup: remove temporary file,
5563 " delete current buffer if success with handler, 5563 " delete current buffer if success with handler,
5564 " return to prior buffer (directory listing) 5564 " return to prior buffer (directory listing)
5565 " Feb 12, 2008: had to de-activiate removal of 5565 " Feb 12, 2008: had to de-activate removal of
5566 " temporary file because it wasn't getting seen. 5566 " temporary file because it wasn't getting seen.
5567 " if remote == 1 && fname != a:fname 5567 " if remote == 1 && fname != a:fname
5568 "" call Decho("deleting temporary file<".fname.">",'~'.expand("<slnum>")) 5568 "" call Decho("deleting temporary file<".fname.">",'~'.expand("<slnum>"))
5569 " call s:NetrwDelete(fname) 5569 " call s:NetrwDelete(fname)
5570 " endif 5570 " endif