comparison runtime/doc/windows.txt @ 26089:c544eacaf066 v8.2.3578

patch 8.2.3578: manipulating highlighting is complicated Commit: https://github.com/vim/vim/commit/d1a8d658e1b16cf8579fc72cf7aa6a29a57ff5ef Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Wed Nov 3 21:56:45 2021 +0000 patch 8.2.3578: manipulating highlighting is complicated Problem: Manipulating highlighting is complicated. Solution: Add the hlget() and hlset() functions. (Yegappan Lakshmanan, closes #9039)
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Nov 2021 23:00:08 +0100
parents 11b656e74444
children c725b8e17f1f
comparison
equal deleted inserted replaced
26088:37d400a117f7 26089:c544eacaf066
1356 :setlocal bufhidden=delete 1356 :setlocal bufhidden=delete
1357 :setlocal noswapfile 1357 :setlocal noswapfile
1358 < The buffer name is the name of the directory and is adjusted 1358 < The buffer name is the name of the directory and is adjusted
1359 when using the |:cd| command. 1359 when using the |:cd| command.
1360 1360
1361 *scratch-buffer*
1361 scratch Contains text that can be discarded at any time. It is kept 1362 scratch Contains text that can be discarded at any time. It is kept
1362 when closing the window, it must be deleted explicitly. 1363 when closing the window, it must be deleted explicitly.
1363 Settings: > 1364 Settings: >
1364 :setlocal buftype=nofile 1365 :setlocal buftype=nofile
1365 :setlocal bufhidden=hide 1366 :setlocal bufhidden=hide