comparison runtime/doc/index.txt @ 5763:c52a655d927d

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Thu, 27 Mar 2014 22:30:07 +0100
parents 657ade71d395
children cb5480096f1b
comparison
equal deleted inserted replaced
5762:0fce068e5803 5763:c52a655d927d
1 *index.txt* For Vim version 7.4. Last change: 2014 Mar 22 1 *index.txt* For Vim version 7.4. Last change: 2014 Mar 25
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
1359 |:nmap| :nm[ap] like ":map" but for Normal mode 1359 |:nmap| :nm[ap] like ":map" but for Normal mode
1360 |:nmapclear| :nmapc[lear] clear all mappings for Normal mode 1360 |:nmapclear| :nmapc[lear] clear all mappings for Normal mode
1361 |:nmenu| :nme[nu] add menu for Normal mode 1361 |:nmenu| :nme[nu] add menu for Normal mode
1362 |:nnoremap| :nn[oremap] like ":noremap" but for Normal mode 1362 |:nnoremap| :nn[oremap] like ":noremap" but for Normal mode
1363 |:nnoremenu| :nnoreme[nu] like ":noremenu" but for Normal mode 1363 |:nnoremenu| :nnoreme[nu] like ":noremenu" but for Normal mode
1364 |:noautocmd| :noa[utocmd] following command don't trigger autocommands 1364 |:noautocmd| :noa[utocmd] following commands don't trigger autocommands
1365 |:noremap| :no[remap] enter a mapping that will not be remapped 1365 |:noremap| :no[remap] enter a mapping that will not be remapped
1366 |:nohlsearch| :noh[lsearch] suspend 'hlsearch' highlighting 1366 |:nohlsearch| :noh[lsearch] suspend 'hlsearch' highlighting
1367 |:noreabbrev| :norea[bbrev] enter an abbreviation that will not be 1367 |:noreabbrev| :norea[bbrev] enter an abbreviation that will not be
1368 remapped 1368 remapped
1369 |:noremenu| :noreme[nu] enter a menu that will not be remapped 1369 |:noremenu| :noreme[nu] enter a menu that will not be remapped
1370 |:normal| :norm[al] execute Normal mode commands 1370 |:normal| :norm[al] execute Normal mode commands
1371 |:noswapfile| :nos[wapfile] following commands don't create a swap file
1371 |:number| :nu[mber] print lines with line number 1372 |:number| :nu[mber] print lines with line number
1372 |:nunmap| :nun[map] like ":unmap" but for Normal mode 1373 |:nunmap| :nun[map] like ":unmap" but for Normal mode
1373 |:nunmenu| :nunme[nu] remove menu for Normal mode 1374 |:nunmenu| :nunme[nu] remove menu for Normal mode
1374 |:oldfiles| :ol[dfiles] list files that have marks in the viminfo file 1375 |:oldfiles| :ol[dfiles] list files that have marks in the viminfo file
1375 |:open| :o[pen] start open mode (not implemented) 1376 |:open| :o[pen] start open mode (not implemented)