File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,26 @@ lein test
48
48
49
49
## Submit latest changes to upstream Vim
50
50
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.
52
70
53
71
72
+ [ Vim repository ] : https://github.com/vim/vim
54
73
[ Leiningen ] : https://leiningen.org/#install
You can’t perform that action at this time.
0 commit comments