Skip to content

Tags: tpope/vim-eunuch

Tags

v1.3

Toggle v1.3's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
eunuch.vim 1.3

Re-detect 'filetype' after typing a shebang line.
Fill in blank shebang line based on current 'filetype'.
Support :Move and :Rename in new files.
Provide :Copy and :Duplicate.
Support :Delete and :Remove in empty directories.
Require ! when :Delete or :Remove can't be undone.
Provide User autocommand events for :Chmod and :Remove.
Always create parent directories on :Mkdir (like `mkdir -p`).
Run BufReadPre and Post autocmds for :SudoEdit.
Resolve symlinks in :SudoEdit, as required by sudo -e.
Support :SudoEdit and :SudoWrite with ! in 'guioptions'.
Drop defunct support for SUDO_COMMAND filetype detection.
Drop defunct support for skeleton init script.
Bump minimum Vim version to 7.4.
Bug fixes.

v1.2

Toggle v1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
eunuch.vim 1.2

* Don't delete buffer after :Unlink/:Remove.
* Introduce :Delete to delete both file and buffer.
* Replace :Find and :Locate with :Cfind/:Lfind and :Clocate/:Llocate.
* Pre-populate new /etc/init.d scripts from /etc/init.d/skeleton.
* Use setfperm() rather than :!chmod for simple cases.
* Use sudo -A to prompt for password in GUI.
* Re-detect filetype after :Move/:Rename.
* Support virtual buffers, such as from Fugitive.
* Bug fixes.

v1.1

Toggle v1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
eunuch.vim 1.1

v1.0

Toggle v1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
tpope Tim Pope
eunuch.vim 1.0