comparison runtime/doc/editing.txt @ 27036:3e661b0cf500

Update runtime files Commit: https://github.com/vim/vim/commit/2f0936cb9a2eb026acac03e6a8fd0b2a5d97508b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 21:51:59 2022 +0000 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 23:00:06 +0100
parents edb7d53fc7e3
children b19230a8d40a
comparison
equal deleted inserted replaced
27035:5232c68bb21d 27036:3e661b0cf500
1768 < and then search for a file with |gf| the file is searched in: > 1768 < and then search for a file with |gf| the file is searched in: >
1769 /u/user_x/work/release/include 1769 /u/user_x/work/release/include
1770 /u/user_x/work/include 1770 /u/user_x/work/include
1771 /u/user_x/include 1771 /u/user_x/include
1772 1772
1773 < Note: If your 'path' setting includes an non-existing directory, Vim will 1773 < Note: If your 'path' setting includes a non-existing directory, Vim will
1774 skip the non-existing directory, but continues searching in the parent of 1774 skip the non-existing directory, but continues searching in the parent of
1775 the non-existing directory if upwards searching is used. E.g. when 1775 the non-existing directory if upwards searching is used. E.g. when
1776 searching "../include" and that doesn't exist, and upward searching is 1776 searching "../include" and that doesn't exist, and upward searching is
1777 used, also searches in "..". 1777 used, also searches in "..".
1778 1778