This repository was archived by the owner on May 16, 2024. It is now read-only.
Commit 803faeb
Feature: Open Devdocs by buffers filetype (#12)
* Open_current_filetype. Made the function and CMD mapping for the function
* Open_current_file: Added a float option aswell
* Reverted previous implementation. Misunderstood what float option did
* Also removed the cmd for float I added
* Added documentation to README for DevdocsOpenCurrentFile
* fix: filetypes and cmds
Moved filetypes to another file and fixed wrong filetypes, also bring :DevdocsOpenFloat back
* README: OpenCurrentFile argument description
I'm not sure how to best describe the argument change you made to the function, so I just did the same thing as done above (0 or 1 args)
* update: changed cmd
Made the name shorter and use two different cmd
---------
Co-authored-by: Luckas <[email protected]>1 parent 2f4cdae commit 803faeb
3 files changed
+24
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
| |||
75 | 82 | | |
76 | 83 | | |
77 | 84 | | |
| 85 | + | |
| 86 | + | |
78 | 87 | | |
79 | 88 | | |
80 | 89 | | |
| |||
0 commit comments