Diff to HTML by rtfpessoa

Files changed (3) hide show
  1. runtime/doc/options.txt +38 -1
  2. runtime/doc/syntax.txt +5 -0
  3. runtime/doc/version9.txt +3 -0
runtime/doc/options.txt CHANGED
@@ -4683,7 +4683,8 @@ A jump table for the options with a short description can be found at |Q_op|.
4683
  =:PmenuSel, k:PmenuMatch,<:PmenuMatchSel,
4684
  [:PmenuKind,]:PmenuKindSel,
4685
  {:PmenuExtra,}:PmenuExtraSel,
4686
- x:PmenuSbar,X:PmenuThumb,*:TabLine,
 
4687
  #:TabLineSel,_:TabLineFill,!:CursorColumn,
4688
  .:CursorLine,o:ColorColumn,q:QuickFixLine,
4689
  z:StatusLineTerm,Z:StatusLineTermNC,
@@ -4750,6 +4751,8 @@ A jump table for the options with a short description can be found at |Q_op|.
4750
  |hl-PmenuThumb| X popup menu scrollbar thumb
4751
  |hl-PmenuMatch| k popup menu matched text
4752
  |hl-PmenuMatchSel| < popup menu matched text in selected line
 
 
4753
  |hl-PreInsert| I text inserted when "preinsert" is in 'completeopt'
4754
 
4755
  The display modes are:
@@ -6787,6 +6790,40 @@ A jump table for the options with a short description can be found at |Q_op|.
6787
  global
6788
  When on a ":" prompt is used in Ex mode.
6789
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6790
  *'pumheight'* *'ph'*
6791
  'pumheight' 'ph' number (default 0)
6792
  global
 
4683
  =:PmenuSel, k:PmenuMatch,<:PmenuMatchSel,
4684
  [:PmenuKind,]:PmenuKindSel,
4685
  {:PmenuExtra,}:PmenuExtraSel,
4686
+ x:PmenuSbar,X:PmenuThumb,j:PmenuBorder,
4687
+ H:PmenuShadow,*:TabLine,
4688
  #:TabLineSel,_:TabLineFill,!:CursorColumn,
4689
  .:CursorLine,o:ColorColumn,q:QuickFixLine,
4690
  z:StatusLineTerm,Z:StatusLineTermNC,
 
4751
  |hl-PmenuThumb| X popup menu scrollbar thumb
4752
  |hl-PmenuMatch| k popup menu matched text
4753
  |hl-PmenuMatchSel| < popup menu matched text in selected line
4754
+ |hl-PmenuBorder| j popup menu border characters
4755
+ |hl-PmenuShadow| H popup menu shadow
4756
  |hl-PreInsert| I text inserted when "preinsert" is in 'completeopt'
4757
 
4758
  The display modes are:
 
6790
  global
6791
  When on a ":" prompt is used in Ex mode.
6792
 
6793
+ *'pumborder'* *'pb'*
6794
+ 'pumborder' 'pb' string (default "")
6795
+ global
6796
+ Defines a border and optional decorations for the popup menu in
6797
+ completion. The value is a comma-separated list of keywords.
6798
+
6799
+ Border styles (at most one):
6800
+ "single" use thin box-drawing characters
6801
+ "double" use double-line box-drawing characters
6802
+ "round" use rounded corners
6803
+ "ascii" use ASCII characters (-, |, +)
6804
+ "custom:X;X;X;X;X;X;X;X"
6805
+ use eight characters separated by semicolons, in the
6806
+ order: top, right, bottom, left,
6807
+ topleft, topright, botright, botleft
6808
+
6809
+ Additional flags:
6810
+ "margin" adds one-cell spacing inside the left and right border
6811
+ "shadow" draws a shadow at the right and bottom edges
6812
+
6813
+ Highlight groups:
6814
+ |hl-PmenuBorder| used for the border characters
6815
+ |hl-PmenuShadow| used for the shadow
6816
+
6817
+ Examples: >
6818
+ :set pumborder=single
6819
+ :set pumborder=double,margin,shadow
6820
+ :set pumborder=custom:─;│;─;│;┌;┐;┘;└,shadow
6821
+ <
6822
+ Border styles using box-drawing characters ("single", "double",
6823
+ "round") are only available when |'encoding'| is "utf-8" and
6824
+ |'ambiwidth'| is "single". "margin" requires a border style.
6825
+ See also: |ins-completion-menu|.
6826
+
6827
  *'pumheight'* *'ph'*
6828
  'pumheight' 'ph' number (default 0)
6829
  global
runtime/doc/syntax.txt CHANGED
@@ -6024,6 +6024,11 @@ PmenuMatch Popup menu: Matched text in normal item. Applied in
6024
  *hl-PmenuMatchSel*
6025
  PmenuMatchSel Popup menu: Matched text in selected item. Applied in
6026
  combination with |hl-PmenuSel|.
 
 
 
 
 
6027
  *hl-ComplMatchIns*
6028
  ComplMatchIns Matched text of the currently inserted completion.
6029
  *hl-PreInsert*
 
6024
  *hl-PmenuMatchSel*
6025
  PmenuMatchSel Popup menu: Matched text in selected item. Applied in
6026
  combination with |hl-PmenuSel|.
6027
+ *hl-PmenuBorder*
6028
+ PmenuBorder Popup menu: Border characters.
6029
+ Linked to |hl-Pmenu| by default.
6030
+ *hl-PmenuShadow*
6031
+ PmenuShadow Popup menu: Used for shadow.
6032
  *hl-ComplMatchIns*
6033
  ComplMatchIns Matched text of the currently inserted completion.
6034
  *hl-PreInsert*
runtime/doc/version9.txt CHANGED
@@ -41838,9 +41838,11 @@ Highlighting: ~
41838
  |hl-ComplMatchIns| matched text of the currently inserted completion
41839
  |hl-DiffTextAdd| added text within a changed line
41840
  |hl-MsgArea| highlighting of the Command-line and messages area
 
41841
  |hl-PmenuMatch| Popup menu: highlighting of matched text
41842
  |hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
41843
  line
 
41844
  |hl-PreInsert| highlighting for completion preinserted text
41845
  |hl-TabPanel| |tabpanel|: not active tab page label
41846
  |hl-TabPanelFill| |tabpanel|: filler space
@@ -41880,6 +41882,7 @@ Options: ~
41880
  'lhistory' Size of the location list stack |quickfix-stack|
41881
  'maxsearchcount' Set the maximum number for search-stat |shm-S|
41882
  'messagesopt' configure |:messages| and |hit-enter| prompt
 
41883
  'pummaxwidth' maximum width for the completion popup menu
41884
  'showtabpanel' When to show the |tabpanel|
41885
  'tabclose' Which tab page to focus after closing a tab page
 
41838
  |hl-ComplMatchIns| matched text of the currently inserted completion
41839
  |hl-DiffTextAdd| added text within a changed line
41840
  |hl-MsgArea| highlighting of the Command-line and messages area
41841
+ |hl-PmenuBorder| Popup menu: highlighting of popup border characters
41842
  |hl-PmenuMatch| Popup menu: highlighting of matched text
41843
  |hl-PmenuMatchSel| Popup menu: highlighting of matched text in selected
41844
  line
41845
+ |hl-PmenuShadow| Popup menu: highlighting of the popup shadow
41846
  |hl-PreInsert| highlighting for completion preinserted text
41847
  |hl-TabPanel| |tabpanel|: not active tab page label
41848
  |hl-TabPanelFill| |tabpanel|: filler space
 
41882
  'lhistory' Size of the location list stack |quickfix-stack|
41883
  'maxsearchcount' Set the maximum number for search-stat |shm-S|
41884
  'messagesopt' configure |:messages| and |hit-enter| prompt
41885
+ 'pumborder' define popup border and decorations
41886
  'pummaxwidth' maximum width for the completion popup menu
41887
  'showtabpanel' When to show the |tabpanel|
41888
  'tabclose' Which tab page to focus after closing a tab page