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

[RFC] Special interfaces cleanup #2008

Merged
merged 3 commits into from Mar 13, 2015
Merged

[RFC] Special interfaces cleanup #2008

merged 3 commits into from Mar 13, 2015

Commits on Mar 13, 2015

  1. Interface cleanup: Symlink handling & docs

    This removes the ability to start nvim via the following aliases in
    favor of just using their command line arguments:
    
    ex        vim -e
    exim      vim -E
    view      vim -R
    gvim      vim -g
    gex       vim -eg
    gview     vim -Rg
    rvim      vim -Z
    rview     vim -RZ
    rgvim     vim -gZ
    rgview    vim -RgZ
    
    This also removes Vi mode (-v) for consistency. From ':help -v':
    
        -v  Start Ex in Vi mode.  Only makes a difference when the
        executable is called "ex" or "gvim".  For gvim the GUI is not
        started if possible.
    Michael Reed committed Mar 13, 2015
    Copy the full SHA
    481ebc0 View commit details
    Browse the repository at this point in the history
  2. Interface cleanup: Man pages

    Michael Reed committed Mar 13, 2015
    Copy the full SHA
    2d11eba View commit details
    Browse the repository at this point in the history
  3. gitignore: add /src/nvim/testdir/del

    refs #1875
    Michael Reed committed Mar 13, 2015
    Copy the full SHA
    29ad67d View commit details
    Browse the repository at this point in the history