Skip to content

Commit 51849e6

Browse files
Merge pull request #24 from JakeRoggenbuck/pre-7.0-changes
Add changes to readme
2 parents 286d9c7 + e9f542b commit 51849e6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,12 @@ Plugin 'jakeroggenbuck/draft.vim'
117117
:DraftSearch school
118118
```
119119

120+
#### 0.7 draft.vim - search fixes
121+
122+
- Rank searches
123+
- Fix parenthesis in filename bug
124+
120125
## TODO
121-
- BUG: having certain symbols like `(` or `)` in the title break things like the `DraftCopy`
122126
- Make md to template pdf correctly do syntax highlight
123127

124128
## Maybe TODO

plugin/draft.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" draft.vim - Quickly writeup and save drafts for messaging apps in your favorite editor
22
" Authors: Jake Roggenbuck
3-
" Version: 0.6
3+
" Version: 0.7
44
" License: MIT
55

66
if exists('g:loaded_draft_plugin') || &compatible || v:version < 700

0 commit comments

Comments
 (0)