comparison runtime/doc/windows.txt @ 18456:6d11fc4aa683

Update runtime files Commit: https://github.com/vim/vim/commit/96f45c0b6fc9e9d404e6805593ed1e0e6795e470 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 26 19:53:45 2019 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 26 Oct 2019 20:00:04 +0200
parents cc953757ed2a
children 18d7337b6837
comparison
equal deleted inserted replaced
18455:3c98dfd2380c 18456:6d11fc4aa683
1 *windows.txt* For Vim version 8.1. Last change: 2019 Aug 18 1 *windows.txt* For Vim version 8.1. Last change: 2019 Oct 18
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
310 " if there are fewer than 9 windows opened 310 " if there are fewer than 9 windows opened
311 :-quit " quit the previous window 311 :-quit " quit the previous window
312 :+quit " quit the next window 312 :+quit " quit the next window
313 :+2quit " quit the second next window 313 :+2quit " quit the second next window
314 < 314 <
315 When closing a help window, Vim will try to restore the
316 previous window layout |:helpclose|.
317
315 :q[uit]! 318 :q[uit]!
316 :{count}q[uit]! 319 :{count}q[uit]!
317 Without {count}: Quit the current window. If {count} is 320 Without {count}: Quit the current window. If {count} is
318 given quit the {count} window. 321 given quit the {count} window.
319 322