We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 286d9c7 + e9f542b commit 51849e6Copy full SHA for 51849e6
2 files changed
README.md
@@ -117,8 +117,12 @@ Plugin 'jakeroggenbuck/draft.vim'
117
:DraftSearch school
118
```
119
120
+#### 0.7 draft.vim - search fixes
121
+
122
+- Rank searches
123
+- Fix parenthesis in filename bug
124
125
## TODO
-- BUG: having certain symbols like `(` or `)` in the title break things like the `DraftCopy`
126
- Make md to template pdf correctly do syntax highlight
127
128
## Maybe TODO
plugin/draft.vim
@@ -1,6 +1,6 @@
1
" draft.vim - Quickly writeup and save drafts for messaging apps in your favorite editor
2
" Authors: Jake Roggenbuck
3
-" Version: 0.6
+" Version: 0.7
4
" License: MIT
5
6
if exists('g:loaded_draft_plugin') || &compatible || v:version < 700
0 commit comments