You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sanitize history: Remove ':open', ':tabopen' and ':winopen' command-line history entries
According to the documentation (:help 'sanitizeitems'), when history
items are sanitized :open, :tabopen and :winopen command-line history
entries should be also removed.
CommandLine.History.sanitize() function is responsible for this but it
fails with errors. Make that function work properly.
0 commit comments