Skip to content

Small tidy ups + Focus acquisition #1

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

Merged
merged 9 commits into from
Mar 9, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Support for vim-plugged (and other plugin managers)
Move the .vim file into a plugin/ folder so that plugin managers will
autoload it.
  • Loading branch information
lostgoat committed Mar 1, 2018
commit d4f6cbed87fc99bf7fce5df3f769d199729648ed
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

multimonitor.vim: better support for vim on two monitors
multimonitor.vim: better support for vim on two monitors


Author: Bernt R. Brenna
Expand Down
2 changes: 1 addition & 1 deletion generate_README
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /usr/bin/env bash

sed -n '/^"/p' multimonitor.vim | cut -c 3- > README
sed -n '/^"/p' plugin/multimonitor.vim | cut -c 3- > README
File renamed without changes.