d9910af7d3ee

Fix lisp indent mapping
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 31 Aug 2015 12:47:50 +0000
parents 876ef6176302
children a625ea210202
branches/tags (none)
files vim/vimrc

Changes

--- a/vim/vimrc	Sun Aug 30 15:53:49 2015 +0000
+++ b/vim/vimrc	Mon Aug 31 12:47:50 2015 +0000
@@ -947,7 +947,7 @@
     " ))
 
     " Indent top-level form.
-    au FileType lisp nmap <buffer> <localleader>= mz99[(v%='z
+    au FileType lisp nmap <buffer> <localleader>= mz:silent normal99[(<cr>v%='z
     " ])
 augroup END