We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CONTRIBUTING.md
1 parent 8d20a2f commit 61c73fcCopy full SHA for 61c73fc
CONTRIBUTING.md
@@ -19,9 +19,8 @@ special forms.
19
```
20
$ cd clj/
21
$ lein repl
22
-> (require 'vim-clojure-static.generate)
23
-> (ns vim-clojure-static.generate)
24
-> (update-project! "..")
+> (require 'vim.generate)
+> (vim.generate/update-project! "..")
25
26
27
### Update Unicode syntax
@@ -54,9 +53,8 @@ to serve as a reminder on how to do it.
54
53
55
56
57
58
59
-> (update-vim! ".." "../../vim")
+> (vim.generate/update-vim! ".." "../../vim")
60
61
62
Open PR in official [Vim repository][], this will automatically send an email
0 commit comments