summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorNathan Bouscal <nbouscal@gmail.com>2014-03-13 12:48:35 -0400
committerNathan Bouscal <nbouscal@gmail.com>2014-03-13 12:48:35 -0400
commit534dc94ab63dad8e10b4c6da9494c91ce83afe52 (patch)
treeffbfff6c205c06fd229ae209d77112596c6a5b25 /README.markdown
parent1e1440be9da5bef11f7575e1aa7a91e32dd539e8 (diff)
downloadstylish-haskell-534dc94ab63dad8e10b4c6da9494c91ce83afe52.tar.gz
Update README.markdown
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 5cd3272..2bc3ca6 100644
--- a/README.markdown
+++ b/README.markdown
@@ -109,7 +109,6 @@ To run stylish-haskell each time you save a .hs file, add this to your .vimrc:
function! s:StylishHaskell()
let cursor_position = getpos('.')
- undojoin
%!stylish-haskell
call setpos('.', cursor_position)
endfunction