Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On pressing backspace+Enter, keep cursor indent #98

Closed
wants to merge 4 commits into from

Commits on Jun 15, 2012

  1. Configuration menu
    Copy the full SHA
    0461bc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2012

  1. Remove special comment handling

    Comments seem to be handled fine without it, except their behaviour
    matches the new backspacing behaviour -- when the user backspaces after
    a comment line, their indentation is preserved when they hit "Enter".
    AndrewRadev committed Aug 4, 2012
    Configuration menu
    Copy the full SHA
    04bad86 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2012

  1. set nosmartindent

    Smart indent seems to be useful for C, but not necessary in this case.
    AndrewRadev committed Aug 20, 2012
    Configuration menu
    Copy the full SHA
    9741798 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2012

  1. Handle comments

    In the end, there has to be an explicit check for comments, or they get
    indented just like normal code.
    AndrewRadev committed Oct 4, 2012
    Configuration menu
    Copy the full SHA
    a1e8d3a View commit details
    Browse the repository at this point in the history