Skip to content

Commit

Permalink
more indentkeys for lua
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Aug 8, 2012
1 parent efb84a1 commit 52e4225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/lua.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
imap <buffer> <BS> <C-R>=Lilydjwg_checklist_bs('\v^--\s?$')<CR>
abbr <buffer> != ~=
" This got left out :-(
setlocal indentkeys+=0=else
setlocal indentkeys+=0=else,0=elseif
" ---------------------------------------------------------------------
" Vim Modeline:
" vim:fdm=expr:fde=getline(v\:lnum-1)=~'\\v"\\s*-{20,}'?'>1'\:1
Expand Down

0 comments on commit 52e4225

Please sign in to comment.