Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b866cdc

Browse files
committed
Update CONTRIBUTING.md file with info on how to submit changes to Vim
Related: #10
1 parent a604d87 commit b866cdc

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

‎CONTRIBUTING.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,26 @@ lein test
4848

4949
## Submit latest changes to upstream Vim
5050

51-
_WIP_
51+
**Note** this should be done only by the Clojure.vim maintainers, this is here
52+
to serve as a reminder on how to do it.
53+
54+
```
55+
$ cd clj/
56+
$ lein repl
57+
> (load-file "src/vim_clojure_static/generate.clj")
58+
> (ns vim-clojure-static.generate)
59+
> (update-vim! ".." "../../vim")
60+
```
61+
62+
Open PR in official [Vim repository][], this will automatically send an email
63+
to the [Vim-dev mailing list](https://www.vim.org/maillist.php#vim-dev) and run
64+
the CI tests.
65+
66+
More information on how Vim's contribution process works can be found here:
67+
<https://github.com/vim/vim/blob/master/CONTRIBUTING.md>
68+
69+
Neovim periodically pulls runtime patches from Vim.
5270

5371

72+
[Vim repository]: https://github.com/vim/vim
5473
[Leiningen]: https://leiningen.org/#install

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /