comparison runtime/doc/eval.txt @ 14601:d0ff19a55579 v8.1.0314

patch 8.1.0314: build failure without the +eval feature commit https://github.com/vim/vim/commit/47ad5656e1e4285a74e7e8e5d0f1f71cd554e25c Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 21 21:09:07 2018 +0200 patch 8.1.0314: build failure without the +eval feature Problem: Build failure without the +eval feature. (Brenton Horne) Solution: Add #ifdef. Also add the "dirty" item.
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Aug 2018 21:15:06 +0200
parents 72d6f6f7ead7
children 0ecb909e3249
comparison
equal deleted inserted replaced
14600:81a230f43995 14601:d0ff19a55579
8011 fname original file name 8011 fname original file name
8012 pid PID of the VIM process that created the swap 8012 pid PID of the VIM process that created the swap
8013 file 8013 file
8014 mtime last modification time in seconds 8014 mtime last modification time in seconds
8015 inode Optional: INODE number of the file 8015 inode Optional: INODE number of the file
8016 dirty 1 if file was modified, 0 if not
8016 In case of failure an "error" item is added with the reason: 8017 In case of failure an "error" item is added with the reason:
8017 Cannot open file: file not found or in accessible 8018 Cannot open file: file not found or in accessible
8018 Cannot read file: cannot read first block 8019 Cannot read file: cannot read first block
8019 magic number mismatch: info in first block is invalid 8020 Not a swap file: does not contain correct block ID
8021 Magic number mismatch: Info in first block is invalid
8020 8022
8021 synID({lnum}, {col}, {trans}) *synID()* 8023 synID({lnum}, {col}, {trans}) *synID()*
8022 The result is a Number, which is the syntax ID at the position 8024 The result is a Number, which is the syntax ID at the position
8023 {lnum} and {col} in the current window. 8025 {lnum} and {col} in the current window.
8024 The syntax ID can be used with |synIDattr()| and 8026 The syntax ID can be used with |synIDattr()| and