Vfiler.vim Versions Save

:file_folder: File explorer plugin for Neovim/Vim

2.8.0

3 months ago

Features

Changes

Fixed bugs

Full Changelog: https://github.com/obaland/vfiler.vim/compare/2.7.0...2.8.0

2.7.0

6 months ago

Features

  • Add toggle option. (175275b5e71201fd858d7fb1ea094bd513a0d60b)
  • Add smart move cursor actions. (97e63dc8aff19a0a028eefd96a1379510316ea4f)
  • Add jump_to_history_directory action. (436bbf65f82fcb9ae8b6c3fbe490c6c563f41ee4)
  • Add scroll_up/down_preview actions. (89f613b1282488c63f481e20b8edf4f39b2fce58)
  • Eenable to rename in copy and move. (e0971c4d82056012183b6322dc7b7e4648b2ff85)

Updates

  • Erase duplicated history. (9e5b2a9ccfb2377016f8790087b0815a527d3a39)
  • Exclude current directory from history. (449ef2c238a2b585431c63f28c45624f878c4db5)
  • Make extension sort stable. (b57b317c02fcdc39e66e75204b2e940dd04e61c6)
  • Rename directory update stat function name. (0fc8a0234a04feb2c4da0fc5dd7365d892bc6f1b)
  • Normalize consecutive slashes. (e306ec75636e2695b918605a944920cfb8851b59)

Changes

  • Set default path to jump_to_directory action. (22363db38b7025ea479b467db5ab7fdf0fab97e6)
  • Prefer minwidth / minheigth to window size. (4520936f114e8a9cbfd7bd17daf6bcd968545b6a)

Fixed bugs

  • Reload for opened directories. (526c720991011f48cbbfd23b86a25736d27b9f7c)
  • Update opened directory stat (e9667d4a23da998bf5b12bd2ec09eec6db061376)
  • Exclude root from target by toggle_select_all. (bbb611620725471011c451e227c67af0fd1086ec)
  • Git status parse error for large stdout. (65371fee51c283253ec057dbc0066c3aa2155858)
  • Display git status for paths including whitespace. (5dbe2afaa18ad759054ee8505f74c6acb38b21ad)
  • Open action when floating. (a41f75f511075b4f3a984d94724ea15fe2770184)
  • view:get_item when opening two buffers. (1bea958ce54bd9ed8486e3c8e83bb291eaf435ab)

Full Changelog: https://github.com/obaland/vfiler.vim/compare/2.6.2...2.7.0

2.6.2

1 year ago

Improvements

  • Extended the information that can be obtained through the status interface. (22db5034ee1c5386725043b160f5897c28fccebe)

Fixed bugs

  • Clipboard Behavior (#11, b658c7906799cbfc42263de2c02f310a3f9aa2cb)
  • Support for file paths containing special characters (#10, 17d673ce91c5779859bfa0453696717ccd149292)
  • Execute the file with an external program (#11, 073601a5336f82b8ff9fb85fe9a4874ac2e5c337)
  • Fixed a problem that caused incorrect behavior under the influence of the shell option. (#11, f554e95db7fee9c17c03daaa5301a89d0af52fa9, d5a2deaa56adc519b2c2fac01456edbad885b8af)
  • Correction of documentation. (04f578c56ec8af868aa98b696024ff5bffb7e081, 929bc2a4f1daed54a199008f9deddb4dce1bcbe7)

Full Changelog: https://github.com/obaland/vfiler.vim/compare/2.6.1...2.6.2

2.6.1

1 year ago

Improvements

  • Obsolete the 'statusline' interface.
  • Changed the return value of the 'status' interface from a string type to a table type.

Fixed bugs

Full Changelog: https://github.com/obaland/vfiler.vim/compare/2.6.0...2.6.1

2.6.0

1 year ago

Options

  • Added find_file option.

Improvements

  • Cursor actions for sibling of items.

Fixed bugs

  • Fixed to consider numberwidth option value when calculating window width.
  • Other minor bug fixes.

Full Changelog: https://github.com/obaland/vfiler.vim/compare/2.5.4...2.6.0

2.5.4

1 year ago

Options

  • Added option for actions.

Improvements

  • Supported Windows shortcut file opening.
  • Performance Tuning.

Fixed bugs

  • Other minor bug fixes.

Full Changelog: https://github.com/obaland/vfiler.vim/compare/2.5.3...2.5.4

2.5.3

2 years ago

Fixed bugs

  • Fixed the file control actions.

Full Changelog: https://github.com/obaland/vfiler.vim/compare/2.5.2...2.5.3

2.5.2

2 years ago

Options

  • Add session option Enabled to control how the session is saved.

Improvements

  • Improved actions related to job.

Fixed bugs

  • Fixed the behavior of width and height options.
  • Other minor bug fixes.

Full Changelog: https://github.com/obaland/vfiler.vim/compare/2.5.1...2.5.2

2.5.1

2 years ago

Improvements

  • Improved performance It makes it more comfortable to change directory and open and close the tree.

Fixed bugs

  • Fixed an error in file operation.
  • Improved the behavior of autocmd

Full Changelog: https://github.com/obaland/vfiler.vim/compare/2.5.0...2.5.1

2.5.0

2 years ago

Features

  • Add floating to layout option. By specifying this, you can start in a floating window style.

Abolitions

  • Abolished the statusline option.

Full Changelog: https://github.com/obaland/vfiler.vim/compare/2.4.1...2.5.0