@@ -284,14 +284,6 @@ Users can customize above appearance by the following variables.
284284 A | String | used as a symbol of expanded branch node.
285285 Default: "|- "
286286
287- *g:fern#renderer#default#marked_symbol*
288- OBSOLETE(v1.6.0)~
289- Use | g:fern#mark_symbol | instead.
290-
291- *g:fern#renderer#default#unmarked_symbol*
292- OBSOLETE(v1.6.0)~
293- No alternative feature is provided.
294-
295287See | FernHighlight | and | fern-highlight | to change pre-defeined | highlight | .
296288
297289Or create user custom renderer to change the appearance completely.
@@ -338,9 +330,6 @@ VARIABLE *fern-variable*
338330 Note that Neovim prior to 0.5.0 cannot hide the cursor thus faint
339331 vertical bar is used instead.
340332
341- *g:fern#smart_cursor*
342- DEPRECATED: Use | g:fern#hide_cursor | instead.
343-
344333*g:fern#keepalt_on_edit*
345334 Set 1 to apply | keepalt | on the "open:edit" action to keep an
346335 | alternate-file | in a split windows style like:
@@ -410,12 +399,6 @@ VARIABLE *fern-variable*
410399 The duplication is mainly occured when user execute | split | or
411400 | vsplit | command to duplicate window.
412401
413- *g:fern#disable_viewer_hide_cursor*
414- DEPRECATED: The cursor is not hidden any longer in default.
415-
416- *g:fern#disable_viewer_smart_cursor*
417- DEPRECATED: The smart cursor feature has obsoleted.
418-
419402*g:fern#disable_drawer_auto_winfixwidth*
420403 Set 1 to disable automatically enable 'winfixwidth' to drawer on
421404 | BufEnter | autocmd.
@@ -430,9 +413,6 @@ VARIABLE *fern-variable*
430413
431414 Default: 0
432415
433- *g:fern#disable_drawer_auto_quit*
434- DEPRECATED: Use | g:fern#disable_drawer_smart_quit | instead.
435-
436416*g:fern#disable_drawer_smart_quit*
437417 Set 1 to disable smart quit behavior when there are only two buffer
438418 remains (one is for the drawer styled fern window.)
@@ -614,13 +594,6 @@ COMMAND *fern-command*
614594 drawer style fern.
615595 If "-right" option is specified, the drawer on the right side is used.
616596 If "-stay" option is specified, it stay focus after execution.
617- Note that the command can be followed by a '|' and another command.
618-
619- *:FernFocus*
620- :FernFocus [-drawer]
621- DEPRECATED: Use | :FernDo | with ":" like ":FernDo :" instead.
622- Focus a next fern viewer. If "-drawer" option is specified, it focus
623- only a project drawer style fern.
624597 Note that the command can be followed by a '|' and another command.
625598
626599 *:FernReveal*
@@ -817,15 +790,6 @@ GLOBAL *fern-mapping-global*
817790 An alias to "hidden:toggle" action. Users can overwrite this mapping
818791 to change the default behavior of "hidden" action.
819792
820- *<Plug>(fern-action-hidden-set)*
821- DEPRECATED: Use | <Plug>(fern-action-hidden:set) | instead.
822-
823- *<Plug>(fern-action-hidden-unset)*
824- DEPRECATED: Use | <Plug>(fern-action-hidden:unset) | instead.
825-
826- *<Plug>(fern-action-hidden-toggle)*
827- DEPRECATED: Use | <Plug>(fern-action-hidden:toggle) | instead.
828-
829793*<Plug>(fern-action-include)*
830794*<Plug>(fern-action-include=)*
831795 Open a prompt to enter include filter. Users can type a | pattern | to
@@ -866,18 +830,6 @@ GLOBAL *fern-mapping-global*
866830 An alias to "mark:toggle" action. Users can overwrite this mapping to
867831 change the default behavior of "mark" action.
868832
869- *<Plug>(fern-action-mark-clear)*
870- DEPRECATED: Use | <Plug>(fern-action-mark:clear) | instead.
871-
872- *<Plug>(fern-action-mark-set)*
873- DEPRECATED: Use | <Plug>(fern-action-mark:set) | instead.
874-
875- *<Plug>(fern-action-mark-unset)*
876- DEPRECATED: Use | <Plug>(fern-action-mark:unset) | instead.
877-
878- *<Plug>(fern-action-mark-toggle)*
879- DEPRECATED: Use | <Plug>(fern-action-mark:toggle) | instead.
880-
881833*<Plug>(fern-action-debug)*
882834 Echo debug information of a cursor node.
883835
0 commit comments