comparison runtime/doc/change.txt @ 5692:80e5f9584b02

Update runtime files. Add Euphoria syntax files.
author Bram Moolenaar <bram@vim.org>
date Mon, 24 Feb 2014 02:51:51 +0100
parents 1dea14d4c738
children ddc3f32a4b21
comparison
equal deleted inserted replaced
5691:a073747c2a1e 5692:80e5f9584b02
1 *change.txt* For Vim version 7.4. Last change: 2014 Jan 23 1 *change.txt* For Vim version 7.4. Last change: 2014 Feb 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
153 the 'joinspaces' option is on, these commands insert two spaces after a '.', 153 the 'joinspaces' option is on, these commands insert two spaces after a '.',
154 '!' or '?' (but if 'cpoptions' includes the 'j' flag, they insert two spaces 154 '!' or '?' (but if 'cpoptions' includes the 'j' flag, they insert two spaces
155 only after a '.'). 155 only after a '.').
156 The 'B' and 'M' flags in 'formatoptions' change the behavior for inserting 156 The 'B' and 'M' flags in 'formatoptions' change the behavior for inserting
157 spaces before and after a multi-byte character |fo-table|. 157 spaces before and after a multi-byte character |fo-table|.
158
159 The '[ mark is set at the end of the first line that was joined, '] at the end
160 of the resulting line.
158 161
159 162
160 ============================================================================== 163 ==============================================================================
161 2. Delete and insert *delete-insert* *replacing* 164 2. Delete and insert *delete-insert* *replacing*
162 165