Merge pull request #260 from elafarge/elafarge/fix-acute-accent-mapping-conflict

[bugfix] <m-i> conflict with the "é" character
This commit is contained in:
Karl Yngve Lervåg 2015-10-26 08:12:49 +01:00
commit 0ee4a177ae

View File

@ -131,7 +131,6 @@ function! s:default_maps() " {{{1
" Return default snippet list including list of simple maps
return snippets + [
\ { 'lhs_rhs' : ['...', '\dots'], 'leader' : '' },
\ { 'lhs_rhs' : ['<m-i>', '\item '], 'leader' : '' },
\ { 'lhs_rhs' : ['0', '\emptyset'], 'wrapper' : 's:wrap_math'},
\ { 'lhs_rhs' : ['6', '\partial'], 'wrapper' : 's:wrap_math'},
\ { 'lhs_rhs' : ['8', '\infty'], 'wrapper' : 's:wrap_math'},