mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
doc
This commit is contained in:
parent
97caabc49a
commit
6fc122e600
@ -6,6 +6,10 @@
|
||||
|
||||
Nvim *deprecated*
|
||||
|
||||
The items listed below are "deprecated". This means they will be removed in
|
||||
the future. They should not be used in new scripts, and old scripts should be
|
||||
updated.
|
||||
|
||||
==============================================================================
|
||||
|
||||
Normal commands ~
|
||||
|
@ -76,6 +76,15 @@ Python plugins |provider-python|
|
||||
Clipboard integration |provider-clipboard|
|
||||
|
||||
|
||||
USER EXPERIENCE ~
|
||||
|
||||
A major goal of Nvim is to work intuitively and consistently. For example,
|
||||
Nvim does not have `-X`, a platform-specific option available in some Vim
|
||||
builds (with potential surprises: http://stackoverflow.com/q/14635295). Nvim
|
||||
avoids features that cannot be provided on all platforms--instead that is
|
||||
delegated to external plugins/extensions.
|
||||
|
||||
|
||||
OTHER FEATURES ~
|
||||
|
||||
|bracketed-paste-mode| is built-in and enabled by default.
|
||||
|
@ -5,6 +5,14 @@
|
||||
" Version: 7.4-45
|
||||
" Automatically generated keyword lists: {{{1
|
||||
|
||||
" #############################################################################
|
||||
" #############################################################################
|
||||
" Note: Be careful when merging the upstream version of this file.
|
||||
" Much of this is generated by scripts/genvimvim.lua (result is installed
|
||||
" to: $VIMRUNTIME/syntax/vim/generated.vim)
|
||||
" #############################################################################
|
||||
" #############################################################################
|
||||
|
||||
" Quit when a syntax file was already loaded {{{2
|
||||
if exists("b:current_syntax")
|
||||
finish
|
||||
|
@ -2652,14 +2652,13 @@ void intro_message(int colon)
|
||||
N_(NVIM_VERSION_LONG),
|
||||
"",
|
||||
N_("by Bram Moolenaar et al."),
|
||||
N_("Vim is open source and freely distributable"),
|
||||
"",
|
||||
N_("Type \":Tutor\" or \":help nvim\" to get started!"),
|
||||
"",
|
||||
N_("Still have questions? https://neovim.io/community"),
|
||||
N_("Nvim is open source and freely distributable"),
|
||||
N_("https://neovim.io/community"),
|
||||
"",
|
||||
N_("type :help nvim<Enter> if you are new! "),
|
||||
N_("type :CheckHealth<Enter> to optimize Nvim"),
|
||||
N_("type :q<Enter> to exit "),
|
||||
N_("type :help<Enter> or <F1> for on-line help"),
|
||||
N_("type :help<Enter> for help "),
|
||||
"",
|
||||
N_("Help poor children in Uganda!"),
|
||||
N_("type :help iccf<Enter> for information "),
|
||||
|
Loading…
Reference in New Issue
Block a user