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

repl: Auto alignment for .editor mode #8241

Closed
wants to merge 3 commits into from

Commits on Aug 23, 2016

  1. repl: Auto alignment for .editor mode

    When in `.editor` mode, current line whitespace prefixes
    are preserved in the subsequent line.
    
    ```js
    node 🙈 ₹ node
    > .editor
    // Entering editor mode (^D to finish, ^C to cancel)
    function test() {
      console.log('tested!'); //On enter, cursor will be at 2 position
      _
    ```
    princejwesley committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    f8ce89d View commit details
    Browse the repository at this point in the history
  2. typo _sawKeyPress

    princejwesley committed Aug 23, 2016
    Configuration menu
    Copy the full SHA
    2722267 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2016

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