Skip to content

Allow additional commands in script.vim #13

@krisleech

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?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions