comparison runtime/doc/eval.txt @ 6070:32a77cc160d9

Update runtime files. Make matchparen plugin backwards compatible. Add json filetype.
author Bram Moolenaar <bram@vim.org>
date Sat, 19 Jul 2014 14:04:47 +0200
parents 0efec12f52ac
children 1bff71d20262
comparison
equal deleted inserted replaced
6069:febc041c984b 6070:32a77cc160d9
1 *eval.txt* For Vim version 7.4. Last change: 2014 Jul 06 1 *eval.txt* For Vim version 7.4. Last change: 2014 Jul 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
6510 restore the view. 6510 restore the view.
6511 This is useful if you have a mapping that jumps around in the 6511 This is useful if you have a mapping that jumps around in the
6512 buffer and you want to go back to the original view. 6512 buffer and you want to go back to the original view.
6513 This does not save fold information. Use the 'foldenable' 6513 This does not save fold information. Use the 'foldenable'
6514 option to temporarily switch off folding, so that folds are 6514 option to temporarily switch off folding, so that folds are
6515 not opened when moving around. 6515 not opened when moving around. This may have side effects.
6516 The return value includes: 6516 The return value includes:
6517 lnum cursor line number 6517 lnum cursor line number
6518 col cursor column (Note: the first column 6518 col cursor column (Note: the first column
6519 zero, as opposed to what getpos() 6519 zero, as opposed to what getpos()
6520 returns) 6520 returns)