commit | 3e496b0ea31996b665824f45664dee1fdd73c4d0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:11:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 25 22:11:48 2016 +0200 |
tree | ba186d3f36fe10fa470832b8d5ef9ec225740378 | |
parent | 9af418427652562384744648d7d173a4bfebba95 [diff] [blame] |
Updated runtime files.
diff --git a/runtime/indent/cdl.vim b/runtime/indent/cdl.vim index db2b905..5ec2a7b 100644 --- a/runtime/indent/cdl.vim +++ b/runtime/indent/cdl.vim
@@ -16,7 +16,7 @@ "finish endif -" find out if an "...=..." expresion its an asignment (or a conditional) +" find out if an "...=..." expresion is an assignment (or a conditional) " it scans 'line' first, and then the previos lines fun! CdlAsignment(lnum, line) let f = -1