summaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-08-10 01:21:28 -0500
committerJesse Luehrs <doy@tozt.net>2011-08-10 01:21:42 -0500
commit1708834d92746016fbcb9ce731ac3c0af368a264 (patch)
treeec06282f026acef43580827bed74323b0f971cba /vim
parent823238dc6666d249cd91c4a65e25a0e1c5e2b9ee (diff)
downloadconf-1708834d92746016fbcb9ce731ac3c0af368a264.tar.gz
conf-1708834d92746016fbcb9ce731ac3c0af368a264.zip
update zencoding
Diffstat (limited to 'vim')
-rw-r--r--vim/autoload/zencoding.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload/zencoding.vim b/vim/autoload/zencoding.vim
index ba9501c..cfd7d95 100644
--- a/vim/autoload/zencoding.vim
+++ b/vim/autoload/zencoding.vim
@@ -692,7 +692,7 @@ function! zencoding#expandAbbr(mode) range
else
let part = matchstr(line, '\(\S.*\)$')
while part =~ '<.*>'
- let part = substitute(part, '<.\{-}>', '', '')
+ let part = substitute(part, '^.*<.\{-}>', '', '')
endwhile
endif
let rest = getline('.')[len(line):]