Commit 726dd2da0bfa43bdf5d0d253d922507de008ccfa

Treat <c-h> as <bs>
Author: xaizek
Author date (UTC): 2014-01-13 17:34
Committer name: xaizek
Committer date (UTC): 2014-01-13 17:34
Parent(s): 2c71de50c96f260f2562c00796ba4622f23ca8dc
Signing key:
Tree: 5b6e10a2fcc8381d91f4e38662f062588bd4bd70
File Lines added Lines deleted
plugin/emacscommandline.vim 1 0
File plugin/emacscommandline.vim changed (mode: 100644) (index b3be0c4..f0d8581)
... ... function! <SID>DeleteChar()
88 88 endfunction endfunction
89 89
90 90 cnoremap <BS> <C-\>e<SID>BackwardDeleteChar()<CR> cnoremap <BS> <C-\>e<SID>BackwardDeleteChar()<CR>
91 cmap <C-H> <BS>
91 92 function! <SID>BackwardDeleteChar() function! <SID>BackwardDeleteChar()
92 93 call <SID>saveUndoHistory(getcmdline(), getcmdpos()) call <SID>saveUndoHistory(getcmdline(), getcmdpos())
93 94 if (getcmdpos() < 2) if (getcmdpos() < 2)
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vim-emacscommandline

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vim-emacscommandline

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master