Skip to content

Commit

Permalink
eunuch.vim 1.1
Browse files Browse the repository at this point in the history
* Provide :Mkdir.
* Automatic mkdir in :Move and :Rename.
* Make :Rename relative to containing directory.
* Fix :Chmod error.
* Rename :W to :Wall.
* Skip unwritable buffers in :Wall.
* Provide :SudoEdit.
* Show password prompt for sudo in GUI.
* Better filetype detection for files edited with with sudoedit.
* Support old Vim without fnameescape.
  • Loading branch information
tpope committed Apr 30, 2014
1 parent 9f63df9 commit 16f6434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/eunuch.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
" eunuch.vim - Helpers for UNIX
" Maintainer: Tim Pope <http://tpo.pe/>
" Version: 1.0
" Version: 1.1

if exists('g:loaded_eunuch') || &cp || v:version < 700
finish
Expand Down

0 comments on commit 16f6434

Please sign in to comment.