Skip to main content

Questions tagged [compile-vim]

Creating Vim (or any other vi-like editor) from source. Please specify the operating system you use.

1 vote
1 answer
159 views

I'm trying to use lowercase in vim. I want to modify vim to be case insensitive because uppercase is not ergonomic! For user defined commands: command! SomeCommand allowed but command! somecommand not....
Jyle's user avatar
  • 53
0 votes
2 answers
140 views

Trying to edit Vim's source code I googled and googled and only found results for Vimscript command! when I wanted to add a built-in command. I couldn't find information about EXCMD() until I found ...
Jyle's user avatar
  • 53
0 votes
0 answers
83 views

I try to compile VIM with python interpreter enabled. Yet, I've got Ubuntu 20.04 (can not update easily) with Python 3.8 as system version. I need VIM with Python >3.9. I installed python3.10 and ...
emonier's user avatar
  • 101
0 votes
0 answers
92 views

After a long struggle while building vim from source, I did make test and all tests passed except 3. Here is the output ------------------------------- Executed: 6847 Tests Skipped: 68 Tests ...
user54448's user avatar
0 votes
0 answers
72 views

I am in fedora-41 beta, and getting error in running gvim as: :py3 import sys; print(sys.version) E448: Could not load library function _PyObject_NextNotImplemented This is by turn, making vim ...
BaRud's user avatar
  • 491
1 vote
1 answer
239 views

I am on a CentOS 7.9 (end of life distribution) server with no admin rights, and the system GCC version (4.8) is incompatible with building Neovim. So I installed GCC 14.2 and put it in my PATH as ...
PlasmaBinturong's user avatar
1 vote
1 answer
164 views

I cloned the github Vim repository, cd'ed into the vim directory and ran make but got this error: checking whether stack_t has an ss_base field... no checking --with-tlib argument... empty: automatic ...
Cloudlady's user avatar
  • 121
1 vote
1 answer
362 views

I am trying to compile Vim from source with Ruby support for the command-t plugin in an MSYS2 environment (using the UCRT64 shell). So I followed the instructions of the Vim website and used git to ...
I Like Python's user avatar
0 votes
1 answer
142 views

I'm not sure how to interpret vim --version output; what do the various components mean? Here's an example: VIM - Vi IMproved 9.1 (2024 Jan 02, compiled May 03 2024 02:45:42) Included patches: 1-16 ...
rwen's user avatar
  • 11
0 votes
0 answers
66 views

Run make CMAKE_BUILD_TYPE=RelWithDebInfo got following errors: With little knowledge of lua, I have no idea how to solve this... touch build/.ran-cmake ninja -C build ninja: Entering directory `build'...
tangxindan's user avatar
3 votes
1 answer
1k views

I have a standard development environment I build via scripts in Github Codespaces to work on projects that come up. Up until recently, I had been compiling vim from source to upgrade the VIM 8 that ...
Demaratus's user avatar
2 votes
1 answer
136 views

I'm running Ubuntu 20.04.4 under WSL2 on Windows 11. I've cloned https://github.com/vim/vim.git in the environment. (The latest commit is tagged as v9.0.0260.) When I go to the directory and do this .....
Denizen's user avatar
  • 41
0 votes
0 answers
68 views

Here are the things I have : The configure snippet I am using : ./configure --with-features=huge --enable-rubyinterp=yes --with-ruby-command=/usr/bin/ruby ---enable-pythoninterp=yes --with-python-...
unixbhaskar's user avatar
0 votes
0 answers
650 views

Details of what already exists inside WSL 2 Ubuntu 20.04 inside Microsot Windows 11: $ vi --version VIM - Vi IMproved 8.1 (2018 May 18, compiled Feb 01 2022 09:16:32) Included patches: 1-2269, 3612, ...
user1823664's user avatar
0 votes
0 answers
74 views

Many compiler, install module, gyrations later, I was finally able to get vim with the gui to compile and execute. However, the menus, both at the top of the main screen, and the pull down menus are ...
ktom's user avatar
  • 1

15 30 50 per page