Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lambdalisue/vim-fern
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.43.0
Choose a base ref
...
head repository: lambdalisue/vim-fern
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Mar 28, 2022

  1. Use const instead of lockvar

    Close #408
    lambdalisue committed Mar 28, 2022
    Copy the full SHA
    93d34cc View commit details
  2. Merge pull request #409 from lambdalisue/use-const

    Use `const` instead of `lockvar`
    lambdalisue authored Mar 28, 2022
    Copy the full SHA
    53d8cf7 View commit details

Commits on Apr 6, 2022

  1. Restore winfixwidth automatically

    Close #413
    lambdalisue committed Apr 6, 2022
    Copy the full SHA
    2e37485 View commit details

Commits on Apr 7, 2022

  1. Merge pull request #414 from lambdalisue/fix-413

    Restore `winfixwidth` automatically
    lambdalisue authored Apr 7, 2022
    Copy the full SHA
    1237977 View commit details

Commits on Apr 12, 2022

  1. Copy the full SHA
    8ee7254 View commit details

Commits on Apr 14, 2022

  1. Copy the full SHA
    83c1d77 View commit details
  2. Copy the full SHA
    b940770 View commit details
  3. Merge pull request #417 from lambdalisue/fix-winfixwidth

    Automatically set `nowinfixwidth` when there is only one window
    lambdalisue authored Apr 14, 2022
    Copy the full SHA
    3000ce2 View commit details
  4. Merge pull request #419 from lambdalisue/fix-popup-right

    Enable hover_popup feature only on left sided drawer
    lambdalisue authored Apr 14, 2022
    Copy the full SHA
    ab237a1 View commit details

Commits on May 15, 2022

  1. Map <Return> and <Backspace> directly to <Plug> commands

    NeoVim introduced a breaking change that breaks indirect mapping of
    <Return> and <Backspace> to a command via <C-m> and <C-h>.
    (neovim/neovim#14090 (comment))
    
    Mapping them directly fixes the problem and is clearer.
    tomtomjhj committed May 15, 2022
    Copy the full SHA
    4fc7b83 View commit details

Commits on May 16, 2022

  1. Merge pull request #424 from tomtomjhj/direct-map

    Map <Return> and <Backspace> directly to <Plug> commands
    lambdalisue authored May 16, 2022
    Copy the full SHA
    20fbe73 View commit details

Commits on May 21, 2022

  1. Update Vital modules

    lambdalisue committed May 21, 2022
    Copy the full SHA
    2557981 View commit details
  2. Copy the full SHA
    477bf06 View commit details
  3. Copy the full SHA
    9cf8b64 View commit details
  4. Copy the full SHA
    f5e02f1 View commit details

Commits on May 22, 2022

  1. Fix invalid condition

    lambdalisue committed May 22, 2022
    Copy the full SHA
    a7c7c77 View commit details

Commits on Jun 5, 2022

  1. Merge pull request #426 from lambdalisue/warn-shellslash

    Disable fern with `shellslash` option
    lambdalisue authored Jun 5, 2022
    Copy the full SHA
    eee2649 View commit details
  2. Copy the full SHA
    a808fc3 View commit details
  3. Merge pull request #425 from lambdalisue/popup-nobuflisted

    Fix invalid behavior when popup window is shown on Neovim
    lambdalisue authored Jun 5, 2022
    Copy the full SHA
    7ba49dd View commit details

Commits on Jun 7, 2022

  1. Copy the full SHA
    52d6535 View commit details

Commits on Jun 11, 2022

  1. Merge pull request #428 from Cnly/Cnly-patch-1

    Fix typo in startup warning message
    lambdalisue authored Jun 11, 2022
    Copy the full SHA
    305d644 View commit details
  2. Copy the full SHA
    4b9ff22 View commit details

Commits on Jun 12, 2022

  1. Copy the full SHA
    1f01f09 View commit details

Commits on Jun 13, 2022

  1. Merge pull request #430 from lambdalisue/use-winbar

    Use `winbar` instead when `winbar` is available and `laststatus=3`
    lambdalisue authored Jun 13, 2022
    Copy the full SHA
    951a05d View commit details

Commits on Jul 20, 2022

  1. Copy the full SHA
    92cb78c View commit details

Commits on Jul 21, 2022

  1. Merge pull request #434 from mopp/add_open_drop

    add <Plug>(fern-action-open:drop)
    lambdalisue authored Jul 21, 2022
    Copy the full SHA
    e90cdeb View commit details

Commits on Jul 23, 2022

  1. Copy the full SHA
    aba7e97 View commit details
  2. Copy the full SHA
    b43fefd View commit details
  3. Wait a bit longer on Windows

    Timer on Windows is a bit slow so wait a bit longer
    lambdalisue committed Jul 23, 2022
    Copy the full SHA
    54f15a1 View commit details
  4. Merge pull request #436 from lambdalisue/fix-435

    Fix 'E242' when smart-quit feature on Neovim 0.7.1
    lambdalisue authored Jul 23, 2022
    Copy the full SHA
    4a319ff View commit details
  5. Merge pull request #437 from lambdalisue/fix-432

    Do NOT save winwidth on some situation to fix #432
    lambdalisue authored Jul 23, 2022
    Copy the full SHA
    23dc077 View commit details
  6. Copy the full SHA
    98bc462 View commit details
Loading