Skip to content

Allow additional commands in script.vim #13

Description

@krisleech

I have to issue a few more commands than are at the top of script.vim to remove things like colorcolumn and the status bar. I also need to issue nonumber twice (not sure why!).

Would you consider allowing an additional file to to included (passed via a command line arg) or if you think its generic enough we could add it to script.vim for everyone. I'm currently doing the below:

:bufdo :set nocursorline
:bufdo :set colorcolumn=
:bufdo :set nu!
:bufdo :set nu!
:set laststatus=0
:buffer 1

I think colorcolumn is an optional feature so it would need wrapping in an exists(+colorcolumn).

Thoughts?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions