Skip to content

Commit e04ff7d

Browse files
committedAug 3, 2018
Change datetime stamp to default to off
1 parent caa4056 commit e04ff7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Developer tools for editing M[UMPS]/GT.M routines in Vim ##
1414

15-
Version 0.20.12 - 2013 Feb 6
15+
Version 0.20.13 - 2018 Aug 3
1616

1717
## Copyright and License ##
1818

‎vim/ftplugin/mumps/datetime.vim

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ endif
9494

9595
"define a key mapping, bound to Ctl-H, in order to toggle datetime stamping
9696
au BufEnter <buffer> nnoremap <silent> <buffer> <C-H> :call DateTimeToggle()<CR>
97-
"defaults to on, comment the next line if you want it to default to off
98-
autocmd BufWrite <buffer> call DateTime()
97+
"defaults to off, comment the next line if you want it to default to on
98+
"autocmd BufWrite <buffer> call DateTime()
9999

100100
let b:did_dt_ftplugin = 1

0 commit comments

Comments
 (0)
Please sign in to comment.