~ubuntu-branches/debian/sid/neovim/sid

« back to all changes in this revision

Viewing changes to runtime/doc/usr_41.txt

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2016-02-20 22:41:32 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20160220224132-e24n8lh3yo5ylt23
Tags: upstream-0.1.2
ImportĀ upstreamĀ versionĀ 0.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*usr_41.txt*    For Vim version 7.4.  Last change: 2014 Aug 16
 
1
*usr_41.txt*    For Vim version 7.4.  Last change: 2015 Nov 30
2
2
 
3
3
                     VIM USER MANUAL - by Bram Moolenaar
4
4
 
888
888
        maparg()                get rhs of a mapping
889
889
        wildmenumode()          check if the wildmode is active
890
890
 
 
891
Testing:                                    *test-functions*
 
892
        assert_equal()          assert that two expressions values are equal
 
893
        assert_false()          assert that an expression is false
 
894
        assert_true()           assert that an expression is true
 
895
 
891
896
Various:                                        *various-functions*
892
897
        mode()                  get current editing mode
893
898
        visualmode()            last visual mode used
1494
1499
elsewhere, but form a nice checklist.
1495
1500
 
1496
1501
The end-of-line character depends on the system.  For Unix a single <NL>
1497
 
character is used.  For MS-DOS, Windows and the like, <CR><LF> is used.
1498
 
This is important when using mappings that end in a <CR>.  See |:source_crnl|.
 
1502
character is used.  For Windows <CR><LF> is used.  This is important when
 
1503
using mappings that end in a <CR>.  See |:source_crnl|.
1499
1504
 
1500
1505
 
1501
1506
WHITE SPACE
2465
2470
For utmost portability use Vim itself to pack scripts together.  This can be
2466
2471
done with the Vimball utility.  See |vimball|.
2467
2472
 
2468
 
It's good if you add a line to allow automatic updating.  See |glvs-plugins|.
2469
 
 
2470
2473
==============================================================================
2471
2474
 
2472
2475
Next chapter: |usr_42.txt|  Add new menus