We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa4056 commit e04ff7dCopy full SHA for e04ff7d
README.md
@@ -12,7 +12,7 @@
12
13
## Developer tools for editing M[UMPS]/GT.M routines in Vim ##
14
15
-Version 0.20.12 - 2013 Feb 6
+Version 0.20.13 - 2018 Aug 3
16
17
## Copyright and License ##
18
vim/ftplugin/mumps/datetime.vim
@@ -94,7 +94,7 @@ endif
94
95
"define a key mapping, bound to Ctl-H, in order to toggle datetime stamping
96
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()
+"defaults to off, comment the next line if you want it to default to on
+"autocmd BufWrite <buffer> call DateTime()
99
100
let b:did_dt_ftplugin = 1
0 commit comments