Skip to content

Commit

Permalink
lua.vim: add 'else' to indentkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Aug 7, 2012
1 parent f0d4896 commit f7773cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ftplugin/lua.vim
@@ -1,10 +1,11 @@
" Vim script file
" FileType: lua
" Author: lilydjwg <lilydjwg@gmail.com>
" Last Change: 2011-03-08
" ---------------------------------------------------------------------
imap <buffer> <BS> <C-R>=Lilydjwg_checklist_bs('\v^--\s?$')<CR>
abbr <buffer> != ~=
" This got left out :-(
setlocal indentkeys+=0=else
" ---------------------------------------------------------------------
" Vim Modeline:
" vim:fdm=expr:fde=getline(v\:lnum-1)=~'\\v"\\s*-{20,}'?'>1'\:1
Expand Down

0 comments on commit f7773cb

Please sign in to comment.