Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. runtime/doc/builtin.txt +3 -1
runtime/doc/builtin.txt CHANGED
@@ -1,4 +1,4 @@
1
- *builtin.txt* For Vim version 9.1. Last change: 2024 Nov 18
2
 
3
 
4
  VIM REFERENCE MANUAL by Bram Moolenaar
@@ -5086,6 +5086,8 @@ getwininfo([{winid}]) *getwininfo()*
5086
  botline last complete displayed buffer line
5087
  bufnr number of buffer in the window
5088
  height window height (excluding winbar)
 
 
5089
  loclist 1 if showing a location list
5090
  {only with the +quickfix feature}
5091
  quickfix 1 if quickfix or location list window
1
+ *builtin.txt* For Vim version 9.1. Last change: 2024 Nov 26
2
 
3
 
4
  VIM REFERENCE MANUAL by Bram Moolenaar
5086
  botline last complete displayed buffer line
5087
  bufnr number of buffer in the window
5088
  height window height (excluding winbar)
5089
+ leftcol first column displayed; only used when
5090
+ 'wrap' is off
5091
  loclist 1 if showing a location list
5092
  {only with the +quickfix feature}
5093
  quickfix 1 if quickfix or location list window