comparison runtime/doc/pi_netrw.txt @ 29450:67f31c24291b

Update runtime files Commit: https://github.com/vim/vim/commit/b529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jul 25 15:42:07 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Mon, 25 Jul 2022 16:45:06 +0200
parents f8116058ca76
children a9b5ffbc0428
comparison
equal deleted inserted replaced
29449:25b27a637e86 29450:67f31c24291b
3916 rather than hide when g:netrw_fastbrowse 3916 rather than hide when g:netrw_fastbrowse
3917 was zero. 3917 was zero.
3918 * Installed |g:netrw_clipboard| setting 3918 * Installed |g:netrw_clipboard| setting
3919 * Installed option bypass for |'guioptions'| 3919 * Installed option bypass for |'guioptions'|
3920 a/A settings 3920 a/A settings
3921 * Changed popup_beval() to |popup_atcursor|() 3921 * Changed popup_beval() to |popup_atcursor()|
3922 in netrw#ErrorMsg (lacygoill). Apparently 3922 in netrw#ErrorMsg (lacygoill). Apparently
3923 popup_beval doesn't reliably close the 3923 popup_beval doesn't reliably close the
3924 popup when the mouse is moved. 3924 popup when the mouse is moved.
3925 * VimEnter() now using win_execute to examine 3925 * VimEnter() now using win_execute to examine
3926 buffers for an attempt to open a directory. 3926 buffers for an attempt to open a directory.