Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 280 by [email protected]: GetLuaIndent unindents for words
starting with "end"
https://code.google.com/p/vim/issues/detail?id=280
What steps will reproduce the problem?
1. Start a new buffer with filetype=lua and filetype indentation enabled.
2. Type the following:
if condition == true then
endOfGame()
end
What is the expected output? What do you see instead?
Vim should preserve the indentation above, but instead it tries to unindent
when it sees "endOfGame". It forces the bad indent both as you type and if
you format later with vim's "=" mapping.
What version of the product are you using? On what operating system?
vim 7.4.473 on Ubuntu 14.04
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.