comparison runtime/doc/usr_41.txt @ 4159:8b86b69546a9

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 20 Feb 2013 21:26:00 +0100
parents c3036f1dca68
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
4158:031daf1e5ab2 4159:8b86b69546a9
1 *usr_41.txt* For Vim version 7.3. Last change: 2012 Oct 13 1 *usr_41.txt* For Vim version 7.3. Last change: 2013 Feb 20
2 2
3 VIM USER MANUAL - by Bram Moolenaar 3 VIM USER MANUAL - by Bram Moolenaar
4 4
5 Write a Vim script 5 Write a Vim script
6 6
861 winwidth() get width of a specific window 861 winwidth() get width of a specific window
862 winrestcmd() return command to restore window sizes 862 winrestcmd() return command to restore window sizes
863 winsaveview() get view of current window 863 winsaveview() get view of current window
864 winrestview() restore saved view of current window 864 winrestview() restore saved view of current window
865 865
866 Mappings: *mapping-functions*
867 hasmapto() check if a mapping exists
868 mapcheck() check if a matching mapping exists
869 maparg() get rhs of a mapping
870 wildmenumode() check if the wildmode is active
871
866 Various: *various-functions* 872 Various: *various-functions*
867 mode() get current editing mode 873 mode() get current editing mode
868 visualmode() last visual mode used 874 visualmode() last visual mode used
869 hasmapto() check if a mapping exists
870 mapcheck() check if a matching mapping exists
871 maparg() get rhs of a mapping
872 exists() check if a variable, function, etc. exists 875 exists() check if a variable, function, etc. exists
873 has() check if a feature is supported in Vim 876 has() check if a feature is supported in Vim
874 changenr() return number of most recent change 877 changenr() return number of most recent change
875 cscope_connection() check if a cscope connection exists 878 cscope_connection() check if a cscope connection exists
876 did_filetype() check if a FileType autocommand was used 879 did_filetype() check if a FileType autocommand was used